]> git.mxchange.org Git - friendica.git/commitdiff
Update ForumManager.php
authorrabuzarus <rabuzarus@t-online.de>
Thu, 7 Apr 2016 12:43:56 +0000 (14:43 +0200)
committerrabuzarus <rabuzarus@t-online.de>
Thu, 7 Apr 2016 12:43:56 +0000 (14:43 +0200)
fix some doxygen description

include/ForumManager.php

index 49417d1831564c0fbc0ce5e635213c0bc883449b..fe12b45525ecadff6ffbab495ab70f718ebbd868 100644 (file)
@@ -1,12 +1,12 @@
 <?php
 
 /**
- * @file include/forum.php
- * @brief Functions related to forum functionality *
+ * @file include/ForumManager.php
+ * @brief ForumManager class with it's methods related to forum functionality *
  */
 
 /**
- * @brief This class handles functions related to the forum functionality
+ * @brief This class handles metheods related to the forum functionality
  */
 class ForumManager {
 
@@ -187,4 +187,4 @@ class ForumManager {
                return $r;
        }
 
-}
\ No newline at end of file
+}