CMake/Help/release/dev/doxygen-add-docs-USE_STAMP_FILE.rst
Nikita Sirgienko 611eb26b9d FindDoxygen: add USE_STAMP_FILE option
The new option enables the behavior of only building if sources change.
2019-09-06 09:12:09 +10:00

8 lines
355 B
ReStructuredText

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.