我在doxygen中添加文件夹嵌套?

时间:2015-09-02 06:47:25

标签: doxygen doxygen-wizard

I have multiple classes in my C# project
dir1
    -folder1
          -file1.cs
          -file2.cs
    -folder2
    -file3.cs
dir2
   -folder3
         -file.cs

如何在doxygen中维护这个文件夹结构呢?
因为在Doxygen中它列出了相同文件夹下的所有类'类'
我已经浏览了所有文档,但没有找到任何内容

2 个答案:

答案 0 :(得分:0)

通常,文件夹结构可以在文件参考中找到。请参见此图片中的红框: Doxygen HTML Output: File Reference Page

答案 1 :(得分:0)

使用@dir命令记录目录:

/**
 * @dir src
 * This is the top level directory of the source files.
 * Here a more detailed description of the directory.
 */