1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00

FindDoxygen: clarify the CMake variable naming scheme

This commit is contained in:
Ben Boeckel
2021-03-25 16:54:08 -04:00
parent 0020f69848
commit 739446a9a1

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.
::