Use single variable for expected Doxygen version
[alexxy/gromacs.git] / docs / dev-manual / tools.rst
index 6c0e125c48c7bc05cf0d080892040fb851e1cc13..46fde62b1606819bf9435df7d288c30c81fe6e2c 100644 (file)
@@ -198,9 +198,9 @@ Doxygen
   `Doxygen <http://www.doxygen.org>`_ is used to extract documentation from
   source code comments.  Also some other overview
   content is laid out by Doxygen from Markdown source files.  Currently, version
-  1.8.5 is required for a warning-free build.  Thorough explanation of the
-  Doxygen setup and instructions for documenting the source code can be found on
-  a separate page: :doc:`doxygen`.
+  |EXPECTED_DOXYGEN_VERSION| is required for a warning-free build.  Thorough
+  explanation of the Doxygen setup and instructions for documenting the source
+  code can be found on a separate page: :doc:`doxygen`.
 
 graphviz (dot)
   The Doxygen documentation uses ``dot`` from `graphviz