Browse Source

FindDoxygen: clarify the CMake variable naming scheme

Ben Boeckel 4 years ago
parent
commit
739446a9a1
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Modules/FindDoxygen.cmake

+ 2 - 1
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.
 
 ::