Menu

#282 not getting summary tags in just 1 class in .chm

open
nobody
None
5
2005-10-26
2005-10-26
No

NDOC Version: 1.3.1
Generating: MSDN Help
Using VB .Net

The ".chm" file generated shows all the classes and
their corresponding methods. But only for a specific
class it is not showing the description for any of its
methods and properties. Only the methods/properties
names are being displayed. The description for all the
methods and properties is given in tag
called "<summary>". The ".chm" file is somehow not
picking any "<summary>" tag from one class.

After doing lot of analysis and research, I did the
following:

Created XML files out of ".vb" files by copying the
comments.
Replaced the reserved characters with the respective
escape sequences.
Checked for the occurance of any overlapping or
incomplete tags.

Moreover, the class which is having problems; if you
copy the code for that class in a new project and
execute it, it just works fine and the ".chm" file displays
the description for all the methods and properties i.e. it
picks up all the "<summary>" tags. This shows the
problem is somewhere else and is reflecting in this
class.
can any one help? any idea as to what cld be the
problem?

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.