- Patch #1110064 by jeffschuler: two @defgroup comment fixes.
parent
1d0c020cc4
commit
6022a6dc9a
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue