How to configure Doxygen to generate individual classes list for a single project (if there are many related projects)

Сергей Степанов <[email protected]> Tue, 19 May 2020 11:33:47 +0300
Newsgroups gmane.text.doxygen.general
Message-ID <CADDq-hYV6jco-yZEz9n0fyDCvVMe+q2WvPEV6rvJdqDLnZA1bg@mail.gmail.com>
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< -----

Options in Doxyfile:

----- 8< -----
INPUT = . \
 ../main/src \
 ../idk/src \
 ../device_module/device1/src \
 ../device_module/device50/src \
 ../control_panel/src \
 ../logging/src

SEPARATE_MEMBER_PAGES=YES
----- 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?


-- 
Best regards, Sergey M. Stepanov
http://webhamster.ru