summaryrefslogtreecommitdiffstats
path: root/modules/news.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/news.inc.php')
-rw-r--r--modules/news.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/news.inc.php b/modules/news.inc.php
index fc5c1892..d0aa32ea 100644
--- a/modules/news.inc.php
+++ b/modules/news.inc.php
@@ -5,8 +5,8 @@ class Page_News extends Page
/**
* Member variables needed to represent a news entry.
*
- * $newsId int ID of the news entry attributed by the database.
- * $newsTitle string Title of the entry.
+ * @var newsId int ID of the news entry attributed by the database.
+ * @var string Title of the entry.
* $newsContent string Content as text. (TODO: html-Support?)
* $newsDate string Unix epoch date of the news' creation.
*/