-
Notifications
You must be signed in to change notification settings - Fork 32
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
DocBlock parser #22
Comments
Done. It's now generating |
crookse
pushed a commit
that referenced
this issue
Jun 27, 2021
crookse
pushed a commit
that referenced
this issue
Jun 27, 2021
crookse
pushed a commit
that referenced
this issue
Jun 27, 2021
crookse
pushed a commit
that referenced
this issue
Jun 27, 2021
crookse
pushed a commit
that referenced
this issue
Jun 27, 2021
crookse
pushed a commit
that referenced
this issue
Jun 27, 2021
crookse
pushed a commit
that referenced
this issue
Jun 27, 2021
crookse
pushed a commit
that referenced
this issue
Jun 27, 2021
crookse
pushed a commit
that referenced
this issue
Jun 27, 2021
crookse
pushed a commit
that referenced
this issue
Jun 27, 2021
crookse
pushed a commit
that referenced
this issue
Jun 27, 2021
crookse
pushed a commit
that referenced
this issue
Jun 27, 2021
crookse
pushed a commit
that referenced
this issue
Jun 27, 2021
crookse
pushed a commit
that referenced
this issue
Jun 27, 2021
crookse
pushed a commit
that referenced
this issue
Jun 27, 2021
crookse
pushed a commit
that referenced
this issue
Jun 27, 2021
crookse
pushed a commit
that referenced
this issue
Jun 27, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
What: Need a DocBlock parser to generate API Reference page(s).
Why: After some investigating, TypeDoc seems to be the best option for generating docs. However, without editing its internals, you can't really parse .ts files (especially Deno-friendly .ts files). Errors are thrown because of linting, errors are thrown because TypeDoc can't find imports, etc. Just make a parser for now until something better and faster comes along.
Acceptance Critera
Parser must output parsed docblocks into JSON. Sample below (it doesn't have to meet the sample's exact spec):
Example Pseudo Code (for implementation)
The text was updated successfully, but these errors were encountered: