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,6 +1,10 @@
<?php
//This file is part of NOALYSS and is under GPL
//see licence.txt
/**
*@file
*@brief Menu creation
*/
if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
require_once NOALYSS_INCLUDE.'/class/menu_ref.class.php';