]> granicus.if.org Git - clang/commitdiff
Documentation cleanup: delete an erroneous use of \link
authorJames Dennett <jdennett@google.com>
Sun, 17 Jun 2012 03:58:59 +0000 (03:58 +0000)
committerJames Dennett <jdennett@google.com>
Sun, 17 Jun 2012 03:58:59 +0000 (03:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158624 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/Visibility.h

index 90e288a224ec1daacb68002952882e6ac8dd8e88..b9e21f27ee8b5ad4ad68f5fe9293b61ffc3d9ab5 100644 (file)
@@ -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.