Index: includes/common.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/common.inc,v
retrieving revision 1.753
diff -u -w -B -F^f -r1.753 common.inc
--- includes/common.inc	27 Jan 2008 19:57:36 -0000	1.753
+++ includes/common.inc	28 Jan 2008 07:28:34 -0000
@@ -846,6 +846,10 @@ function valid_url($url, $absolute = FAL
 }
 
 /**
+ * @} End of "defgroup validation".
+ */
+
+/**
  * Register an event for the current visitor (hostname/IP) to the flood control mechanism.
  *
  * @param $name
Index: includes/file.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/file.inc,v
retrieving revision 1.118
diff -u -w -B -F^f -r1.118 file.inc
--- includes/file.inc	9 Jan 2008 10:39:48 -0000	1.118
+++ includes/file.inc	28 Jan 2008 07:28:35 -0000
@@ -978,3 +978,7 @@ function file_upload_max_size() {
   }
   return $max_size;
 }
+
+/**
+ * @} End of "defgroup file".
+ */
Index: includes/image.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/image.inc,v
retrieving revision 1.23
diff -u -w -B -F^f -r1.23 image.inc
--- includes/image.inc	8 Aug 2007 07:46:09 -0000	1.23
+++ includes/image.inc	28 Jan 2008 07:28:35 -0000
@@ -21,31 +21,6 @@
  * from this problem, but it requires the ISP to have installed additional
  * software.
  *
- * Image toolkits are installed by copying the image.$name.inc file into
- * Drupal's includes directory. The toolkit must then be enabled using the
- * form at ?q=admin/settings/image-toolkit.
- */
-
-/**
- * @file
- * API for manipulating images.
- */
-
-/**
- * @defgroup image Image toolkits
- * @{
- * Drupal's image toolkits provide an abstraction layer for common image file
- * manipulations like scaling, cropping, and rotating. The abstraction frees
- * module authors from the need to support multiple image libraries, and it
- * allows site administrators to choose the library that's best for them.
- *
- * PHP includes the GD library by default so a GD toolkit is installed with
- * Drupal. Other toolkits like ImageMagic are available from contrib modules.
- * GD works well for small images, but using it with larger files may cause PHP
- * to run out of memory. In contrast the ImageMagick library does not suffer
- * from this problem, but it requires the ISP to have installed additional
- * software.
- *
  * Image toolkits are installed by copying the image.ToolkitName.inc file into
  * Drupal's includes directory. The toolkit must then be enabled using the
  * admin/settings/image-toolkit form.
Index: includes/menu.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/menu.inc,v
retrieving revision 1.249
diff -u -w -B -F^f -r1.249 menu.inc
--- includes/menu.inc	27 Jan 2008 17:43:23 -0000	1.249
+++ includes/menu.inc	28 Jan 2008 07:28:36 -0000
@@ -2337,3 +2337,7 @@ function menu_valid_path($form_item) {
   $menu_admin = FALSE;
   return $item && $item['access'];
 }
+
+/**
+ * @} End of "defgroup menu".
+ */
