diff options
author | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-05-23 12:25:30 -0700 |
---|---|---|
committer | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-05-23 12:25:30 -0700 |
commit | e039aaaa32c5053a441330b4033465e02209c7e4 (patch) | |
tree | af3f95f3cb8f53715017a805c8b1c2e59df7a501 /modules/system | |
parent | f10acf95c2d8e4cabe02396263387e20e7d5db10 (diff) | |
download | brdo-e039aaaa32c5053a441330b4033465e02209c7e4.tar.gz brdo-e039aaaa32c5053a441330b4033465e02209c7e4.tar.bz2 |
Issue #1358944 by wulff: Fix misuse of ingroup in documentation blocks
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/image.gd.inc | 4 | ||||
-rw-r--r-- | modules/system/system.install | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/modules/system/image.gd.inc b/modules/system/image.gd.inc index 39f86dc30..91c0b05ff 100644 --- a/modules/system/image.gd.inc +++ b/modules/system/image.gd.inc @@ -6,7 +6,7 @@ */ /** - * @ingroup image + * @addtogroup image * @{ */ @@ -363,5 +363,5 @@ function image_gd_get_info(stdClass $image) { } /** - * @} End of "ingroup image". + * @} End of "addtogroup image". */ diff --git a/modules/system/system.install b/modules/system/system.install index c0300000e..ad158510a 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -2983,7 +2983,7 @@ function system_update_7072() { } /** - * @} End of "defgroup updates-6.x-to-7.x" + * @} End of "defgroup updates-6.x-to-7.x". * The next series of updates should start at 8000. */ @@ -3016,6 +3016,6 @@ function system_update_7073() { } /** - * @} End of "defgroup updates-7.x-extra" + * @} End of "defgroup updates-7.x-extra". * The next series of updates should start at 8000. */ |