From 755e486d12dbe1ceb4038bb00a780a13801b56e3 Mon Sep 17 00:00:00 2001 From: webchick Date: Sat, 24 Dec 2011 17:51:06 -0800 Subject: Issue #1323720 by xenophyle, xjm: Clean up API docs for block module. --- modules/block/block-admin-display-form.tpl.php | 2 + modules/block/block.admin.inc | 25 +++++----- modules/block/block.module | 65 +++++++++++++++++--------- modules/block/block.tpl.php | 11 +++-- 4 files changed, 63 insertions(+), 40 deletions(-) (limited to 'modules/block') diff --git a/modules/block/block-admin-display-form.tpl.php b/modules/block/block-admin-display-form.tpl.php index 94b610416..17a15e40d 100644 --- a/modules/block/block-admin-display-form.tpl.php +++ b/modules/block/block-admin-display-form.tpl.php @@ -21,6 +21,8 @@ * * @see template_preprocess_block_admin_display_form() * @see theme_block_admin_display() + * + * @ingroup themeable */ ?> region: The block region embedding the current block. * - $classes: String of classes that can be used to style contextually through * CSS. It can be manipulated through the variable $classes_array from - * preprocess functions. The default values can be one or more of the following: + * preprocess functions. The default values can be one or more of the + * following: * - block: The current template type, i.e., "theming hook". - * - block-[module]: The module generating the block. For example, the user module - * is responsible for handling the default user navigation block. In that case - * the class would be "block-user". + * - block-[module]: The module generating the block. For example, the user + * module is responsible for handling the default user navigation block. In + * that case the class would be 'block-user'. * - $title_prefix (array): An array containing additional output populated by * modules, intended to be displayed in front of the main title tag that * appears in the template. @@ -39,6 +40,8 @@ * @see template_preprocess() * @see template_preprocess_block() * @see template_process() + * + * @ingroup themeable */ ?>
> -- cgit v1.2.3