compodoc
compodoc copied to clipboard
[FEATURE] Add support for JavaDoc {@inheritDoc}-tags
Overview of the issue
It would be great to have support for something similiar to JavaDocs {@inheritDoc}. Even better would be to autolink the interfaces or extended classes description if no comment is explicitly given.
@tommueller Autolink can be added quickly. Did you have an example for {@inheritdoc} ?
this is a German article: https://christianmoser.me/sinn-unsinn-von-inheritdoc/ but the code-snippets and pictures of the resulting javaDoc basically show pretty well what it does. Hope that helps!
@vogloblinsky any chance this will make it into the next release? starving for this feature ;)
same, would love to have this
any updates on this?
In my Angular project, I have lots of inherit docs as follows:
/**
* @inheritdoc
*/
prop: any;
All them aren't included in my compodoc output, I think this feature is a must have as @inheritdoc
is a very common language-doc attribute, I would love to see this in compodoc. :)
I want the same that says @odahcam
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed because it has not had recent activity. Please file a new issue if you are encountering a similar or related problem. Thank you for your contributions.
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem. Why locking ? Having issues with the most up-to-date context.
-> https://jsdoc.app/tags-inheritdoc.html