当前位置:文档之家› 使用Doxygen 生成帮助文档,并生成chm 格式

使用Doxygen 生成帮助文档,并生成chm 格式



1.Download the htmlhelp.exe from website and install it. Website:/enus/library/ms669985.aspx 2. Download doxygen-1.8.0-setup.exe from website and install it. Website: http://www.stack.nl/~dimitri/doxygen/downl oad.html

4. Open HTML Help Workshop:Start->TML Help Workshop -> HTML Help Workshop. The following is the opening interface.
பைடு நூலகம்


5.Open index.hhp generated by Doxygen in HTML Help Workshop. The steps are: File->Open-> index.hhp( index.hhp is located at the path of docs setting in Doxygen), click compile, and then get the index.chm. In default, index.chm and index.hhp will be in the same direct. Please see the following snaps:
1.Generate Code’s Notes base on the format requirement of doxygen(Programmers’ responsibility).Please see doxygen_manual.chm. Now assume the source code which have been commended is located at : C:\Users\Vincent\Desktop\include\include 2.Please open Doxygen as the following steps: GUI:Start->doxygen->Doxyziward。 The following are snapshots:


3.Set the properties. Please refer the following snapshots.

Now, the Doxygen has generated the files which are useful to make chm, such as :index.hhp, index.hhk, index.hhc *.hmtl ,etc, we can only use index.hhp to generate chm docs.
相关主题