diff options
author | Douglas Gregor <dgregor@apple.com> | 2011-02-23 17:45:25 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2011-02-23 17:45:25 +0000 |
commit | 87fb9404cd962b78c98947d75d68be1691c4e737 (patch) | |
tree | a33c90c4fa3759091dd28dfc0ba3f85f5da27c4e | |
parent | e9c58163e633afef4eeb7166d00f6dd718ff828a (diff) |
Mention libclang in the Doxygen documentation
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126316 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang-c/Index.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang-c/Index.h b/include/clang-c/Index.h index b3b49c79c3..722f6be538 100644 --- a/include/clang-c/Index.h +++ b/include/clang-c/Index.h @@ -35,7 +35,7 @@ extern "C" { #define CINDEX_LINKAGE #endif -/** \defgroup CINDEX C Interface to Clang +/** \defgroup CINDEX libclang: C Interface to Clang * * The C Interface to Clang provides a relatively small API that exposes * facilities for parsing source code into an abstract syntax tree (AST), |