diff --git a/core/includes/theme.inc b/core/includes/theme.inc index 5d14f31..7751e01 100644 --- a/core/includes/theme.inc +++ b/core/includes/theme.inc @@ -403,11 +403,6 @@ function theme_settings_convert_to_config(array $theme_settings, Config $config) } /** - * @addtogroup themeable - * @{ - */ - -/** * Prepares variables for time templates. * * Default template: time.html.twig. @@ -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 = ''; @@ -1161,10 +1158,6 @@ function template_preprocess_maintenance_task_list(&$variables) { } /** - * @} End of "addtogroup themeable". - */ - -/** * Adds a default set of helper variables for preprocessors and templates. * * This function is called for theme hooks implemented as templates only, not