-
-
Notifications
You must be signed in to change notification settings - Fork 21
how to remove code of function in documentation? #52
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
Comments
Currently, the markdown/json generation is lagging behind the TypeScript generation, which should not include the actual function code. Labelling this as a bug. |
@imperator-maximus What do you expect the value to be for the Markdown/JSON formats? The type instead? |
each function should have its own table for parameters:
|
The /** @typedef {any} Survival */
/** @type {(cloak: object, dagger: object) => Survival} */ |
Hi,
I try to make documentation for a function:
In Markdown and JSON I get the whole code from inside the function inside the markdown/JSON (value attribute) in "Prop" list.
How to avoid this?
Thank you!
The text was updated successfully, but these errors were encountered: