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.
是否可以减少 doxygen 为乳胶 PDF 创建的索引的深度?
EG 目前 doxygen 在 PDF 中创建了一个 4 级深度的索引:文件名 - 文档类型 - 文档项。我想将其减少到仅 1 级 - 文件名,然后可能还摆脱数据结构索引(第 2 章)和文件索引(第 3 章)
在 header.tex 等中看不到任何内容。
几乎可以肯定,几周前我在这里看到了类似的 Q,但我找不到
(注意这都与生成的PDF相关,我没有使用 HTML 输出)
正如@albert 所说,它由 header.tex 文件中的 \setcounter{tocdepth}{n} 行控制。
其中 n 是一个数字,表示所需的级别数。