Update ForumManager.php

fix some doxygen description
This commit is contained in:
rabuzarus 2016-04-07 14:43:56 +02:00 committed by Roland Haeder
parent f3cfaad70a
commit f2b690f876
No known key found for this signature in database
GPG Key ID: B72F8185C6C7BD78
1 changed files with 3 additions and 3 deletions

View 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 {