cpp-documentation-example
cpp-documentation-example copied to clipboard
An example of setting up Sphinx for C++ and building with CMake and Read the Docs
Results
2
cpp-documentation-example issues
Sort by
recently updated
recently updated
newest added
Sphinx command should depend on Doxygen instead of DOXYGEN_INDEX_FILE directly. This prevents doxygen from running twice in parallel make. https://gist.github.com/socantre/7ee63133a0a3a08f3990
First, thanks a lot for your article and for this repo. It helps a lot! I made some simple modifications to your projet, in order to make it easier to...