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.

Comments

HUU’s picture

Assigned: Unassigned » HUU

I am working on this...

HUU’s picture

Assigned: HUU » Unassigned
Status: Active » Needs review
StatusFileSize
new420 bytes

I have adjusted the documentation and created a patch.

jhodgdon’s picture

Status: Needs review » Needs work

Thanks!

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).

ishanmahajan’s picture

Status: Needs work » Needs review
StatusFileSize
new420 bytes

Made the adjustments according to comment #3.

jhodgdon’s picture

Status: Needs review » Reviewed & tested by the community

Looks good, ready for commit!

jhodgdon’s picture

Status: Reviewed & tested by the community » Fixed

Committed, thanks again!

Automatically closed -- issue fixed for 2 weeks with no activity.