CommentFlags Enumeration |
Namespace: Nova.CodeDOM
[FlagsAttribute] public enum CommentFlags
Member name | Value | Description | |
---|---|---|---|
None | 0 | No flags. | |
EOL | 1 | The comment is an "end-of-line" comment - the last item on the current line. | |
Block | 2 | The comment is "block" style. | |
Raw | 4 | The comment isn't formatted - for block style, this means no preceding asterisks on each line. | |
TODO | 16 | The comment is a 'to-do' comment. | |
HACK | 32 | The comment documents a 'hack' in the code. | |
NOTE | 64 | The comment represents a special note. |
Copyright (C) 2011-2019, Inevitable Software, all rights reserved.