From f16183f4cfd658b893505b40ff644b10ba888a22 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Mon, 9 Aug 2010 02:03:03 +0000 Subject: [PATCH] improve doxygen doc --- dev/manage-code/create-file/create_file_table.sql | 2 +- dev/manage-code/create-file/create_phpclass.py | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dev/manage-code/create-file/create_file_table.sql b/dev/manage-code/create-file/create_file_table.sql index ccd9f2fa1..6a03207c5 100644 --- a/dev/manage-code/create-file/create_file_table.sql +++ b/dev/manage-code/create-file/create_file_table.sql @@ -3,5 +3,5 @@ SELECT FROM information_schema.columns WHERE - columns.table_name='section_ledger'; + columns.table_name='operation'; diff --git a/dev/manage-code/create-file/create_phpclass.py b/dev/manage-code/create-file/create_phpclass.py index afd21f6e1..89368e293 100755 --- a/dev/manage-code/create-file/create_phpclass.py +++ b/dev/manage-code/create-file/create_phpclass.py @@ -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@ */