The process of generating a chm1.x Chinese document using sandcastle:
Tools to be downloaded include:
Sandcastle-October 2007 Community Technology Preview (CTP ):
Http://www.microsoft.com/downloads/details.aspx? Familyid = e82ea71d-da89-42ee-a715-696e3a4873b2 & displaylang = en
Download sandcastle. MSI and double-click it.
Sandcastle only contains the command line tool, which is inconvenient. We also need another GUI tool.
Sandcastle Help File builder:
Http://www.codeplex.com/SHFB
Download and install the SDK.
Then, in the code, we need to write XML comments for classes and members, and set the project to generate XML documents.
Open the sandcastle Help File builder interface, select the assembly of the document to be generated, and set some properties.
Click build to generate the document. The document will be generated soon. It looks good. Only the comments written by myself are generated in English documents. Very uncomfortable!
I had to translate it myself.
After some bitter battles, it was finally completed. Haha.
Here is the document, cool!
If you need to translate the template file, leave a message.