summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2017-12-27 13:13:39 (GMT)
committerCraig Scott <craig.scott@crascit.com>2018-01-02 20:59:59 (GMT)
commit1e6d1dd358dc7aace3a1effa4f1646e1272be3dc (patch)
tree74933f72b5f914d98603b2b64464673d42766db6 /Help
parent497f4bb941a84bacfca2392759de6cb8e23b0684 (diff)
downloadCMake-1e6d1dd358dc7aace3a1effa4f1646e1272be3dc.zip
CMake-1e6d1dd358dc7aace3a1effa4f1646e1272be3dc.tar.gz
CMake-1e6d1dd358dc7aace3a1effa4f1646e1272be3dc.tar.bz2
FindDoxygen: Add DOXYGEN_VERBATIM_VARS for quote prevention
Each CMake variable listed in DOXYGEN_VERBATIM_VARS will not have any automatic quoting applied to it when written to the Doxyfile.
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/doxygen-verbatim-vars.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/release/dev/doxygen-verbatim-vars.rst b/Help/release/dev/doxygen-verbatim-vars.rst
new file mode 100644
index 0000000..761290e
--- /dev/null
+++ b/Help/release/dev/doxygen-verbatim-vars.rst
@@ -0,0 +1,8 @@
+FindDoxygen
+-----------
+
+* The :command:`doxygen_add_docs` function of the :module:`FindDoxygen` module
+ now supports a new ``DOXYGEN_VERBATIM_VARS`` list variable. Any
+ ``DOXYGEN_...`` variable contained in that list will bypass the automatic
+ quoting logic, leaving its contents untouched when transferring them to the
+ output Doxyfile.