MattClarkson / CMakeCatchTemplate

Template C++ project using CMake, CTest, Catch, and a SuperBuild for dependencies such as Boost, gflags, glog, VTK, OpenCV and PCL.
BSD 3-Clause "New" or "Revised" License
30 stars 13 forks source link

Provide ability to modularise doxygen manual #27

Closed MattClarkson closed 6 years ago

MattClarkson commented 6 years ago

Imagine the scenario where we have many small libraries, all created with this template. It would be good if this template could export in some way the documentation or the location of the generated documentation.

This means a 3rd party project should be able to compile a technical manual containing all the technical manuals provided by all the component part libraries.

Like this: https://www.stack.nl/~dimitri/doxygen/manual/external.html