At 10:33 19.05.2020, Сергей Степанов wrote:
>I have several C ++ projects related to each other. The project code
>is something like this:
>
>----- 8< -----
>/main/src
>/idk/src
>/device_module/device1/src
>/device_module/device50/src
>/control_panel/src
>/logging/src
>...
>/doxygen_documentation <----- Here is Doxyfile, here Doxygen running
>----- 8< -----
>
>I need to generate documentation so that the title page contains links
>to projects, and on the project pages there is a list of only those
>classes that relate to the current project. But at this time, Doxygen
>generate big heap with all clesses from all projects directories.
>
>How to configure the program as I need?

Why don't you create the documentation for each directory separately
and create a main page with the links yourself? That is, if there aren't
any cross links between the directories.

bye  Fabi



_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to