I have been able to sucessfully generate doxygen document, but I haven't been able to create the document tree on the left side of the main index page.
The Doxygen's main page has a very nice layout of the document tree as follow:
Doxygen
About
►Downloads
Changelog
►Documentation
►Get Involved
Wish list
I tried to create something similar, but so far I have only been able to generate:
ProjectName
IntructionPage
ProjectName is defined in the config-Doxygen (PROJECT_NAME) and IntruductionPage is defined in the .md file.
If you have example how to generate it the document tree, please share.
Basically I want go have something like this:
ProjectName
IntroductionPage
SubProject1
SubProject2
....
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have been able to sucessfully generate doxygen document, but I haven't been able to create the document tree on the left side of the main index page.
The Doxygen's main page has a very nice layout of the document tree as follow:
Doxygen
About
►Downloads
Changelog
►Documentation
►Get Involved
Wish list
I tried to create something similar, but so far I have only been able to generate:
ProjectName
IntructionPage
ProjectName is defined in the config-Doxygen (PROJECT_NAME) and IntruductionPage is defined in the .md file.
If you have example how to generate it the document tree, please share.
Basically I want go have something like this:
ProjectName
IntroductionPage
SubProject1
SubProject2
....
Thanks!