We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
callable variable function factory
Callable variables should receive the documentation in the TSDoc block.
The written documentation is not included in the HTML output.
const makeFn = () => () => {} /** * my-written-docs-here */ export const myFn = makeFn()
After running typedoc it should show my-written-docs-here in the comments, but does not. Here’s a repro PR: TypeStrong/typedoc-repros#15
typedoc
my-written-docs-here
Possibly a regression of #858?
The text was updated successfully, but these errors were encountered:
4f2a12f
No branches or pull requests
Search terms
callable variable function factory
Expected Behavior
Callable variables should receive the documentation in the TSDoc block.
Actual Behavior
The written documentation is not included in the HTML output.
Steps to reproduce the bug
After running
typedoc
it should showmy-written-docs-here
in the comments, but does not. Here’s a repro PR: TypeStrong/typedoc-repros#15Possibly a regression of #858?
Environment
The text was updated successfully, but these errors were encountered: