I have multiple applications in one folder. I want to generate separate doxygen documentation for every top folder.
root-folder
-- test-app
-- myapp_1
-- myapp_2
I want to generate doxygen documentation for all three in one run but to place results in three different folders.
I tried to set CREATE_SUBDIRS
, but this has a different purpose.
I would like to have
html
- test-app-html
- myapp1-html
- myapp2-html