summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-10-13 12:31:43 +0000
committerDries Buytaert <dries@buytaert.net>2008-10-13 12:31:43 +0000
commit12393a4d128b4a890df76fd7aba6dd9e27db80f1 (patch)
tree855a8d38e5da88ed3e295cf357e6194820b8a1fd /modules/system
parent659c4867bd312186b93f83534d78139d5161b4f3 (diff)
downloadbrdo-12393a4d128b4a890df76fd7aba6dd9e27db80f1.tar.gz
brdo-12393a4d128b4a890df76fd7aba6dd9e27db80f1.tar.bz2
- Patch #320000 by lilou: unify doxygen @file documentation in tpl.
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/block.tpl.php5
-rw-r--r--modules/system/box.tpl.php5
-rw-r--r--modules/system/maintenance-page.tpl.php6
-rw-r--r--modules/system/page.tpl.php5
4 files changed, 8 insertions, 13 deletions
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:
*