Merge topic 'FindDoxygen-clarify-cmake-variable-naming'

739446a9a1 FindDoxygen: clarify the CMake variable naming scheme

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Mateusz Mania <kajtkowo@gmail.com>
Merge-request: !5943
This commit is contained in:
Brad King
2021-03-29 13:35:36 +00:00
committed by Kitware Robot

View File

@@ -223,7 +223,8 @@ them to be separated by whitespace. CMake variables hold lists as a string with
items separated by semi-colons, so a conversion needs to be performed. The
``doxygen_add_docs()`` command specifically checks the following Doxygen config
options and will convert their associated CMake variable's contents into the
required form if set.
required form if set. CMake variables are named ``DOXYGEN_<name>`` for the
Doxygen settings specified here.
::