-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Double slash documentation
Color.Comment option to enable documentation color in double slash comments
I use code snippets to add documentation comments in the style // NOTE (MY.NAME):
With Color.Comment I have changed the snippet to /// @note (MY.NAME):
The @ is actually nice for searching ( find @todo ), but it would be preferable to maintain alignment of multi-line comments that begin with documentation.
/// @todo (MY.NAME): This is the first line
// which continues with a double slashes.