From 45066c2d2bdf2370ae654fba5516978141f4b974 Mon Sep 17 00:00:00 2001
From: Stephan Schulz <stephan.schulz-x2q@rub.de>
Date: Tue, 26 Jan 2021 14:59:44 +0100
Subject: [PATCH] add documentation generation flag to documentation

---
 docs/Install.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/Install.rst b/docs/Install.rst
index 6170bee..4d089f9 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.
-- 
GitLab