summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2014-07-21 17:36:22 +0200
committerJonathan Bauer2014-07-21 17:36:22 +0200
commitb6ab4b7355afbeae6f82bc157cc5d1804c377721 (patch)
tree94dac87177f5f69e123d68863bfb862607ac210e
parentUpdate .gitignore to exclude netbeans project file (diff)
downloadslx-admin-b6ab4b7355afbeae6f82bc157cc5d1804c377721.tar.gz
slx-admin-b6ab4b7355afbeae6f82bc157cc5d1804c377721.tar.xz
slx-admin-b6ab4b7355afbeae6f82bc157cc5d1804c377721.zip
[news] minor doxygen comment fix
-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 2f169fb5..c8f102c0 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.
*/