diff --git a/core/includes/actions.inc b/core/includes/actions.inc
index 0414867..ed43af4 100644
--- a/core/includes/actions.inc
+++ b/core/includes/actions.inc
@@ -22,7 +22,7 @@
  * - $a1, $a2: Optional additional information, which can be passed into
  *   actions_do() and will be passed along to the action function.
  *
- * @} End of "defgroup actions".
+ * @}
  */
 
 /**
@@ -386,4 +386,3 @@ function actions_delete($aid) {
     ->execute();
   module_invoke_all('actions_delete', $aid);
 }
-
diff --git a/core/includes/form.inc b/core/includes/form.inc
index a9fe61a..b7b4808 100644
--- a/core/includes/form.inc
+++ b/core/includes/form.inc
@@ -16,7 +16,7 @@
  * \@see user_pass_validate().
  * \@see user_pass_submit().
  *
- * @} End of "defgroup forms".
+ * @}
  */
 
 /**
