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

Clean up memberof in reference doc #1780

Merged
merged 6 commits into from
Jun 3, 2014
Merged

Clean up memberof in reference doc #1780

merged 6 commits into from
Jun 3, 2014

Conversation

pjcozzi
Copy link
Contributor

@pjcozzi pjcozzi commented Jun 3, 2014

Part of #1684.

  • @memberof may not be necessary in some situations. Specifically, functions defined like Class.prototype.func = function() { and functions defined like Class.func = function() { may automatically detect their container without any need to tag specially.
    • defineProperties on the other hand, must still use @memberof. JSDoc does not automatically

shunter added a commit that referenced this pull request Jun 3, 2014
Clean up memberof in reference doc
@shunter shunter merged commit 8e0437f into master Jun 3, 2014
@shunter shunter deleted the refdoc branch June 3, 2014 15:42
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

Successfully merging this pull request may close these issues.

2 participants