Update ForumManager.php
fix some doxygen description
This commit is contained in:
parent
0c67c89715
commit
a3c79d2007
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue