Test code:


/**
 * @file
 * Foo.
 */

/**
 * Bar.
 **/
function test() {
  return TRUE;
}

Should throw an error on line 10 that "*/" should be used instead of "**/". Currently it throws 2 completely unrelated errors on line 9.

Comments

klausi’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.