DocComment Constructor |
Name | Description | |
---|---|---|
![]() | DocComment |
Create a DocComment.
|
![]() | DocComment(String) |
Create a DocComment with the specified text content.
|
![]() | DocComment(CodeObject) |
Create a DocComment with the specified child CodeObject content.
|
![]() | DocComment(DocComment) |
Create a DocComment with the specified child DocComment content.
|
![]() | DocComment(DocComment) |
Create a DocComment with the specified children DocComments as content.
|
![]() | DocComment(Parser, CodeObject) |
Parse a DocComment.
|