I am attempting to use Doxygen to create for me a list of dependencies or features that are used in my application. I can add dependencies or features to a group and view their page, where the members are listed. When I use these in another page with the "subpage" command, a link is generated to this group. Is there any way (perhaps with other commands) to have the contents of this group listed, instead?
It would be nice to be able to see all of the features, dependencies, etc. that I want to list out without having to go back and forth between pages.
Hello,
I am attempting to use Doxygen to create for me a list of dependencies or features that are used in my application. I can add dependencies or features to a group and view their page, where the members are listed. When I use these in another page with the "subpage" command, a link is generated to this group. Is there any way (perhaps with other commands) to have the contents of this group listed, instead?
It would be nice to be able to see all of the features, dependencies, etc. that I want to list out without having to go back and forth between pages.
Thank you!
Example of my Doxyfile aliases:
ALIASES += "dependency{1}=\xrefitem dependencies \"Dependency\1\" \"Dependencies\" \1"
ALIASES += "feature{1}= \xrefitem features \"Feature\1\" \"Features\" \1"
Example of my "main page" where I would like to list contents:
3. Available Features
\subpage features
4. External Dependencies
\subpage dependencies