[cfe-commits] r158624 - /cfe/trunk/include/clang/Basic/Visibility.h

James Dennett jdennett at google.com
Sat Jun 16 20:59:00 PDT 2012


Author: jdennett
Date: Sat Jun 16 22:58:59 2012
New Revision: 158624

URL: http://llvm.org/viewvc/llvm-project?rev=158624&view=rev
Log:
Documentation cleanup: delete an erroneous use of \link

Modified:
    cfe/trunk/include/clang/Basic/Visibility.h

Modified: cfe/trunk/include/clang/Basic/Visibility.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/Visibility.h?rev=158624&r1=158623&r2=158624&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/Visibility.h (original)
+++ cfe/trunk/include/clang/Basic/Visibility.h Sat Jun 16 22:58:59 2012
@@ -16,7 +16,7 @@
 
 namespace clang {
 
-/// \link Describes the different kinds of visibility that a
+/// Describes the different kinds of visibility that a
 /// declaration may have.  Visibility determines how a declaration
 /// interacts with the dynamic linker.  It may also affect whether the
 /// symbol can be found by runtime symbol lookup APIs.





More information about the cfe-commits mailing list