Currently I am using Doxygen to generate a user document from a few markdown files. I want to generate a custom navigation tree like the following:
And I have 4 markdown pages, here. let's say they are "install.md", "macos.md", "windows.md" and "linux.md".
My install.md file is as follow:
and the "macos.md" , "windows.md" and "linux.md" each has its own page title: such as @page macos , @page windows and @page linux.
The result is very good, but it generate a few empty pages with the file name.
How could I get rid of all these empty page files?
Thanks in advance.
I looked for ages for a decent solution, and this is what i found:
In your main markdown file (here install.md), define a group, such as:
\defgroup GrpDummyPages HiddenEmpty
@{
@}
Then in your subpages, for intance your 'windows.md', add at the beginning:
\ingroup GrpDummyPages
In your tree view will appeaer a 'modules' section, with sub-category 'HiddenEmpty', which will contain the pages/files where you put the ingroup command.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With