Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML Documentation Parser

Status
Not open for further replies.

pansophic

MIS
Sep 24, 2001
1,347
US
Has anyone found or created an XML parser that supports more flags and better parsing than the one that is included with VS .NET? I had been using Javadoc, which supports tags like @version and @author, and then supports nice run-time flags, like -public and -private. It also generates far more useful web pages, with sections for Methods, Constructors, etc.

Now one of the projects that I was working on has switched over to C#, so we need to use VS, but we are very disappointed in the documenation parser. I'd be very interested to hear what others are doing.
pansophic
 
Found one on my own. MSDN has a documentation parser written as an Add-In dll, with source code.


You can modify it to your heart's content and build your own commnet pages directly from the Tools menu.

Unlike the built-in documentation parser, it supports VB and C++ as well.
pansophic
 
That's cool.

But my biggest beef is that VS.NET won't allow me to define my own XML tags for a class or method. I'd like to include things like revision history (with the VSS replacable parameters in there), but the compiler chokes on it.

Chip H.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top