improve doxygen doc

This commit is contained in:
Dany De Bontridder 2010-08-09 02:03:03 +00:00
parent 55f4b81308
commit f16183f4cf
2 changed files with 4 additions and 3 deletions

View file

@ -58,8 +58,9 @@ Example
*/
require_once('class_database.php');
require_once('ac_common.php');
/**
*@class
*@brief Manage the table @table@
*/
class @class_name@ @mother_class@
@ -245,8 +246,8 @@ Example
*/
require_once('class_database.php');
require_once('ac_common.php');
/**
*@class
*@brief Manage the table @table@
*@extends @mother_class@
*/