]> granicus.if.org Git - clang/commitdiff
Documentation cleanup: Made a parameter name in a \param command match the code
authorJames Dennett <jdennett@google.com>
Fri, 15 Jun 2012 22:28:09 +0000 (22:28 +0000)
committerJames Dennett <jdennett@google.com>
Fri, 15 Jun 2012 22:28:09 +0000 (22:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158564 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/DeclCXX.cpp

index 0e28a5e7dd76bf3318a3cb6c1588f385cbd53c95..3d76e68ff78fc2dc5ca435194a56ba8358d019c7 100644 (file)
@@ -969,7 +969,7 @@ static CanQualType GetConversionType(ASTContext &Context, NamedDecl *Conv) {
 
 /// Collect the visible conversions of a base class.
 ///
-/// \param Base a base class of the class we're considering
+/// \param Record a base class of the class we're considering
 /// \param InVirtual whether this base class is a virtual base (or a base
 ///   of a virtual base)
 /// \param Access the access along the inheritance path to this base