None of the summaries, for methods or method params,
are showing up in the help file. They do show up in the Xml
Documentation File, but as far as i can tell NDoc is ignoring
the contents of that file. It is also ignoring the <exclude/>
tags.
This is a C# Web Service project.
Logged In: YES
user_id=1360676
When I check "ShowMissingSummaries" the docs tell
me "Missing <summary> documentation", which is nutty because
the summaries *are* in the code *and* in the xml file. NDoc
does not appear to be working at all. Or am I doing something
wrong?
Logged In: YES
user_id=1360676
I'm using NDoc version 1.3.1, .NET 1.1 and C#. The project is a
Web Service project. Thanks for any suggestions.
Logged In: YES
user_id=1360676
OK, after searching through the source code i figured out that
NDoc won't find your Xml Documentation file unless you enter
the path to it in the "SlashDot" line of the "Add" assembly dialog
box. Once I entered that, it all worked fine.