Closed airtonix closed 3 years ago
Looks like @category is being ignored.
@category
our code:
... * * @export * @abstract * @category Mobx-Keystone Model * @class BaseModel * @extends {Model} */
In the default theme:
In the NeoTheme, this Mobx-Keystone Model Classes area is no where to be found.
Mobx-Keystone Model Classes
Looks like the default theme added it in https://github.com/TypeStrong/typedoc-default-themes/pull/61. Might be as easy as cherry-picking that change.
Looks like
@category
is being ignored.our code:
In the default theme:
In the NeoTheme, this
Mobx-Keystone Model Classes
area is no where to be found.