Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

is it possible to create a .chm file with visual studio .net or do I have to use a program like winhelp for it?

 

because when I installed winhelp, it said theire allready was a better version of the program installed on my computer.

 

greets koen

Posted

If you turn on the XML Documentation File in a C# project (under Configuration Properties/Build/Outputs in Project Properties), you can generate a .CHM file via NDoc (free, open source utility).

 

You use the "///" notation before all your functions, properties, etc in code to add "<summary>" tags then fill in the text yourself. This is what goes into the .XML file which NDoc will parse out to .CHM, or even a decent HTML site if so desired.

 

http://ndoc.sourceforge.net/wiki/HomePage

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...