Index: flag.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/flag/Attic/flag.inc,v
retrieving revision 1.1.2.30
diff -u -r1.1.2.30 flag.inc
--- flag.inc	14 Mar 2009 06:13:54 -0000	1.1.2.30
+++ flag.inc	15 May 2009 13:53:29 -0000
@@ -583,7 +583,7 @@
   }
 
   /**
-   * @defgroup actions Actions integration
+   * @addtogroup actions
    * @{
    * Methods that can be overridden to support Actions.
    */
@@ -619,13 +619,14 @@
   }
 
   /**
-   * @} End of "defgroup actions".
+   * @} End of "addtogroup actions".
    */
 
   /**
-   * @defgroup rules Rules integration
-   * @{
    * Methods that can be overridden to support the Rules module.
+   *
+   * @addtogroup rules
+   * @{
    */
 
   /**
@@ -643,11 +644,11 @@
   }
   
   /**
-   * @} End of "defgroup rules".
+   * @} End of "addtogroup rules".
    */
 
   /**
-   * @defgroup views Views 2 integration
+   * @addtogroup views
    * @{
    * Methods that can be overridden to support the Views module.
    */
@@ -675,7 +676,7 @@
   }
 
   /**
-   * @} End of "defgroup views".
+   * @} End of "addtogroup views".
    */
 
   /**
