2
0
forked from Wavyzz/dolibarr

PHPDoc and misc fixes for several folders

This commit is contained in:
Marcos García de La Fuente
2015-02-10 11:02:11 +01:00
parent e21681a369
commit ca939bf8a5
10 changed files with 30 additions and 26 deletions

View File

@@ -41,7 +41,7 @@ if (! defined('NOREQUIREAJAX')) define('NOREQUIREAJAX','1');
/**
* Empty header
*
* @return none
* @return void
*/
function llxHeader()
{
@@ -53,7 +53,7 @@ function llxHeader()
/**
* Empty footer
*
* @return none
* @return void
*/
function llxFooter()
{