howtobuilddoc.txt

来自「CppUnit 是著名的用于单元测试的JUnit框架的C++移植。测试输出是XM」· 文本 代码 · 共 23 行

TXT
23
字号
Building documentation for MSDN Integration (press F1 on a class in VC++ and jump to doc...):

In the Doxygen (http://www.doxygen.org) configuration file, ensure that the following option
are set to YES:

GENERATE_HTMLHELP      = YES
GENERATE_CHI           = YES
BINARY_TOC             = YES

For CppUnit, CppUnit-win.dox is already configured that way. Use doc/makedoc.bat to generate 
the documentation.

Open the html/index.hhp file using HTML Workshop (hhw.exe)

Click the compile button, and wait. Once done, index.chm and index.chi in html/.

Ship those two files with MSDN Integrator and the appropriate INI file.

Baptiste.

--
Baptiste Lepilleur <gaiacrtn@free.>
http://gaiacrtn.free.fr/index.html

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?