milesj / docusaurus-plugin-typedoc-api

Docusaurus plugin that provides source code API documentation powered by TypeDoc.
69 stars 25 forks source link

fix: Support for Object Literals and Destructed Parameters in @param [#147] #148

Closed rash805115 closed 1 month ago

rash805115 commented 1 month ago

This PR fixes the issue in #147 It further extends the rendering of @param to identify if there are more children in reflection type or union type.

milesj commented 1 month ago

@rash805115 Can you include a screenshot of what this looks like?

rash805115 commented 1 month ago

Sure, it looks like this now,

Screenshot 2024-07-29 at 9 17 11 PM
rash805115 commented 1 month ago

@milesj Putting this on your radar again.

rash805115 commented 1 month ago

@milesj Hi Miles. Can you please merge this?