mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-05 06:40:26 -06:00
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:
@@ -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.
|
||||
|
||||
::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user