【问题标题】:Doxygen - group functions and have them search-able in the indexDoxygen - 对函数进行分组并让它们在索引中可搜索
【发布时间】:2013-10-11 18:56:44
【问题描述】:

我像这样使用 doxygen 分组:

DISTRIBUTE_GROUP_DOC = 1

//@{
//! Same documentation for both members. Details ...
void func1InGroup1();
void func2InGroup1();
//@}

这会为这两个函数生成相同的文档。唯一的问题是:函数没有显示在开头的 html 索引中,我无法单击项目以转到通用描述。

如何做到这一点?

【问题讨论】:

    标签: c++ doxygen


    【解决方案1】:

    分组出现问题。现在解决了。

    【讨论】:

      猜你喜欢
      • 2012-05-06
      • 2020-02-07
      • 2020-08-14
      • 2012-01-08
      • 2015-08-21
      • 1970-01-01
      • 2016-07-20
      • 1970-01-01
      • 2020-06-19
      相关资源
      最近更新 更多