typedoc icon indicating copy to clipboard operation
typedoc copied to clipboard

Documentation generator for TypeScript projects.

Results 119 typedoc issues
Sort by recently updated
recently updated
newest added

## 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...

bug

## 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...

enhancement

## 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!

question

## 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...

question

## Expected Behavior Typedoc produces a webpage like this: ![image](https://github.com/TypeStrong/typedoc/assets/5511220/de53dc1b-3169-4b82-9727-ff513fbaeb57) This union is bugged because it is in the wrong order (i.e. not sorted). This is because TypeDoc is just...

enhancement

## 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...

enhancement

## 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...

bug

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...

discussion

## 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");...

bug

## 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...

bug