diff options
Diffstat (limited to 'clang')
-rw-r--r-- | clang/include/clang/AST/TypeVisitor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/AST/TypeVisitor.h b/clang/include/clang/AST/TypeVisitor.h index 15dc0cfac00..04957fb709b 100644 --- a/clang/include/clang/AST/TypeVisitor.h +++ b/clang/include/clang/AST/TypeVisitor.h @@ -38,7 +38,7 @@ namespace clang { /// class: /// /// \code -/// class SomeVisitor : public TypeVisitor<SomeVisitor,sometype) { ... }; +/// class SomeVisitor : public TypeVisitor<SomeVisitor,sometype> { ... }; /// ... /// Type *atype = ... /// ... |