I --added my comment tags to the vb class file , --created my xml file with vb.Doc, --ran nDoc and created the 'MSDN' documentation
however, the comments I added don't show up in the nDoc files ????
example of comment tags are:
'<SUMMARY>MySummary</SUMMARY> '<PARAM name="email">string</PARAM>
What am I missing ??
discovered: Tags must be lower case
Log in to post a comment.
I
--added my comment tags to the vb class file ,
--created my xml file with vb.Doc,
--ran nDoc and created the 'MSDN' documentation
however, the comments I added don't show up in the nDoc files ????
example of comment tags are:
'<SUMMARY>MySummary</SUMMARY>
'<PARAM name="email">string</PARAM>
What am I missing ??
discovered: Tags must be lower case