Documentation for Doxygen
This commit is contained in:
parent
9e9fc58485
commit
4886d78356
96 changed files with 536 additions and 119 deletions
|
|
@ -19,6 +19,15 @@
|
|||
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||
require_once NOALYSS_INCLUDE.'/database/tag_sql.class.php';
|
||||
|
||||
/**
|
||||
* @file
|
||||
* @brief Tag operations or actions to linked them together
|
||||
*/
|
||||
|
||||
/**
|
||||
* @class Tag
|
||||
* @brief Tag operations or actions to linked them together
|
||||
*/
|
||||
class Tag
|
||||
{
|
||||
private $data; //<! Tag_SQL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue