Merge pull request #2441 from rabuzarus/0704_doxygen_forum
Update ForumManager.php
This commit is contained in:
commit
dfa5183774
1 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue