Using the event tag produces the wrong output. The
Reason of the event is also used as the Event Type and
link.
For example, The following code:
''' <event
cref="MyNamespace.MyControl.SubjectChanged">Rais
ed when <c>Subject</c> is changed.</event>
which compiled to:
<event
cref="E:MyNamespace.MyControl.SubjectChanged">
Raised when
<c>Subject</c>
is changed.
</event>
produces the following output in my documentation
Events
Event Type Reason
Raised when Subject is changed. Raised when Subject
is changed.
The following was used to generate the documentation:
NDoc 1.3.1851
MS 1.1
NDoc GUI
VS Commenter 1.2.5
Janine White
Logged In: YES
user_id=919791
A fix has been checked into CVS.
The latest source can be obtained from
http://ndoc.sourceforge.net/ndoc-nightly.zip