Просмотр исходного кода

Merge topic 'doc-FindDoxygen-TypoFix'

8695591d50 FindDoxygen: Fix typo in docs

Acked-by: Kitware Robot <[email protected]>
Merge-request: !10956
Brad King 5 месяцев назад
Родитель
Сommit
8eeeeb7efe
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      Modules/FindDoxygen.cmake

+ 2 - 2
Modules/FindDoxygen.cmake

@@ -653,7 +653,7 @@ Example: Custom Configuration File
 
 In the following example, a custom ``Doxyfile`` configuration file is created
 in the current binary directory (:variable:`CMAKE_CURRENT_BINARY_DIR`) prior
-to calling the ``doxygen_add_doxs()``.  This allows project-specific
+to calling the ``doxygen_add_docs()``.  This allows project-specific
 configuration tags to be customized as needed:
 
 .. code-block:: cmake
@@ -664,7 +664,7 @@ configuration tags to be customized as needed:
   if(Doxygen_FOUND)
     configure_file(Doxyfile.in Doxyfile)
 
-    doxygen_add_doxs(
+    doxygen_add_docs(
       example_docs
       foo.c bar.c
       ALL