typedoc
typedoc copied to clipboard
Documentation generator for TypeScript projects.
**Test Environment:** OS: Windows 11 OS version: 23H2 ((OS Build 26052.1000) Edge Version: 123.0.2380.1 (Official build) stable app, dev channel (64-bit) Tool: AI for web/ windows Typedoc version: v0.25.13 **Steps...
## Search terms jsdoc, inheritance, override, export ## The Problem I have a parent class (not exported) with abstract methods, and a child class (exported) that overrides said abstract methods....
## Search terms - query - util - runtime - traverse I found in response to one of my other questions: https://github.com/TypeStrong/typedoc/issues/2392 These were suggested; - https://typedoc.org/api/classes/Models.Reflection.html#traverse - https://typedoc.org/api/classes/Models.Type.html#visit how...
## Search terms link, default ## Expected Behavior It should generate the docs. ## Actual Behavior It outputs: ```ansi [warning] Failed to resolve link to "Test.default" in comment for Test.__type.other....
## Search terms const, variable, function, interface This seems related to https://github.com/TypeStrong/typedoc/issues/1523. ## Expected Behavior Given the following `interface` and two exported `const` (interpreted as functions because of their type...
See https://github.com/TypeStrong/typedoc/issues/2521 for context. I understand this PR won't merge until the bug is fixed.
TypeDoc 0.26 is now in beta! :tada: Please try it out and report any issues here or in new issues: ```bash npm install --save-dev typedoc@beta ``` The full release will...
## Search terms Traversal, Visitors ## Question Are there any docs on how to traverse types and other signatures from TypeDoc? My basic use-case is I have a type that...
## Search Terms pages, markdown, md ## Problem Similar issue was reported earlier as well. However, it was closed citing a plugin. However, the plugins developed for one version do...
## Search terms `` ## Expected Behavior in `index.html` this is how it should be formatted `` ## Actual Behavior in `index.html` this is how it is currently formatted ``...