M
Mark Johnson
No "Description" in resulting HTML File using NDOC (Version 1.2.1303.41457).
From the Framework side I think I am doing everything correctly, because the
resulting
XML has the coments.
Is this a known NDoc problem?
Is there a NDoc newsgroup?
C# :
public enum Back
{
/// Crosshatch/CROSSHATCH (0) - CardsDll (53)
Crosshatch,
....
}
resulting XML :
<member name="F:mj10777_Cards.Back.Crosshatch">
Crosshatch/CROSSHATCH (0) - CardsDll (53)
</member>
Mark Johnson, Berlin Germany
(e-mail address removed)
From the Framework side I think I am doing everything correctly, because the
resulting
XML has the coments.
Is this a known NDoc problem?
Is there a NDoc newsgroup?
C# :
public enum Back
{
/// Crosshatch/CROSSHATCH (0) - CardsDll (53)
Crosshatch,
....
}
resulting XML :
<member name="F:mj10777_Cards.Back.Crosshatch">
Crosshatch/CROSSHATCH (0) - CardsDll (53)
</member>
Mark Johnson, Berlin Germany
(e-mail address removed)