dear all,
i wanted to know how to make my documentation in the code to be converted into chm ot hlp or whatever help file
the documentation is the .cs file is already made in the xml style like
///<summary>
///</summary>
Thanks in advance
blah blah blah is here! blah blah » Close
1 answers
in your project properties under build, there is an XML Documentation File property. name it yourassemblyname.xml and compile (make sure that it's under "release", cause its kind of pointless to compile it to debug).
then download <a target="_blank" href="https://sourceforge.net/projects/ndoc">nDoc</a> and load the assembly that has the xml file in the same directory (release if you managed to make the xml documentation build in the release folder), and fill in the blanks and compile...
thats it.
answered 8 months ago by:
1699
This post was imported from csharpfriends, if you have a similiar question please ask it again.
All previous members have been migrated, hope you enjoy the new platform!