]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #2441 from rabuzarus/0704_doxygen_forum
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 7 Apr 2016 19:06:32 +0000 (21:06 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 7 Apr 2016 19:06:32 +0000 (21:06 +0200)
Update ForumManager.php

include/ForumManager.php

index 6fede0204d945f3901f91c266ab4b7c1b38b1680..17a6b6730b6956c72e8d26aede56e108dc8a4f3f 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 its 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 {