doxygen和“旧式”班级名单

时间:2012-08-10 13:06:44

标签: c++ doxygen

我注意到新版本的doxygen(我有1.8.1.1)会生成类别列表,其中嵌套是分层次完成的,例如:

  • 命名空间
    • MyClass1的
    • MyClass2

e.g。 http://www.itk.org/Doxygen/html/annotated.html

我更希望拥有班级列表的旧样式:

  • 命名空间:: MyClass1的
  • 命名空间:: MyClass2

e.g。 http://trilinos.sandia.gov/packages/docs/r10.8/packages/tpetra/doc/html/annotated.html

doxyfile中是否有设置可以使用旧样式?


我在这个请求背后的理由是,我通常通过搜索“namespace :: MyClass”来搜索我的C ++类。通常,即使“::我”也能很快找到合适的班级。在新的风格中,我不再知道如何做到这一点。

1 个答案:

答案 0 :(得分:1)

通常,带注释的索引应该具有“详细级别”导航,如下所示: http://www.nsnam.org/doxygen/annotated.html
单击最高级别(示例中为5)将展开整个索引,然后您可以轻松搜索类。

另一种方法是使用注释索引:
http://www.nsnam.org/doxygen/classes.html