diff options
| author | James Dennett <jdennett@google.com> | 2013-02-16 07:45:22 +0000 |
|---|---|---|
| committer | James Dennett <jdennett@google.com> | 2013-02-16 07:45:22 +0000 |
| commit | bd59295fb76989d95360c64eff95bf109114eaa5 (patch) | |
| tree | f5627da9aef099ec2559e3475380435654e96ee0 | |
| parent | 344232c17931bb2c2a06b1cb33716b0b17f393fa (diff) | |
| download | bcm5719-llvm-bd59295fb76989d95360c64eff95bf109114eaa5.tar.gz bcm5719-llvm-bd59295fb76989d95360c64eff95bf109114eaa5.zip | |
Documentation cleanup: use \brief, and don't repeat the identifier being
declared.
llvm-svn: 175339
| -rw-r--r-- | clang/include/clang/Basic/SourceLocation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Basic/SourceLocation.h b/clang/include/clang/Basic/SourceLocation.h index edfdafdb03a..143beb67e0b 100644 --- a/clang/include/clang/Basic/SourceLocation.h +++ b/clang/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); |

