NDoc version # : NDoc 1.3.1
FRamework MS 1.1
MSDN Documenter
I have a VB project, that I am trying to document.I have
used VB commenter to generate the xml file. When I
use ndoc to generate the documentation the summary
does not show in the documentation. Also if a base
class contains a summary, it does not show in the
inherited class.
Logged In: YES
user_id=919791
This is probably not a problem in NDoc.
There are known bugs in VBCommenter's xml generation which
can produce invalid method signatures.
Note: Some may have been fixed in the latest (1.2.5) release of
VBCommenter...
If you switch on the ShowMissingSummary setting, the warning
message with the output will give the correct signature; This can
be compared with the VBCommenter output to confirm that it is a
VBComenter problem...
Logged In: YES
user_id=1312324
I tried generating the xml using the latest version of
VBCommentor. My xml seems to be generated fine and I see
the summaries being generated. But when I generate the
documentation, the summaried do not show.