It should be:
/**
* Implementation of hook_foo().
*/
Not (no period):
/**
* Implementation of hook_foo()
*/
Not (not capitalized):
/**
* implementation of hook_foo().
*/
Not (misspelled):
/**
* Implemation of hook_foo().
*/
Could also be:
/**
* Implementation of hook_foo().
*
* Some more comments down here. Blah blah blah.
*/
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | coder_212407.patch | 2.4 KB | stella |
Comments
Comment #1
webchickNote, that the block should also be indented properly. :P This is theming on d.o that's causing the indent not to work.
Comment #2
stella commentedComment #3
stella commentedThe attached patch should do the majority of the work. It basically checks for the correct formatting on the line
* Implementation of hook_foo().. It can't check any of the surrounding lines. I don't know of any way to do this in the current version of the coder module.Cheers,
Stella
Comment #4
stella commentedCommitted.
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.