Open
Description
Hi, and thanks a lot for this package! I am using it to document a typescript project, and I have a feature request.
Code like this
interface Person {
age: number;
city: string;
}
class Bar {
private drinks: string[] = [];
}
/**
* get_out description
* @param person description
* @param bar description
*/
function get_out(person: Person, bar: Bar) {}
.. js:autoclass:: Person
.. js:autoclass:: Bar
.. js:autofunction:: get_out
currently renders as
It would greatly improve navigation if the types of parameters (index.Person
and index.Bar
) where links to the documentation for the type.
Is it currently possible to do this?
Thanks for your time
Metadata
Metadata
Assignees
Labels
No labels