Improve Doxygen documentation

This commit is contained in:
Dany De Bontridder 2017-12-18 23:48:43 +01:00
parent 088905bff3
commit 6909f2fa2b
47 changed files with 206 additions and 58 deletions

View file

@ -1,7 +1,11 @@
<?php
//This file is part of NOALYSS and is under GPL
//see licence.txt
/**
* @file
* @brief Module Printing : Analytic to display relation between card or accounting with
* Analytic
*/
if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
require_once NOALYSS_INCLUDE.'/class/anc_table.class.php';
$tab = new Anc_Table($cn);