【问题标题】:Reference Doxygen Class or Namespace list from \mainpage从 \mainpage 引用 Doxygen 类或命名空间列表
【发布时间】:2015-09-16 05:52:06
【问题描述】:

我们为我们的 Doxygen 构建定义了自己的 \mainpage 部分,我希望有一个链接作为其中的一部分,指向自动生成的类索引页面 (classes.html) 和命名空间列表顶级页面 (namespaces.html) .

我已经尝试过诸如 \ref 命名空间和 \ref 类之类的东西,但是这不起作用。知道魔法标签是什么吗?

【问题讨论】:

    标签: c++ doxygen


    【解决方案1】:

    目前没有符号名称可以参考概览页面。 如果它仅适用于 HTML,您可以这样做

    <a href="classes.html">Link to the class index</a>
    

    如果您还需要其他输出格式的内容,可以将上述内容包装在 \htmlonly...\endhtmlonly 中,并对其他输出格式执行类似操作。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2018-01-22
      • 2011-01-17
      • 2017-06-04
      • 1970-01-01
      • 2011-01-30
      • 2011-11-15
      • 1970-01-01
      • 2020-04-20
      相关资源
      最近更新 更多