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?
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?