diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-09-12 17:01:48 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-09-12 17:01:48 +0000 |
commit | 00bcdd319216c70ad83d470b151453ebd881eca5 (patch) | |
tree | 7e5499287d83522ac62eddf63bd3327a4c516978 /clang/lib/Sema/SemaTemplateInstantiate.cpp | |
parent | 881929c1b60c928d332fd27df98b13ed96cef56a (diff) | |
download | bcm5719-llvm-00bcdd319216c70ad83d470b151453ebd881eca5.tar.gz bcm5719-llvm-00bcdd319216c70ad83d470b151453ebd881eca5.zip |
Fix a couple of Doxygen issues pointed out by -Wdocumentation.
llvm-svn: 163722
Diffstat (limited to 'clang/lib/Sema/SemaTemplateInstantiate.cpp')
-rw-r--r-- | clang/lib/Sema/SemaTemplateInstantiate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaTemplateInstantiate.cpp b/clang/lib/Sema/SemaTemplateInstantiate.cpp index fc8371bf21c..410725f00a0 100644 --- a/clang/lib/Sema/SemaTemplateInstantiate.cpp +++ b/clang/lib/Sema/SemaTemplateInstantiate.cpp @@ -769,7 +769,7 @@ namespace { /// instantiating it. Decl *TransformDefinition(SourceLocation Loc, Decl *D); - /// \bried Transform the first qualifier within a scope by instantiating the + /// \brief Transform the first qualifier within a scope by instantiating the /// declaration. NamedDecl *TransformFirstQualifierInScope(NamedDecl *D, SourceLocation Loc); |