diff options
author | Brad King <brad.king@kitware.com> | 2021-03-29 13:35:36 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-03-29 13:35:42 (GMT) |
commit | a1997a184b73e9228e859f5477beaa2251874f3c (patch) | |
tree | b15868a9ff3f0321f6d6cfbd6bc2fa2cf5b9e2b1 /Modules | |
parent | 06a335681a9b9c2f8586fab12afbe763381ce6fe (diff) | |
parent | 739446a9a1975367b2c9a6b105b3fde1656c725b (diff) | |
download | CMake-a1997a184b73e9228e859f5477beaa2251874f3c.zip CMake-a1997a184b73e9228e859f5477beaa2251874f3c.tar.gz CMake-a1997a184b73e9228e859f5477beaa2251874f3c.tar.bz2 |
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
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/FindDoxygen.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Modules/FindDoxygen.cmake b/Modules/FindDoxygen.cmake index 7fe5da1..4a16e31 100644 --- a/Modules/FindDoxygen.cmake +++ b/Modules/FindDoxygen.cmake @@ -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. :: |