Android Question IDE supported comment tags

Chris Lee

Member
Licensed User
Hi guys,

Do we know what tags are supported by the IDE in terms of the display of comments for sub routines?

For example I'm aware of code in comments such as:

'Example: <code>Myclass.mysub(dostuff)</code>
Public Mysub()
End sub

The others I know of are the link tag:

'<link>Click here for google| http://google.com</link>

I've found that <b> for bold works as well as <u> for underline and <i> for italics.

Do we have a definitive list of these as its useful to make maximum use of comments?
 

DonManfred

Expert
Licensed User
Longtime User
I guess you already found all. I may be wrong though.

Note that Mysub does not expect any Parameters while your onlinehelp tells it does. Sorry, couldn´t resist.
 
Upvote 0
Top