Typedoc: @param and @return comments not coming up in documentation in the code

Created on 19 Mar 2019  路  2Comments  路  Source: TypeStrong/typedoc

On using @param and @return the comments are coming up in typedoc but not coming up in the
code. Also the comments below it are also not displayed on using @
Issue
ll

no bug

All 2 comments

This isn't an issue with Typedoc - it's a problem with whatever editor / language service plugin you are using. Typedoc doesn't manage the intelligence you see in your editor, it just analyses your code to create documentation.

thanks, seems issue with netbeans editor

Was this page helpful?
0 / 5 - 0 ratings