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 _______________________________________________ Doxygen-users mailing list Doxygen-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/doxygen-users