我创建了一个包含以下内容的.dox文件。但是,我没有看到主页中显示的信息。
/// \mainpage My Personal Index Page
///
/// \section intro_sec Introduction
///
/// This is the introduction.
///
/// \section install_sec Installation
///
/// This is a section.
///
/// \subsection step1 Step 1: Opening the box
///
/// This is a subrection.发布于 2014-11-23 22:39:59
对啰。必须使用Doxyfile中的输入来指定文件。
https://stackoverflow.com/questions/27089901
复制相似问题