diff options
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/doxygen-verbatim-vars.rst | 8 |
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. |