forked from OSchip/llvm-project
parent
8dbcb356f7
commit
6cb9a4273c
|
@ -38,7 +38,7 @@ namespace clang {
|
|||
/// class:
|
||||
///
|
||||
/// \code
|
||||
/// class SomeVisitor : public TypeVisitor<SomeVisitor,sometype) { ... };
|
||||
/// class SomeVisitor : public TypeVisitor<SomeVisitor,sometype> { ... };
|
||||
/// ...
|
||||
/// Type *atype = ...
|
||||
/// ...
|
||||
|
|
Loading…
Reference in New Issue