|
|
@ -246,7 +246,7 @@ namespace CppSharp.AST |
|
|
|
|
|
|
|
|
|
|
|
public VerbatimBlockComment() |
|
|
|
public VerbatimBlockComment() |
|
|
|
{ |
|
|
|
{ |
|
|
|
Lines = new List<VerbatimBlockLineComment>(); |
|
|
|
Lines = new List<VerbatimBlockLineComment>(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public override void Visit<T>(ICommentVisitor<T> visitor) |
|
|
|
public override void Visit<T>(ICommentVisitor<T> visitor) |
|
|
@ -380,7 +380,7 @@ namespace CppSharp.AST |
|
|
|
|
|
|
|
|
|
|
|
public InlineCommandComment() |
|
|
|
public InlineCommandComment() |
|
|
|
{ |
|
|
|
{ |
|
|
|
Arguments = new List<Argument>(); |
|
|
|
Arguments = new List<Argument>(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public override void Visit<T>(ICommentVisitor<T> visitor) |
|
|
|
public override void Visit<T>(ICommentVisitor<T> visitor) |
|
|
|