Much of the function header doc (doxygen) is non-compliant with our current standards (see http://drupal.org/node/1354 for doxygen standards, and http://drupal.org/node/338208 for language/style/punctuation standards for documentation in general.)
For this issue, I've gone through functions actions.inc, bootstrap.inc, and batch.inc in the main "includes" directory of Drupal 7.x and fixed up the function headers -- patch coming shortly.
Corrections welcome. By the end of bootstrap.inc my brain was definitely hurting.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 525596b.patch | 37.92 KB | jhodgdon |
| #1 | 525596.patch | 36.5 KB | jhodgdon |
Comments
Comment #1
jhodgdonHere's the patch.
Comment #2
damien tournoud commentedWell, you changed the standard (which is pointless), so now you have to do the pointless job ;)
Two things that jumped at me when skimming through the patch:
^ This looks like a very non standard header.
^ I guess you mean "performs".
Comment #3
damien tournoud commentedReassigning.
Comment #4
jhodgdonThanks for the corrections, I'll fix the patch tomorrow.
[ignoring comments about pointlessness of task and task vs. bug report]
Comment #5
jhodgdonActually, here's a corrected patch.
Comment #7
jhodgdonLooks like the test bot was broken on that last test.
Comment #8
jhodgdonI think a novice could review this patch, after reading the coding standards referenced above. Only documentation headers are changing.
Comment #10
sun.core commentedComment #11
jhodgdonApparently, no one cares about this but me, so I'm marking as "won't fix".