Click or drag to resize

CommentFlags Enumeration

Comment type flags.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
[FlagsAttribute]
public enum CommentFlags
Members
  Member nameValueDescription
None0No flags.
EOL1The comment is an "end-of-line" comment - the last item on the current line.
Block2The comment is "block" style.
Raw4The comment isn't formatted - for block style, this means no preceding asterisks on each line.
TODO16The comment is a 'to-do' comment.
HACK32The comment documents a 'hack' in the code.
NOTE64The comment represents a special note.
See Also