You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It lists only two tags @param and @return are understood. All other tags will be rendered as definition lists. However I found that more tags are handled when I read typedoc source code.
For example, @inheritdoc should be used to copy comments from interface to implementation.(#78)
What's more, in DocComments it said:
TypeDoc automatically copies comments and tags of the function implementation to its signatures for you.
However I can't make it work. No doc comment of dynamic module neither. Am I missing any configuration or tag which is undocumented?
The text was updated successfully, but these errors were encountered:
Is the DocComments page (http://typedoc.org/guides/doccomments/) up to date?
It lists only two tags
@param
and@return
are understood. All other tags will be rendered as definition lists. However I found that more tags are handled when I read typedoc source code.For example,
@inheritdoc
should be used to copy comments from interface to implementation.(#78)What's more, in DocComments it said:
However I can't make it work. No doc comment of dynamic module neither. Am I missing any configuration or tag which is undocumented?
The text was updated successfully, but these errors were encountered: