-
Notifications
You must be signed in to change notification settings - Fork 81
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
⚠️ Wrong JSDoc comments parsing #607
Labels
Comments
@chicoxyzzy Can you please give a code example? |
Was just about to ask. Can you give an example of a bad doc block, and an example of how to fix? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
There's a bug in the docs generator. If the header module comment and comment next to it are not divided by some code, generator (or Acorn?) thinks that they are comments for the same thing (usually the first documented function after the header comment block) and appends module header to the wrong place and the module header in the resulting MD got skipped. Please put imports or some top level constants in between until we find a better solution.
cc @heapwolf @jwerle @bcomnes
The text was updated successfully, but these errors were encountered: