Reports comments which are used as code block markers. For example:

  while (i < 10) {
    i++;
  } // end while