Documentation doxygen

This commit is contained in:
sparkyx 2021-07-30 09:33:27 +02:00
commit 496266799c
119 changed files with 637 additions and 150 deletions

View file

@ -24,6 +24,11 @@
*
* @file
* @brief abstract of the table public.attr_def */
/**
* @class Attr_def_SQL
* @brief abstract of the table public.attr_def
*/
class Attr_def_SQL extends Table_Data_SQL
{