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();
 
 /**


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to