Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sub link is invalid when module name has chinese word #7

Open
aaronhg opened this issue Nov 9, 2015 · 0 comments
Open

Sub link is invalid when module name has chinese word #7

aaronhg opened this issue Nov 9, 2015 · 0 comments

Comments

@aaronhg
Copy link

aaronhg commented Nov 9, 2015

code :

define([],
   /** @module my/哈囉 */
    function() {
        return {
            /** The module' `hello` property. */
            hello: function(){  
            },
        };
    }
);

generate :

<h3>Modules</h3>
    <ul>
      <li>
        <a href="module-my_%25E5%2593%2588%25E5%259B%2589.html">my/哈囉</a>
        <ul class='methods'>
          <li data-type='method'>
            <a href="module-my_%2525E5%252593%252588%2525E5%25259B%252589.html#~hello">hello</a>
          </li>
        </ul>
      </li>
    </ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant