Completed the code implementation of the work order, but the design document has not been updated in real time. Now the leader said to design a document, God! So many classes, functions, attribute descriptions must be self
write? ?
In the first two days, I just saw "Every .NET developer should now download the ten must-have tools" has a ndoc generated document, why not try? ?
After downloading, add a executable file link directly to the start -> program: NDOC, open, the initial interface is as follows:
I didn't know how to load the assembly for a long time, which was originally to generate the corresponding XML file when generating an assembly. Click Right click on the vs.net item -> Properties -> Generate
Enter the XML file name you want to generate on the XML document file, then generate the corresponding XML file by default when generating.
Click "Add" button in NDOC to enter the program collection name to be generated, and the corresponding XML file name is loaded.
You can then create a file type, generate a document in the MSDN format (like the MSDN file format, default this format), XML document, etc., can also be set to generate document title, copyright
Information, etc. (Not very good for Chinese support, if the generated document name is Chinese, there will be garbled, generate an error!)
Click the "Build" button on the toolbar, not a few minutes, the document is automatically generated.
Click the "View" button on the toolbar to adjust the build-up HTML help file.