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 | 4a4e0eb782109e83734a52c923ceb595d3c2d3ee (patch) | |
| tree | 03d438c7f347c9fc1df003a8288596acc35198dc /clang/include/clang-c | |
| parent | 2c610aa3ed85abbeaa86c79aec8287f34f9affe3 (diff) | |
| download | bcm5719-llvm-4a4e0eb782109e83734a52c923ceb595d3c2d3ee.tar.gz bcm5719-llvm-4a4e0eb782109e83734a52c923ceb595d3c2d3ee.zip | |
Mention libclang in the Doxygen documentation
llvm-svn: 126316
Diffstat (limited to 'clang/include/clang-c')
| -rw-r--r-- | clang/include/clang-c/Index.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h index b3b49c79c3a..722f6be538b 100644 --- a/clang/include/clang-c/Index.h +++ b/clang/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), |

