I am using VBCommenter to add comments to my code.
When I see the html report in the browser, it does not show description
or summary of any subs or methods. I also want to see description of
each input parameter in subs.
For eg:
''' <summary>
''' This is sumary info
''' </summary>
''' <param name="objExtran etUser">Object of Type Extranter
User</param>
''' <param name="strOrigin alSubject">Orig inal Email Subject</param>
''' <remarks> This is remarks
''' </remarks>
''' <history>
''' [iaquil] 9/20/2005 Created
''' </history>
I cannot see description "Object of Type Extranter User" of parameter
"objExtranetUse r".
When I see the html report in the browser, it does not show description
or summary of any subs or methods. I also want to see description of
each input parameter in subs.
For eg:
''' <summary>
''' This is sumary info
''' </summary>
''' <param name="objExtran etUser">Object of Type Extranter
User</param>
''' <param name="strOrigin alSubject">Orig inal Email Subject</param>
''' <remarks> This is remarks
''' </remarks>
''' <history>
''' [iaquil] 9/20/2005 Created
''' </history>
I cannot see description "Object of Type Extranter User" of parameter
"objExtranetUse r".