soundasleep / iacleaner

Automatically exported from code.google.com/p/iacleaner
0 stars 0 forks source link

PHP/Javascript Javadoc-style comments should have a preceding blank line #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What new or enhanced feature are you proposing?
PHP or Javascript with a Javadoc-style comment of the following structure:

    // ... previous method
  }
  /**
   * Javadoc comment
   */

Should have an extra line inserted, like so:

    // ... previous method
  }

  /**
   * Javadoc comment
   */

Original issue reported on code.google.com by soundasleep on 7 Sep 2009 at 12:13

GoogleCodeExporter commented 9 years ago

Original comment by soundasleep on 6 Oct 2009 at 2:14