forked from OSchip/llvm-project
Documentation cleanup: escape "::" to eliminate a Doxygen warning
llvm-svn: 158620
This commit is contained in:
parent
6deb84137c
commit
9cb0a0887b
|
@ -1473,7 +1473,7 @@ public:
|
|||
/// be used to refer to a given template. For most templates, this
|
||||
/// expression is just the template declaration itself. For example,
|
||||
/// the template std::vector can be referred to via a variety of
|
||||
/// names---std::vector, ::std::vector, vector (if vector is in
|
||||
/// names---std::vector, \::std::vector, vector (if vector is in
|
||||
/// scope), etc.---but all of these names map down to the same
|
||||
/// TemplateDecl, which is used to form the canonical template name.
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue