Method | Description | |
---|---|---|
AppendComment ( BaseEntity entity, IEnumerable |
Appends the comment.
|
|
CodeDomBaseParser ( |
Initializes a new instance of the CodeDomBaseParser class.
|
|
FindAttribute ( |
Finds the attribute on the given node.
|
|
GetDocumentationCommentsBefore ( INode node ) : IEnumerable |
Appends the comment.
|
protected static AppendComment ( BaseEntity entity, IEnumerable |
||
entity | BaseEntity | The entity. |
comments | IEnumerable |
The comments. |
return | void |
protected CodeDomBaseParser ( |
||
settings | The settings. | |
typeManager | The type manager. | |
logger | ||
return | System |
protected static FindAttribute ( |
||
declaration | The declaration. | |
attributeName | String | Name of the attribute. |
return |
protected GetDocumentationCommentsBefore ( INode node ) : IEnumerable |
||
node | INode | The node. |
return | IEnumerable |