diff --git a/docs/Install.rst b/docs/Install.rst index 6170bee196ee3687b15be61e83a1369e2ff812ca..4d089f9a05e026afbc83a9f4b64a2aea7f645a54 100644 --- a/docs/Install.rst +++ b/docs/Install.rst @@ -58,6 +58,8 @@ Compile time features ``-DCM_ALL_TESTS_INTEGRATION=ON`` (default: ``OFF``) Enables integration/feature tests. Requires ``CM_ALL_TESTS`` to be enabled as well. +``-DCM_ALL_AUTO_DOC=ON`` (default: ``OFF``) + Generate documentation using doxygen and Sphinx. ``-DCMAKE_BUILD_TYPE=Debug`` (default: ``Release``) Enable library internal debugging features. Using ``DebugWithOpt`` also turns on some optimizations.