【问题标题】:Including directories for doxygen documentation包括 doxygen 文档的目录
【发布时间】:2015-07-06 16:56:37
【问题描述】:

我的项目有一组 .dox 文档文件 在如下图的dox目录中

在输入部分,我已经包含../ 用于 doxygen 获取源代码。但是,当我输入./ 时,它不会提取我的文档文件,并且必须包含每个文件。有没有办法自动包含它们?

这是docslib 目录。在lib 我有源代码,而在docs 我有文档。

../
├── docs
│   ├── dox
│   └── Doxyfile
└── lib

这是dox目录的内容

./dox/
├── gnu_affero_gpl.dox
├── gnu_fdl.dox
├── gnu_gpl.dox
├── larsa
│   └── larsa_core.dox
├── larsa.dox
├── meidum
│   ├── lattices
│   ├── lattices.dox
│   ├── lattices.dox~
│   ├── polyhedra
│   └── polyhedra.dox
├── meidum.dox
├── modules.dox
└── vikingr.dox

【问题讨论】:

    标签: doxygen include-path


    【解决方案1】:

    我现在已经解决了这个问题。解决方案是记住在Doxyfile 中的FILE_PATTERNS 变量中添加*.dox

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2012-05-01
      • 2020-08-10
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-02-04
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多