diff options
author | James Dennett <jdennett@google.com> | 2012-06-15 22:23:43 +0000 |
---|---|---|
committer | James Dennett <jdennett@google.com> | 2012-06-15 22:23:43 +0000 |
commit | ef2b5b327b524f9ea3243c07e04fb24706e63120 (patch) | |
tree | 0736552925430cd074198690aca471f432bdf205 /lib/Sema/SemaTemplateInstantiateDecl.cpp | |
parent | 2ee5ba35febf830d366b65dd0dcbf8e291c41342 (diff) |
Documentation cleanup:
* Escaped "::" and "<" as needed in Doxygen comments;
* Marked up code examples with \code...\endcode;
* Documented a \param that is current, instead of a few that aren't;
* Fixed up some \file and \brief comments.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158562 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaTemplateInstantiateDecl.cpp')
-rw-r--r-- | lib/Sema/SemaTemplateInstantiateDecl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Sema/SemaTemplateInstantiateDecl.cpp b/lib/Sema/SemaTemplateInstantiateDecl.cpp index 9001696db9..c0bf06daf1 100644 --- a/lib/Sema/SemaTemplateInstantiateDecl.cpp +++ b/lib/Sema/SemaTemplateInstantiateDecl.cpp @@ -3240,8 +3240,8 @@ DeclContext *Sema::FindInstantiatedContext(SourceLocation Loc, DeclContext* DC, /// /// In the instantiation of X<int>::getKind(), we need to map the /// EnumConstantDecl for KnownValue (which refers to -/// X<T>::\<Kind>::KnownValue) to its instantiation -/// (X<int>::\<Kind>::KnownValue). InstantiateCurrentDeclRef() performs +/// X<T>::\<Kind>::\KnownValue) to its instantiation +/// (X<int>::\<Kind>\::KnownValue). InstantiateCurrentDeclRef() performs /// this mapping from within the instantiation of X<int>. NamedDecl *Sema::FindInstantiatedDecl(SourceLocation Loc, NamedDecl *D, const MultiLevelTemplateArgumentList &TemplateArgs) { |