From acd5eb1eb6e725aac72b85590e7979d3d4d2a4dc Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Wed, 28 Jan 2004 11:36:29 +0000 Subject: - Fixed bug #5439: Doxygen errors in theme.inc --- includes/theme.inc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/includes/theme.inc b/includes/theme.inc index 25c504883..03d92d980 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -117,6 +117,15 @@ function path_to_theme() { return dirname($themes[$theme]->filename); } +/** + * @defgroup themeable Themeable functions + * @{ + * + * Themeable functions - functions that can be styled differently in themes. + * + * @see theme + * @see theme.inc + */ /** * Returns an entire Drupal page displaying the supplied content. @@ -487,7 +496,7 @@ function theme_blocks($region) { } return $output; } -/* @} End of defgroup themeable */ +/* @} */ function _theme_table_cell($cell, $header = 0) { if (is_array($cell)) { -- cgit v1.2.3