开发者

Directories within File List in Doxygen?

开发者 https://www.devze.com 2023-03-23 16:19 出处:网络
I am documenting my project right now! So as it stands, under \"File List\", I see 开发者_如何学运维something like this:

I am documenting my project right now! So as it stands, under "File List", I see 开发者_如何学运维something like this:

File List
Folder1/Sub_Folder1/File01
Folder1/Sub_Folder1/File02
Folder2/Sub_Folder1/File01

And what I'd like to see instead is this:

File List
Folder1
Folder2

Upon expending Folder1, it should look like this:

File List
Folder1
       \Sub_Folder1
Folder2

Is this possible in Doxygen?

Thank you


Found it! In the doxygen configuration file..

SHOW_DIRECTORIES = YES

Will do the trick ;)

0

精彩评论

暂无评论...
验证码 换一张
取 消