Re: [Doxygen-users] How to configure Doxygen to generate individual classes list for a single proje
Brought to you by:
dimitri
From: Fabian C. <Cen...@in...> - 2020-05-19 09:00:42
|
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 |