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 @
ll
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