Closed linrongbin16 closed 1 month ago
One more thing is: it will put the @returns
at the end of this attribute, which looks more like the returned value for the setter API.
I feel like if we add two headers Getter
and Setter
under the wrap
accessor, it will look much more clear.
The doc site is here: https://rsvim.github.io/docs/next/api/rsvim/classes/RsvimOpt
What package is the feature request related to?
typedoc-plugin-markdown
Background
hi, when generating markdown documents, I found the getter/setter APIs are not split in a very clear looking.
For example, in below docs, the
wrap
attribute actually has two APIs, getter and setter:If user doesn't pay attention for them, they will probably ignore the
setter
API:Proposed solution
No response