-
Notifications
You must be signed in to change notification settings - Fork 203
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
Esdoc skips objects/functions exported using export {myThing}
#30
Labels
Comments
Thanks issue! This is ESDoc bug 😓 |
h13i32maru
added a commit
that referenced
this issue
Jul 20, 2015
h13i32maru
added a commit
that referenced
this issue
Jul 20, 2015
h13i32maru
added a commit
that referenced
this issue
Jul 20, 2015
h13i32maru
added a commit
that referenced
this issue
Jul 20, 2015
ESDoc supports separated function and variable export. |
awesome, thanks! 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So, if you have the following snippet:
Esdoc will not generate any documentation for this.
But if you change it to this:
It'll work as expected.
This does not affects Classes - for them everything is generated OK for both cases.
The text was updated successfully, but these errors were encountered: