From 014f6e3abee10b7782be5cfadee7a96ec15b935c Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Thu, 21 Dec 2017 13:37:51 +0100 Subject: [PATCH] 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 213b54a71..c4c63e1f3 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 {