--- modules/block/block.admin.inc 2010-06-30 18:34:48.000000000 -0500 +++ modules/block/block.admin.inc.new 2010-07-05 17:33:16.000000000 -0500 @@ -41,7 +41,15 @@ function block_admin_display($theme = NU } /** - * Generate main blocks administration form. + * Generates main blocks administration form. + * + * @blocks + * Blocks currently exported by modules. + * @$theme + * The theme to edit blocks for. + * + * @see block_admin_display_form_submit() + * @ingroup forms */ function block_admin_display_form($form, &$form_state, $blocks, $theme) {