]> granicus.if.org Git - clang/commitdiff
Documentation cleanup: use \brief, and don't repeat the identifier being
authorJames Dennett <jdennett@google.com>
Sat, 16 Feb 2013 07:45:22 +0000 (07:45 +0000)
committerJames Dennett <jdennett@google.com>
Sat, 16 Feb 2013 07:45:22 +0000 (07:45 +0000)
declared.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175339 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/SourceLocation.h

index edfdafdb03a8baecb8a46bb50d0ef188c2edcd47..143beb67e0b763a4f5cc8d8a5734f9056a47bc08 100644 (file)
@@ -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);