aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/SourceLocation.h
diff options
context:
space:
mode:
authorJames Dennett <jdennett@google.com>2013-02-16 07:45:22 +0000
committerJames Dennett <jdennett@google.com>2013-02-16 07:45:22 +0000
commit1216015de0a958860082a7fa8b504547197686c3 (patch)
tree8b54ea8228a3c63b892ea78a1f27bf8af2dbc355 /include/clang/Basic/SourceLocation.h
parent12e0c13819f09162aa8ff1036351be4f97839cae (diff)
Documentation cleanup: use \brief, and don't repeat the identifier being
declared. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175339 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/SourceLocation.h')
-rw-r--r--include/clang/Basic/SourceLocation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/SourceLocation.h b/include/clang/Basic/SourceLocation.h
index edfdafdb03..143beb67e0 100644
--- a/include/clang/Basic/SourceLocation.h
+++ b/include/clang/Basic/SourceLocation.h
@@ -165,7 +165,7 @@ public:
return (void*)(uintptr_t)getRawEncoding();
}
- /// getFromPtrEncoding - Turn a pointer encoding of a SourceLocation object
+ /// \brief Turn a pointer encoding of a SourceLocation object back
/// into a real SourceLocation.
static SourceLocation getFromPtrEncoding(const void *Encoding) {
return getFromRawEncoding((unsigned)(uintptr_t)Encoding);