From 12393a4d128b4a890df76fd7aba6dd9e27db80f1 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 13 Oct 2008 12:31:43 +0000 Subject: - Patch #320000 by lilou: unify doxygen @file documentation in tpl. --- modules/system/block.tpl.php | 5 ++--- modules/system/box.tpl.php | 5 ++--- modules/system/maintenance-page.tpl.php | 6 ++---- modules/system/page.tpl.php | 5 ++--- 4 files changed, 8 insertions(+), 13 deletions(-) (limited to 'modules/system') diff --git a/modules/system/block.tpl.php b/modules/system/block.tpl.php index 8ca0f2ba4..459a94034 100644 --- a/modules/system/block.tpl.php +++ b/modules/system/block.tpl.php @@ -2,9 +2,8 @@ // $Id$ /** - * @file block.tpl.php - * - * Theme implementation to display a block. + * @file + * Default theme implementation to display a block. * * Available variables: * - $block->subject: Block title. diff --git a/modules/system/box.tpl.php b/modules/system/box.tpl.php index 796c3dcfe..b69a21f9f 100644 --- a/modules/system/box.tpl.php +++ b/modules/system/box.tpl.php @@ -2,9 +2,8 @@ // $Id$ /** - * @file box.tpl.php - * - * Theme implementation to display a box. + * @file + * Default theme implementation to display a box. * * Available variables: * - $title: Box title. diff --git a/modules/system/maintenance-page.tpl.php b/modules/system/maintenance-page.tpl.php index 1c8b4b329..3a6139306 100644 --- a/modules/system/maintenance-page.tpl.php +++ b/modules/system/maintenance-page.tpl.php @@ -2,14 +2,12 @@ // $Id$ /** - * @file maintenance-page.tpl.php - * - * Theme implementation to display a single Drupal page while offline. + * @file + * Default theme implementation to display a single Drupal page while offline. * * All the available variables are mirrored in page.tpl.php. Some may be left * blank but they are provided for consistency. * - * * @see template_preprocess() * @see template_preprocess_maintenance_page() */ diff --git a/modules/system/page.tpl.php b/modules/system/page.tpl.php index cbbf01f72..2a38a7d5d 100644 --- a/modules/system/page.tpl.php +++ b/modules/system/page.tpl.php @@ -2,9 +2,8 @@ // $Id$ /** - * @file page.tpl.php - * - * Theme implementation to display a single Drupal page. + * @file + * Default theme implementation to display a single Drupal page. * * Available variables: * -- cgit v1.2.3