Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
除了文档化的 C 源代码之外,我还想在 Doxygen 生成的 HTML 文档中包含一个关于软件架构的 MS-Word 文档。
我怎样才能做到这一点?有没有办法将 MS-Wordfile *.docx 转换为 Doxygenfile *.dox?
您可以使用链接到文档
<a href="your_doc.docx">link name</a>
在评论区。
另一种方法是将其转换为(足够简单的)HTML 文件,以便 doxygen 可以解析它,但是您可能会丢失很多文档的标记和布局。