[cfe-commits] r126316 - /cfe/trunk/include/clang-c/Index.h
Douglas Gregor
dgregor at apple.com
Wed Feb 23 09:45:25 PST 2011
Author: dgregor
Date: Wed Feb 23 11:45:25 2011
New Revision: 126316
URL: http://llvm.org/viewvc/llvm-project?rev=126316&view=rev
Log:
Mention libclang in the Doxygen documentation
Modified:
cfe/trunk/include/clang-c/Index.h
Modified: cfe/trunk/include/clang-c/Index.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang-c/Index.h?rev=126316&r1=126315&r2=126316&view=diff
==============================================================================
--- cfe/trunk/include/clang-c/Index.h (original)
+++ cfe/trunk/include/clang-c/Index.h Wed Feb 23 11:45:25 2011
@@ -35,7 +35,7 @@
#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),
More information about the cfe-commits
mailing list