typedoc
typedoc copied to clipboard
Documentation generator for TypeScript projects.
## Search terms marge ## Behavior I tried updating the d.ts file of jsstp to try the new features added in 0.25.8 about #2479, and it looks like there are...
## Search terms - internationalization - multi-language - languages - zh-cn - en-us ## Question The project currently only provides English. Are there any plans to provide other languages? Maybe...
## Search terms javascript API ## Question is there a javascript API, I was looking through the docs / prior issues, and I couldn't find anything. thanks!
## Search terms groupDescription, group, output, warning ## Question [Release 0.25.8](https://github.com/TypeStrong/typedoc/releases/tag/v0.25.8) adds support for a [`@groupDescription` tag](https://typedoc.org/tags/groupDescription/). As far as I understand from the release notes and the docs, it...
## Expected Behavior Typedoc produces a webpage like this:  This union is bugged because it is in the wrong order (i.e. not sorted). This is because TypeDoc is just...
## Search Terms @params params named types function ## Problem When documenting functions, it happens that params use named types. If this type is used only once in the while...
## Search terms flashing, rendering, tree, navigation ## Expected Behavior Selecting a different entry in the navigation sidebar does not cause a **visible** re-render of the tree ## Actual Behavior...
I'd like to discuss aspects that are worthy of committing back to the default TypeDoc theme from the recent work that I have released that addresses some general issues. I...
## Search terms Indexable muti ## Expected Behavior https://github.com/ukatech/jsstp-lib/blob/2cb88bcf51053b4c6b16a8cdaa613932e5779c7d/dist/en/jsstp.d.ts#L485L505 ``` /** * Matches event names to generate a simple invoker * @group Index reflections * @example * let data=await jsstp.OnTest(123,"abc");...
## Search terms `[[include:]]`, include, markdown, included markdown, `.md`, links, `@link`. ## Expected Behavior Links to symbols created with `{@link symbolName}` should be rendered in included markdown files. ## Actual...