noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 10/323: Acc_Plan_SQL : add doxygen doc


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 10/323: Acc_Plan_SQL : add doxygen doc
Date: Wed, 14 Mar 2018 17:38:09 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 014f6e3abee10b7782be5cfadee7a96ec15b935c
Author: Dany De Bontridder <address@hidden>
Date:   Thu Dec 21 13:37:51 2017 +0100

    Acc_Plan_SQL : add doxygen doc
---
 include/database/acc_plan_sql.class.php | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/include/database/acc_plan_sql.class.php 
b/include/database/acc_plan_sql.class.php
index 213b54a..c4c63e1 100644
--- a/include/database/acc_plan_sql.class.php
+++ b/include/database/acc_plan_sql.class.php
@@ -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
 {   
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]