improve doxygen doc
This commit is contained in:
parent
55f4b81308
commit
f16183f4cf
2 changed files with 4 additions and 3 deletions
|
|
@ -3,5 +3,5 @@ SELECT
|
|||
FROM
|
||||
information_schema.columns
|
||||
WHERE
|
||||
columns.table_name='section_ledger';
|
||||
columns.table_name='operation';
|
||||
|
||||
|
|
|
|||
|
|
@ -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@
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue