I don't get these flags in the 6.x-1.x-dev version.
"put a space between the asterisk and the comment text" on the third line of the code below.

BTW, this is only in the .install file.

/**
 * Implementation of hook_install().
 **/

Comments

nancydru’s picture

Yes, the second and third line start in column 2.

douggreen’s picture

It should be (I've put the S where a space should occur):

/**
S* Implementation of hook_install().
S*/

It might be complaining about the closing **/.

nancydru’s picture

Status: Active » Closed (works as designed)

Oh, maaaaannn, I use "**/" everywhere. Yes, I had the spaces there, but using two asterisks on the last line.