summaryrefslogtreecommitdiff
path: root/include/clang/Basic/Visibility.h
diff options
context:
space:
mode:
authorJames Dennett <jdennett@google.com>2012-06-17 03:58:59 +0000
committerJames Dennett <jdennett@google.com>2012-06-17 03:58:59 +0000
commit7f6da851a0448ccebabc6b30f10c2e9b42c2a243 (patch)
treed91d084fcd316b44a62a6277f49b68cceb4cd0f6 /include/clang/Basic/Visibility.h
parentc9e4b4b091e9bec50d8918a02ea155220b513d47 (diff)
downloadclang-7f6da851a0448ccebabc6b30f10c2e9b42c2a243.tar.gz
clang-7f6da851a0448ccebabc6b30f10c2e9b42c2a243.tar.bz2
clang-7f6da851a0448ccebabc6b30f10c2e9b42c2a243.tar.xz
Documentation cleanup: delete an erroneous use of \link
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158624 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/Visibility.h')
-rw-r--r--include/clang/Basic/Visibility.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/Visibility.h b/include/clang/Basic/Visibility.h
index 90e288a224..b9e21f27ee 100644
--- a/include/clang/Basic/Visibility.h
+++ b/include/clang/Basic/Visibility.h
@@ -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.