diff options
author | albert-github <albert.tests@gmail.com> | 2018-06-30 09:34:52 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2018-06-30 09:34:52 (GMT) |
commit | 0e80abeb4c0966ef66a616c21ecb71583465955a (patch) | |
tree | 73ee8ad524303470230ce62874977c128b6f5159 | |
parent | 154e877cc2e8b10091d7e0068b6f6d5793cd29f3 (diff) | |
download | Doxygen-0e80abeb4c0966ef66a616c21ecb71583465955a.zip Doxygen-0e80abeb4c0966ef66a616c21ecb71583465955a.tar.gz Doxygen-0e80abeb4c0966ef66a616c21ecb71583465955a.tar.bz2 |
Documentation correction CLANG option usage
Corrected reference to use of CLANG option in Doxyfile.
-rw-r--r-- | src/config.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.xml b/src/config.xml index 2dcc0f4..7896078 100644 --- a/src/config.xml +++ b/src/config.xml @@ -1639,7 +1639,7 @@ to disable this feature. necessary type information. @note The availability of this option depends on whether or not doxygen - was generated with the `-Duse-libclang=ON` option for CMake. + was generated with the `-Duse_libclang=ON` option for CMake. ]]> </docs> </option> @@ -1663,7 +1663,7 @@ to disable this feature. will then be passed to the parser. @note The availability of this option depends on whether or not doxygen - was generated with the `-Duse-libclang=ON` option for CMake. + was generated with the `-Duse_libclang=ON` option for CMake. ]]> </docs> </option> |