///Summary <-- help file generation

W

Wayne

I am using VS 2005 and have a collection of classes all of which have the
summary tag for each class and method. I remember there being a way to
generate help files from this, but can't seem to find it on the menu or in
the help.

Anyone able to point me in the right direction?

--
Thanks
Wayne Sepega
Jacksonville, Fl

Enterprise Library Configuration Console Module Generator
http://workspaces.gotdotnet.com/elccmg

"When a man sits with a pretty girl for an hour, it seems like a minute. But
let him sit on a hot stove for a minute and it's longer than any hour.
That's relativity." - Albert Einstein
 
P

Pete Davis

Right-click the project and select "Properties"

Go into the "Build" properties under "Configuration Properties"

Provide a filename for XML Documentation File

Pete
 
C

Christoph Nahr

Note that this will only extract the XML comments into a separate XML
file -- it will not actually create a help file, such as HTML Help.

Visual Studio 2005 does not have this functionality. You need a
third-party application to do this, such as NDoc... but NDoc has not
yet been updated to .NET 2.0.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Beta 2 News Groups 1
windows form datagrid questions 2
Hiding values in a datagrid 1
form inheritance 1
is a char a number? 1
TollBox Pushpin effect 2
New to .net threads 3
Profiling tool for C# and .net 2.0 2

Top