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

@constructor + @class tags both show class members #157

Open
janmeier opened this issue Jun 27, 2016 · 2 comments
Open

@constructor + @class tags both show class members #157

janmeier opened this issue Jun 27, 2016 · 2 comments

Comments

@janmeier
Copy link
Contributor

We use the @class tag to give a general description of the class, and @constructor to describe its specific arguments - However, the class members are shown for both

https://doclets.io/janmeier/sequelize/janmaster#dl-Sequelize

I think that if @class is defined, @constructor should not show the members

@lipp
Copy link
Owner

lipp commented Jul 5, 2016

thanks for reporting. your solution makes perfect sense.

@janmeier
Copy link
Contributor Author

janmeier commented Jul 5, 2016

So, it turns out that class and constructor are aliasses of each other - so I guess that members should just shown for the first :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants