diff options
author | James Dennett <jdennett@google.com> | 2012-06-15 07:13:21 +0000 |
---|---|---|
committer | James Dennett <jdennett@google.com> | 2012-06-15 07:13:21 +0000 |
commit | 699c9044c7d53a2774d0dd261a6901dd2c4a545f (patch) | |
tree | a479a27c3c25dc3286bf940cd2de22f42451d23f /lib/Sema/SemaType.cpp | |
parent | 7a90c8ba867b69c788bd9f869cbce2961e8ce2d4 (diff) |
Documentation cleanup:
* Removed \param comments for parameters that no longer exist;
* Fixed a "\para" typo to "\param";
* Escaped @, # and \ symbols as needed in Doxygen comments;
* Added use of \brief to output short summaries.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158498 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaType.cpp')
-rw-r--r-- | lib/Sema/SemaType.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Sema/SemaType.cpp b/lib/Sema/SemaType.cpp index e59e9f3d1e..2ad5bcbf4d 100644 --- a/lib/Sema/SemaType.cpp +++ b/lib/Sema/SemaType.cpp @@ -1595,10 +1595,6 @@ QualType Sema::BuildMemberPointerType(QualType T, QualType Class, /// /// \param CVR The cvr-qualifiers to be applied to the block pointer type. /// -/// \param Loc The location of the entity whose type involves this -/// block pointer type or, if there is no such entity, the location of the -/// type that will have block pointer type. -/// /// \param Entity The name of the entity that involves the block pointer /// type, if known. /// |