Update ForumManager.php

fix some doxygen description
pull/3010/head
rabuzarus 2016-04-07 14:43:56 +02:00 zatwierdzone przez Roland Haeder
rodzic f3cfaad70a
commit f2b690f876
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B72F8185C6C7BD78
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

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