Single and Multi Line Comment Styles

Multi-Line comments are displayed in the Comment Multi Line style. These include any comments using the /* and */ delimiters in C/C++ and Java.

Single line comments are displayed in the Comment Line style. These include comments that use the // delimiters in C/C++ and Java.