-
```js
/**
* An enum.
* @enum {number}
*/
export const TEST = {a: 0, b: 1, c: 1};
/**
* A function.
* @param {TEST} arg
*/
export function test(arg) {} // In the generated docs the fu…
-
### Bug description
As reported by Docusaurus, there are broken anchors
### Operating system
macOS
### Installation Method
None
### Version
1.7.0
### Steps to reproduce
…
-
see also [#10](https://github.com/NLeSC/create-react-app/issues/10)
-
Hi, this theme seems to be broken under latest `typedoc` v21 (which just released like today).
```sh
> npx typedoc
Warning: typedoc-neo-theme uses a deprecated structure. Plugins should export a …
-
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 will include a general annou…
-
## Problem
The current documentation is typedoc, which is not user-friendly as a guide.
## Solution
Use Vitepress as a document generator so that we can provide more human-readable guides abo…
-
https://docs.agoric.com/reference/endo/modules/endo_captp is missing the README copy
> A minimal CapTP implementation leveraging Agoric's published modules.
> Usage
> ...
compare with https://…
dckc updated
7 months ago
-
Currently we are using typescript 5.2.2. The latest version is 5.6.2.
It would be nice to get completely caught up.
We could then update typedoc which is blocked due to typescript version (#3768)
-
### What package is the feature request related to?
typedoc-plugin-markdown
### Background
Currently the parameters can be rendered as a table, and I think they look better than the default s…
-
I have a project which has typedoc and this plugin installed directly. When I run typedoc, it fails with the following warning (I have `treatWarningsAsErrors` enabled):
```
TypeDoc has been load…