]> granicus.if.org Git - clang/commit
Still more Doxygen documentation fixes:
authorJames Dennett <jdennett@google.com>
Thu, 14 Jun 2012 21:40:34 +0000 (21:40 +0000)
committerJames Dennett <jdennett@google.com>
Thu, 14 Jun 2012 21:40:34 +0000 (21:40 +0000)
commit1dfbd92c83699820bfaa352e83083124e34fc9dc
treef4df4038dbb479f2350cc6ebe0766b15fcc10506
parent0e9e9f8d17e38b3c44f6e1323be3a812a793bdd1
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
lib/Sema/SemaCodeComplete.cpp
lib/Sema/SemaDeclAttr.cpp
lib/Sema/SemaDeclObjC.cpp
lib/Sema/SemaInit.cpp
lib/Sema/SemaTemplate.cpp
lib/Sema/SemaTemplateDeduction.cpp
lib/Sema/SemaTemplateInstantiate.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp
lib/Sema/SemaType.cpp