I wasn't sure if this belonged in http://drupal.org/node/178629 , but I thought this was a separate bug (even though it has to do with the same regex).

I am getting these errors:
http://drupalbin.com/12047

For this code:
http://drupalbin.com/12048

It looks like there's something wrong with the regex

Comments

jhodgdon’s picture

The same thing is also happening for me today using 7.x-1.0-beta2.

Here's an example of what Coder is saying:

Line 324: @see references should be separated by "," followed by a single space and with no trailing punctuation
 * @see search_by_page_setting_set()
gapple’s picture

Status: Active » Closed (duplicate)

This is a duplicate of #178629: Properly use @see

A semi-working patch was initially committed, and a follow up to fix some issues including this one needs review.