Qual: Doxygen

Qual: Uniformize some code
This commit is contained in:
Laurent Destailleur
2011-10-14 18:51:20 +02:00
parent 15db353eb4
commit 0bc80e9bec
13 changed files with 74 additions and 76 deletions

View File

@@ -93,7 +93,9 @@ class modMyModule extends DolibarrModules
// Constants
// List of particular constants to add when module is enabled (key, 'chaine', value, desc, visible, 'current' or 'allentities', deleteonunactive)
// Example: $this->const=array(0=>array('MYMODULE_MYNEWCONST1','chaine','myvalue','This is a constant to add',1),
// 1=>array('MYMODULE_MYNEWCONST2','chaine','myvalue','This is another constant to add',0) );
// 1=>array('MYMODULE_MYNEWCONST2','chaine','myvalue','This is another constant to add',0)
// 2=>array('MAIN_MODULE_MYMODULE_HOOKS','chaine','hookcontext1:hookcontext2','To say: This module manage hooks in hookcontext1 and hookcontext2',1,'current',1)
// );
$this->const = array();
// Array to add new pages in new tabs