Prev | Next | Top > Source Insight Concepts > Syntax Formatting and Styles > Comment Styles
Comment Right Style
Comments that appear to the right of code are given the “Comment Right” style. For example:
// this comment is formatted with the Comment Line style a = 0; // this is formatted with the Comment Right style