'Class module
Sub Class_Globals
End Sub
'Initializes the object. You can add parameters to this method if needed.
Public Sub Initialize
End Sub
'This is Method doc and standard html tags don't work
'<b>This should be Bold</b>
'<code>Dim i as int</code>
Sub SomeMethod(a As String , b As String)
End Sub