本文介绍了从doxgen结果生成chm的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
出于某些原因,我不会很长时间,我无法将我的源代码带到Windows。
我想生成doxygen并获取CHM文件。
,所以我在Linux上生成了doxygen,现在我该怎么知道我可以将html文件复制到linux并生成chm文件,我宁愿使用doxygen,但无法弄清楚如何仅从html文件而不是源代码。
任何想法?
谢谢。
For some reasons, I would not be long, I can't bring my source code to Windows.I want to generate doxygen and get CHM file too.so I generated doxygen on Linux, now I what to know can I copy the html files to linux and generate the chm file , I rather using doxygen, but couldn't figure out how to do it only from the html files and not on the source code.Any ideas?Thank you.
推荐答案
- 准备Windows计算机
- 安装HTMLHelp Workshop
- 将所有文件(包括index.hhp,index.hhk和index.hhp)从LINUX复制到Windows
- 右键点击index.hhp
- 用HTMLHelp Workshop打开,或者用例如'FAR HTML'之类的工具打开
- 用HTMLHelp Workshop编译(注意:工具栏上的图标)
- 将生成的CHM复制回Linux并按例如查看
- Prepare a Windows machine
- Install HTMLHelp Workshop
http://www.help-info.de/en/Help_Info_HTMLHelp/hh_download_install.htm - Copy all files including index.hhp, index.hhk and index.hhp from LINUX to Windows
- Right click to index.hhp
- Open with HTMLHelp Workshop or e.g a tool like 'FAR HTML'
- Compile with HTMLHelp Workshop (note there is a icon on the toolbar)
- Copy the resulting CHM back to Linux and view by e.g.http://www.linux.com/news/software/applications/8209-chm-viewers-for-linux
或者学习CHMcmd Marco van de Voort上面。
Or learn CHMcmd as mentioned by Marco van de Voort above.
这篇关于从doxgen结果生成chm的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!