summaryrefslogtreecommitdiff
path: root/modules/forum
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/forum
parent659c4867bd312186b93f83534d78139d5161b4f3 (diff)
downloadbrdo-12393a4d128b4a890df76fd7aba6dd9e27db80f1.tar.gz
brdo-12393a4d128b4a890df76fd7aba6dd9e27db80f1.tar.bz2
- Patch #320000 by lilou: unify doxygen @file documentation in tpl.
Diffstat (limited to 'modules/forum')
-rw-r--r--modules/forum/forum-icon.tpl.php4
-rw-r--r--modules/forum/forum-list.tpl.php2
-rw-r--r--modules/forum/forum-submitted.tpl.php2
-rw-r--r--modules/forum/forum-topic-list.tpl.php4
-rw-r--r--modules/forum/forum-topic-navigation.tpl.php2
-rw-r--r--modules/forum/forums.tpl.php2
6 files changed, 8 insertions, 8 deletions
diff --git a/modules/forum/forum-icon.tpl.php b/modules/forum/forum-icon.tpl.php
index 0139063cb..1165c7930 100644
--- a/modules/forum/forum-icon.tpl.php
+++ b/modules/forum/forum-icon.tpl.php
@@ -2,8 +2,8 @@
// $Id$
/**
- * @file forum-icon.tpl.php
- * Display an appropriate icon for a forum post.
+ * @file
+ * Default theme implementation to display an appropriate icon for a forum post.
*
* Available variables:
* - $new_posts: Indicates whether or not the topic contains new posts.
diff --git a/modules/forum/forum-list.tpl.php b/modules/forum/forum-list.tpl.php
index 46dbd5ed9..5d8f18cec 100644
--- a/modules/forum/forum-list.tpl.php
+++ b/modules/forum/forum-list.tpl.php
@@ -2,7 +2,7 @@
// $Id$
/**
- * @file forum-list.tpl.php
+ * @file
* Default theme implementation to display a list of forums and containers.
*
* Available variables:
diff --git a/modules/forum/forum-submitted.tpl.php b/modules/forum/forum-submitted.tpl.php
index dc3a6e4a3..8695e3464 100644
--- a/modules/forum/forum-submitted.tpl.php
+++ b/modules/forum/forum-submitted.tpl.php
@@ -2,7 +2,7 @@
// $Id$
/**
- * @file forum-submitted.tpl.php
+ * @file
* Default theme implementation to format a simple string indicated when and
* by whom a topic was submitted.
*
diff --git a/modules/forum/forum-topic-list.tpl.php b/modules/forum/forum-topic-list.tpl.php
index 5995850e2..6613ad7d5 100644
--- a/modules/forum/forum-topic-list.tpl.php
+++ b/modules/forum/forum-topic-list.tpl.php
@@ -2,8 +2,8 @@
// $Id$
/**
- * @file forum-topic-list.tpl.php
- * Theme implementation to display a list of forum topics.
+ * @file
+ * Default theme implementation to display a list of forum topics.
*
* Available variables:
* - $header: The table header. This is pre-generated with click-sorting
diff --git a/modules/forum/forum-topic-navigation.tpl.php b/modules/forum/forum-topic-navigation.tpl.php
index 92b2ff5de..362c2410b 100644
--- a/modules/forum/forum-topic-navigation.tpl.php
+++ b/modules/forum/forum-topic-navigation.tpl.php
@@ -2,7 +2,7 @@
// $Id$
/**
- * @file forum-topic-navigation.tpl.php
+ * @file
* Default theme implementation to display the topic navigation string at the
* bottom of all forum topics.
*
diff --git a/modules/forum/forums.tpl.php b/modules/forum/forums.tpl.php
index 7c2dbc84a..d9a0506c6 100644
--- a/modules/forum/forums.tpl.php
+++ b/modules/forum/forums.tpl.php
@@ -2,7 +2,7 @@
// $Id$
/**
- * @file forums.tpl.php
+ * @file
* Default theme implementation to display a forum which may contain forum
* containers as well as forum topics.
*