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:
@@ -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
|
items separated by semi-colons, so a conversion needs to be performed. The
|
||||||
``doxygen_add_docs()`` command specifically checks the following Doxygen config
|
``doxygen_add_docs()`` command specifically checks the following Doxygen config
|
||||||
options and will convert their associated CMake variable's contents into the
|
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