Documentation doxygen
This commit is contained in:
commit
496266799c
119 changed files with 637 additions and 150 deletions
|
|
@ -22,10 +22,15 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* @brief
|
||||
* @brief abstract of the table public.stock_repository
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* @class Stock_Sql
|
||||
*
|
||||
* @brief ORM abstract of the table public.stock_repository
|
||||
*/
|
||||
class Stock_Sql extends Table_Data_SQL {
|
||||
function __construct($cn,$p_id=-1)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue