Index: modules/field/field.api.php
===================================================================
RCS file: /cvs/drupal/drupal/modules/field/field.api.php,v
retrieving revision 1.71
diff -u -r1.71 field.api.php
--- modules/field/field.api.php	6 Apr 2010 16:49:12 -0000	1.71
+++ modules/field/field.api.php	19 Apr 2010 22:53:43 -0000
@@ -2,7 +2,7 @@
 // $Id: field.api.php,v 1.71 2010/04/06 16:49:12 dries Exp $
 
 /**
- * @ingroup field_fieldable_type
+ * @ingroup hooks
  * @{
  */
 
@@ -80,10 +80,6 @@
 }
 
 /**
- * @} End of "ingroup field_fieldable_type"
- */
-
-/**
  * @defgroup field_types Field Types API
  * @{
  * Define field types, widget types, display formatter types, storage types.
@@ -1138,10 +1134,6 @@
  * @} End of "ingroup field_attach"
  */
 
-/**********************************************************************
- * Field Storage API
- **********************************************************************/
-
 /**
  * @ingroup field_storage
  * @{
@@ -1498,10 +1490,6 @@
  * @} End of "ingroup field_storage"
  */
 
-/**********************************************************************
- * Field CRUD API
- **********************************************************************/
-
 /**
  * @ingroup field_crud
  * @{
@@ -1641,10 +1629,6 @@
  * @} End of "ingroup field_crud"
  */
 
-/**********************************************************************
- * TODO: I'm not sure where these belong yet.
- **********************************************************************/
-
 /**
  * Determine whether the user has access to a given field.
  *
@@ -1666,3 +1650,7 @@
  */
 function hook_field_access($op, $field, $entity_type, $entity, $account) {
 }
+
+/**
+ * @} End of "ingroup hooks"
+ */
