Acc_Plan_SQL : add doxygen doc
This commit is contained in:
parent
4d11c584d2
commit
014f6e3abe
1 changed files with 6 additions and 3 deletions
|
|
@ -21,12 +21,15 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* @brief
|
||||
* @param type $name Descriptionara
|
||||
* @brief Layer above Tmp_Pcmn_Sql
|
||||
*/
|
||||
require_once NOALYSS_INCLUDE."/lib/data_sql.class.php";
|
||||
require_once NOALYSS_INCLUDE."/database/tmp_pcmn_sql.class.php";
|
||||
|
||||
/**
|
||||
* @brief this class is above tmp_pcmn_sql and is a view of tmp_pcmn
|
||||
* @see Tmp_Pcmn_SQL
|
||||
* @see Acc_Plan_MTable
|
||||
*/
|
||||
class Acc_Plan_SQL extends Data_SQL
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue