generate chm from doxygen results

六眼飞鱼酱① 提交于 2019-12-11 09:30:12

问题


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?


回答1:


As I understand you have the source code on Linux and no way to copy to Windows. Please try to generate the HTML files by Doxygen on Linux with the properties shown on the attached snap. The files you need later are marked. Make shure you get these files.

  1. Prepare a Windows machine
  2. Install HTMLHelp Workshop
    http://www.help-info.de/en/Help_Info_HTMLHelp/hh_download_install.htm
  3. Copy all files including index.hhp, index.hhk and index.hhp from LINUX to Windows
  4. Right click to index.hhp
  5. Open with HTMLHelp Workshop or e.g a tool like 'FAR HTML'
  6. Compile with HTMLHelp Workshop (note there is a icon on the toolbar)
  7. Copy the resulting CHM back to Linux and view by e.g. http://www.linux.com/news/software/applications/8209-chm-viewers-for-linux

Or learn CHMcmd as mentioned by Marco van de Voort above.



来源:https://stackoverflow.com/questions/23680921/generate-chm-from-doxygen-results

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!