Issue #2452371 by Palashvijay4O: Remove @addtogroup themeable from theme.inc, only theme_indentation() needs it

8.0.x
Alex Pott 2015-03-20 14:37:10 +00:00
parent f971c18f96
commit 0c70a3a849
1 changed files with 2 additions and 9 deletions

View File

@ -402,11 +402,6 @@ function theme_settings_convert_to_config(array $theme_settings, Config $config)
return $config;
}
/**
* @addtogroup themeable
* @{
*/
/**
* Prepares variables for time templates.
*
@ -1088,6 +1083,8 @@ function template_preprocess_feed_icon(&$variables) {
* @param $variables
* An associative array containing:
* - size: Optional. The number of indentations to create.
*
* @ingroup themeable
*/
function theme_indentation($variables) {
$output = '';
@ -1160,10 +1157,6 @@ function template_preprocess_maintenance_task_list(&$variables) {
}
}
/**
* @} End of "addtogroup themeable".
*/
/**
* Adds a default set of helper variables for preprocessors and templates.
*