google / typedoc-neo-theme

Apache License 2.0
85 stars 22 forks source link

@category is ignored #63

Closed airtonix closed 3 years ago

airtonix commented 3 years ago

Looks like @category is being ignored.

our code:

...
 *
 * @export
 * @abstract
 * @category Mobx-Keystone Model
 * @class BaseModel
 * @extends {Model}
 */

In the default theme: image

In the NeoTheme, this Mobx-Keystone Model Classes area is no where to be found.

Fleker commented 3 years ago

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.