summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-12-10 21:04:12 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-12-10 21:04:12 (GMT)
commitc52a31f1c5c559edd1604bd20dd64d1e87f26231 (patch)
treee51772bfe68b98118f430d4f3754322a0d146eb9
parenta14a152e2263915033d4e5fd3378688fc6a89a0f (diff)
parent82063c0601b9f7b11c1774a1a42e13295c486467 (diff)
downloadDoxygen-c52a31f1c5c559edd1604bd20dd64d1e87f26231.zip
Doxygen-c52a31f1c5c559edd1604bd20dd64d1e87f26231.tar.gz
Doxygen-c52a31f1c5c559edd1604bd20dd64d1e87f26231.tar.bz2
Merge pull request #422 from albert-github/feature/bug_clang_generation
Adjusted used option for CLANG usage with CMake in documentation
-rw-r--r--src/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.xml b/src/config.xml
index 5304054..9d54e29 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -1603,7 +1603,7 @@ to disable this feature.
necessary type information.
@note The availability of this option depends on whether or not doxygen
- was compiled with the `--with-libclang` option.
+ was generated with the `-Duse-libclang=ON` option for CMake.
]]>
</docs>
</option>