Merge commit d30f2cb6 from release-2020 into master
[alexxy/gromacs.git] / docs / dev-manual / tools.rst
index 1d19150461322f699021ae20a8d169d3a67744a9..9ce35b7ce585133440be9ada39341a3b09b34076 100644 (file)
@@ -132,7 +132,7 @@ clang-format
 
 ``admin/git-pre-commit``
   This sample git pre-commit hook can be used if one wants to apply
-  ``uncrustify.sh`` automatically before every commit to check for formatting
+  ``uncrustify.sh`` and ``clang-format.sh`` automatically before every commit to check for formatting
   issues.  See :doc:`code-formatting` for details.
 
 ``docs/doxygen/includesorter.py``
@@ -143,7 +143,7 @@ clang-format
 
 include directive checker
   In its present form, the above include sorter script cannot be conveniently
-  applied in ``uncrustify.sh``.  To check for issues, it is instead integrated into
+  applied in the formatting script.  To check for issues, it is instead integrated into
   a ``check-source`` build target.  When this target is built, it also checks for
   include formatting issues.  Internally, it uses the sorter script.  This check
   is run in Jenkins as part of the Documentation job.