I have a question about pages and groups in doxygen. I have a project, where I grouped classes etc. with the @defgroup and @ingroup cmds. So far this works fine.
Now I'd like to add special documentation to the project with markdown pages. These pages should appear in the dedicated module (group). I tried to create pages with the @page and @subpage cmds. That works fine, but the pages appear plain in the menu.
So I tried to add them to the groups with @ingroup. But that doesn't work as I guessed. Is it possible to add pages to modules (groups)?
I have a question about pages and groups in doxygen. I have a project, where I grouped classes etc. with the @defgroup and @ingroup cmds. So far this works fine.
Now I'd like to add special documentation to the project with markdown pages. These pages should appear in the dedicated module (group). I tried to create pages with the @page and @subpage cmds. That works fine, but the pages appear plain in the menu.
So I tried to add them to the groups with @ingroup. But that doesn't work as I guessed. Is it possible to add pages to modules (groups)?
The result should look like this:
Project |- Modules | |- "Module1" | | |- documentation page1 (from *.md file) | | |- class documentation | |- "Module2" | | |- documentation page2 | | |- class documentation
I hope you can help me!
The result should look like this:
Project
|- Modules
| |- "Module1"
| | |- documentation page1 (from *.md file)
| | |- class documentation
| |- "Module2"
| | |- documentation page2
| | |- class documentation