diff options
Diffstat (limited to 'includes/menu.inc')
-rw-r--r-- | includes/menu.inc | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/includes/menu.inc b/includes/menu.inc index 84f855a57..c3ca98fd1 100644 --- a/includes/menu.inc +++ b/includes/menu.inc @@ -2,6 +2,11 @@ /* $Id$ */ /** + * @file + * API for the Drupal menu system. + */ + +/** * @defgroup menu Menu system * @{ * @@ -493,7 +498,9 @@ function menu_rebuild() { _menu_build(); } -/** @} end of "menu" function group */ +/** + * @} end of defgroup menu + */ /** * @addtogroup themeable @@ -591,7 +598,9 @@ function theme_menu_local_task($mid, $active) { } } -/** @} End of addtogroup themeable */ +/** + * @} end of addtogroup themeable + */ /** * Returns an array with the menu items that lead to the current menu item. |