typedoc-plugin-markdown icon indicating copy to clipboard operation
typedoc-plugin-markdown copied to clipboard

Unclear "Type declaration" section, option to hide it

Open iliubinskii opened this issue 3 years ago • 1 comments

Thx again for the plugin.

I see unclear "Type declaration" section inside markdown documentation: image 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?

iliubinskii avatar Sep 05 '22 04:09 iliubinskii

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.

tgreyuk avatar Sep 05 '22 22:09 tgreyuk

Next version has a slightly different layout so this will no longer be relevant. For this reason closing this with no action.

tgreyuk avatar Apr 26 '23 15:04 tgreyuk

May I ask when this issue can be resolved!

aosnow avatar Jan 24 '24 07:01 aosnow