I have a doc folder with many folders inside. Each folder contains a doc.tag file (generated from Doxygen) and html folder with the Doxygen output. Example:
doc
|- Proj1
|- doc.tag
|- html
|- index.html
|- other doxygen html output
|- Proj2
|- doc.tag
|- html
|- index.html
|- other doxygen html output
| and so on
I want to know if there is any way of creating a common Doxygen index.html
from all the index.html
files in the folders. It would be nice if the Doxygen search could work through all of them.
Details: each folder is a ROS package and the documentation is generated from a CMake macro (https://github.com/ethz-asl/doxygen_catkin) used in every package's CMakeLists.txt