[cfe-commits] r94311 - /cfe/trunk/include/clang-c/Index.h

Ted Kremenek kremenek at apple.com
Sat Jan 23 09:51:23 PST 2010


Author: kremenek
Date: Sat Jan 23 11:51:23 2010
New Revision: 94311

URL: http://llvm.org/viewvc/llvm-project?rev=94311&view=rev
Log:
Add doxygen comment to clang_getClangVersion().

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=94311&r1=94310&r2=94311&view=diff

==============================================================================
--- cfe/trunk/include/clang-c/Index.h (original)
+++ cfe/trunk/include/clang-c/Index.h Sat Jan 23 11:51:23 2010
@@ -1252,7 +1252,11 @@
  *
  * @{
  */
-  
+
+/**
+ * \brief Return a version string, suitable for showing to a user, but not
+ *        intended to be parsed (the format is not guaranteed to be stable).
+ */
 CINDEX_LINKAGE const char *clang_getClangVersion();
 
 /**





More information about the cfe-commits mailing list