从 doxygen 文档获取源文件的简单方法?
我找到了我有兴趣修改的游戏的源代码,它采用 doxygen“文档”的形式。
在“文件”下,我得到了 html 文件,其名称与 cpp 和 h 文件无关,还有行号。
我想知道是否有办法将 doxygen 文档转换为常规 cpp 和 h 文件。
I have found the source for a game that I am interested in modifying, and it's in the form of doxygen "documentation".
Under "files" I get html files with names not related to the cpp and h files, and also line numbers.
I was wondering if there is a way to convert the doxygen documentation into regular cpp and h files.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有多少个文件?如果不是太多,也许可以手动复制粘贴...
html2text 是一个 python 程序,非常擅长将 html 转换为文本。
How many files are there? If not too many, a manual copy-paste perhaps...
html2text is a python program that is pretty good at converting html to, well, text.