diff options
author | James Dennett <jdennett@google.com> | 2012-06-14 21:40:34 +0000 |
---|---|---|
committer | James Dennett <jdennett@google.com> | 2012-06-14 21:40:34 +0000 |
commit | 1dfbd92c83699820bfaa352e83083124e34fc9dc (patch) | |
tree | f4df4038dbb479f2350cc6ebe0766b15fcc10506 /lib/Sema/SemaInit.cpp | |
parent | 0e9e9f8d17e38b3c44f6e1323be3a812a793bdd1 (diff) |
Still more Doxygen documentation fixes:
* Escape #, < and @ symbols where Doxygen would try to interpret them;
* Fix several function param documentation where names had got out of sync;
* Delete param documentation referring to parameters that no longer exist.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158472 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaInit.cpp')
-rw-r--r-- | lib/Sema/SemaInit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/SemaInit.cpp b/lib/Sema/SemaInit.cpp index ae75b268fe..3c32dbb10b 100644 --- a/lib/Sema/SemaInit.cpp +++ b/lib/Sema/SemaInit.cpp @@ -4408,7 +4408,7 @@ static SourceLocation getInitializationLoc(const InitializedEntity &Entity, /// \param T The type of the temporary object, which must either be /// the type of the initializer expression or a superclass thereof. /// -/// \param Enter The entity being initialized. +/// \param Entity The entity being initialized. /// /// \param CurInit The initializer expression. /// |