typedoc-plugin-markdown
typedoc-plugin-markdown copied to clipboard
Unclear "Type declaration" section, option to hide it
Thx again for the plugin.
I see unclear "Type declaration" section inside markdown documentation:
that contains this:
(trueWeight?, falseWeight?): boolean
This code duplicates what is seen above:
Readonly boolean: (trueWeight?: number, falseWeight?: number) => boolean
while losing parameter types.
I am not sure why it is needed.
If there reasons for it, is it possible at least to add an option to hide "Type declaration" section?
It follows the pattern of default theme as a heading for anonymous types, but agree its not really needed. Would need to retain the correct heading hierarchy if removed - will look at it.
Next version has a slightly different layout so this will no longer be relevant. For this reason closing this with no action.
May I ask when this issue can be resolved!