Menu

Group modules and pages?

Anonymous
2013-03-04
2013-06-11
  • Anonymous

    Anonymous - 2013-03-04

    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!

     
  • Anonymous

    Anonymous - 2013-03-04

    The result should look like this:

    Project 
       |- Modules 
       |      |- "Module1" 
       |      |       |- documentation page1 (from *.md file) 
       |      |       |- class documentation 
       |      |- "Module2" 
       |      |       |- documentation page2 
       |      |       |- class documentation 

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.