- Patch #1110064 by jeffschuler: two @defgroup comment fixes.

merge-requests/26/head
Dries Buytaert 2011-04-12 22:47:12 +02:00
parent 1d0c020cc4
commit 6022a6dc9a
2 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ define('MENU_IS_LOCAL_ACTION', 0x0100);
/**
* @defgroup menu_item_types Menu item types
* @{
* Definitions for various menu types.
* Definitions for various menu item types.
*
* Menu item definitions provide one of these constants, which are shortcuts for
* combinations of @link menu_flags Menu flags @endlink.

View File

@ -430,7 +430,7 @@ function theme_pager($variables) {
/**
* @defgroup pagerpieces Pager pieces
* @{
* Use these pieces to construct your own custom pagers in your theme.
* Theme functions for customizing pager elements.
*
* Note that you should NOT modify this file to customize your pager.
*/