In modules/system/system.install there is:
/**
* @defgroup updates-7.x-extra Extra system updates for 7.x
* @{
*/
This group needs a description saying that these are updates between 7.x versions (after the intitial 7.0 release), and since it also includes updates outside of the System module, it should just be called "extra updates" not "extra system updates".
See
http://drupal.org/node/1354#groups
for documentation header format.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | Drupal_core-Extra_System_Updates_Group_Documentation_Fix-1688020-3.patch | 420 bytes | ishanmahajan |
| #2 | Drupal-Extra_Functions_Documentation_Fix-1688020-6278718.patch | 420 bytes | HUU |
Comments
Comment #1
HUU commentedI am working on this...
Comment #2
HUU commentedI have adjusted the documentation and created a patch.
Comment #3
jhodgdonThanks!
This needs a couple of small adjustments:
- The description inside the @{ needs to end in .
- The description isn't really accurate. It's not "updated" functions, it's "update" functions (which is specifically referring to them being hook_update_N() implementations).
Comment #4
ishanmahajan commentedMade the adjustments according to comment #3.
Comment #5
jhodgdonLooks good, ready for commit!
Comment #6
jhodgdonCommitted, thanks again!