Skip to main content
Source Link
kettlecrab
  • 309
  • 1
  • 3
  • 11

Asterisks in Multi-line comments

Using Visual Studio 2012 with C#, when I write multi-line comments, VS automatically begins each line with an asterisk, like this:

/*
 *
 *
 */

I was just curious if this was the case in programming languages other than C#, or if there was a specific reason for this template.