summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2019-09-06 00:03:30 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-09-06 00:03:55 (GMT)
commita2d4968ab914d5cf02457306ec8f76177a794520 (patch)
tree045c889282dd67d257a922211e3e51e16f6ab260 /Help
parent6db8f6a410d99e9a66847530bb520b329d2f1a9e (diff)
parent611eb26b9db1b0ff1e83a6983b6cdf79f2dca0d5 (diff)
downloadCMake-a2d4968ab914d5cf02457306ec8f76177a794520.zip
CMake-a2d4968ab914d5cf02457306ec8f76177a794520.tar.gz
CMake-a2d4968ab914d5cf02457306ec8f76177a794520.tar.bz2
Merge topic 'doxygen-add-docs-USE_STAMP_FILE'
611eb26b9d FindDoxygen: add USE_STAMP_FILE option Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3238
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/doxygen-add-docs-USE_STAMP_FILE.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/doxygen-add-docs-USE_STAMP_FILE.rst b/Help/release/dev/doxygen-add-docs-USE_STAMP_FILE.rst
new file mode 100644
index 0000000..700ee6c
--- /dev/null
+++ b/Help/release/dev/doxygen-add-docs-USE_STAMP_FILE.rst
@@ -0,0 +1,7 @@
+doxygen-add-docs-USE_STAMP_FILE
+-------------------------------
+
+* The :command:`doxygen_add_docs` command from the :module:`FindDoxygen`
+ module gained a new ``USE_STAMP_FILE`` option. When this option present,
+ the custom target created by the command will only re-run Doxygen if any
+ of the source files have changed since the last successful run.