changes for phpdocumentator 8

This commit is contained in:
Gustavo Adolfo Cruz Laura
2011-01-24 22:02:56 +00:00
parent 884c1e1971
commit 31ad3ce33c
4 changed files with 14 additions and 0 deletions

View File

@@ -24,6 +24,10 @@
* *
*/ */
/**
* @package gulliver.system
*/
require_once ("DB.php"); require_once ("DB.php");
define ( 'DB_ERROR_NO_SHOW_AND_CONTINUE', 0); define ( 'DB_ERROR_NO_SHOW_AND_CONTINUE', 0);

View File

@@ -24,6 +24,9 @@
* *
*/ */
/**
* @package gulliver.system
*/
require_once 'PEAR.php'; require_once 'PEAR.php';

View File

@@ -54,6 +54,10 @@
// //
// $Id: Version 3.0.2$ // $Id: Version 3.0.2$
/**
* @package gulliver.system
*/
define("T_BYFILE", 0); define("T_BYFILE", 0);
define("T_BYVAR", 1); define("T_BYVAR", 1);

View File

@@ -24,6 +24,9 @@
* *
*/ */
/**
* @package gulliver.system
*/
require_once( PATH_THIRDPARTY.'lime/yaml.class.php'); require_once( PATH_THIRDPARTY.'lime/yaml.class.php');
/** /**
* ymlDomain class * ymlDomain class