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

8.0.x
Dries Buytaert 2011-04-12 22:47:04 +02:00
parent 9ecd0e522a
commit 0445a925cc
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 * @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 * Menu item definitions provide one of these constants, which are shortcuts for
* combinations of @link menu_flags Menu flags @endlink. * combinations of @link menu_flags Menu flags @endlink.

View File

@ -430,7 +430,7 @@ function theme_pager($variables) {
/** /**
* @defgroup pagerpieces Pager pieces * @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. * Note that you should NOT modify this file to customize your pager.
*/ */