【发布时间】:2016-06-13 18:00:27
【问题描述】:
我想为我目前在 LaTeX 中的应用程序编写文档(关于我使用的技术等等),如果我可以在他身上使用 Doxygen 的 \mainpage 部分,我会徘徊,作为“如何使用”一章,例如.
/*! \mainpage My Personal Index Page
*
* \section intro_sec Introduction
*
* This is the introduction.
*
* \section install_sec Installation
*
* \subsection step1 Step 1: Opening the box
*
* etc...
*/
这可能吗?或者我能做的就是把它写成有效的代码?
【问题讨论】: