-
Notifications
You must be signed in to change notification settings - Fork 210
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
Inherited method description does not escape HTML #324
Comments
Thanks! It seems to be a bug. I'll take a look. |
hi @okuryu - reporting this as well: |
@hhff Thanks! I'm working on this. :) |
Published |
Hi @okuryu I'm using I've found that when adding the comments: /**
* Gets user info
*
* @method getUserInfo
* @return {Object} Returns JSON object containing todos and notifications for the user.
*/ The generated HTML is as follows: <div class="returns" id="yui_3_9_1_2_1456452399664_459">
<h4>Returns:</h4>
<div class="returns-description" id="yui_3_9_1_2_1456452399664_458">
<span class="type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span>:
<p>Returns JSON object containing todos and notifications for the user.</p>
</div>
</div> You can see that there's an extra |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For example:
output in ability.Droppable:
The text was updated successfully, but these errors were encountered: