Merge pull request #2441 from rabuzarus/0704_doxygen_forum

Update ForumManager.php
This commit is contained in:
Tobias Diekershoff 2016-04-07 21:06:32 +02:00
commit dfa5183774
1 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
<?php <?php
/** /**
* @file include/forum.php * @file include/ForumManager.php
* @brief Functions related to forum functionality * * @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 { class ForumManager {