changes for phpdocumentator 7

This commit is contained in:
Gustavo Adolfo Cruz Laura
2011-01-24 21:49:31 +00:00
parent 7dc01b8aab
commit 884c1e1971
11 changed files with 1 additions and 23 deletions

View File

@@ -701,7 +701,6 @@ class database extends database_base {
/** /**
* It is part of class.pagedTable.php * It is part of class.pagedTable.php
* @package gulliver.system
*/ */
function getLimitRenderTable($nCurrentPage, $nRowsPerPage) function getLimitRenderTable($nCurrentPage, $nRowsPerPage)
{ {

View File

@@ -24,9 +24,6 @@
* *
*/ */
/**
* @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,9 +24,6 @@
* *
*/ */
/**
* @package gulliver.system
*/
require_once 'PEAR.php'; require_once 'PEAR.php';
@@ -82,7 +79,6 @@ class G_Error extends PEAR_Error
/** /**
* this function returns the kind of Error * this function returns the kind of Error
* @author * @author
* @package gulliver.system
* @access public * @access public
* @param string $code * @param string $code
* @return string * @return string

View File

@@ -42,7 +42,6 @@ class filterForm extends form
* @param string $template * @param string $template
* @param string $scriptContent * @param string $scriptContent
* @return string * @return string
* @package gulliver.system
*/ */
function render( $template, &$scriptContent ) function render( $template, &$scriptContent )
{ {

View File

@@ -58,7 +58,6 @@ class XmlForm_Field_HTML extends XmlForm_Field_Textarea
* @access public * @access public
* @param string $element * @param string $element
* @return string * @return string
* @package gulliver.system
* *
*/ */
function attachEvents($element) { function attachEvents($element) {

View File

@@ -264,7 +264,6 @@ class mailer
* html2text * html2text
* *
* empty * empty
* @package gulliver.system
* @return none * @return none
*/ */
function html2text() function html2text()

View File

@@ -54,9 +54,6 @@
// //
// $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);
@@ -740,7 +737,6 @@ class TemplatePower extends TemplatePowerParser
* *
* @return void * @return void
* @access public * @access public
* @package gulliver.system
*/ */
function getOutputContent() function getOutputContent()
{ {

View File

@@ -175,7 +175,6 @@ class testTools
* *
* @param string $location * * @param string $location *
* @return object $result * @return object $result
* @package gulliver.system
*/ */
function domain($location) function domain($location)

View File

@@ -143,7 +143,6 @@
/** /**
* render * render
* @package gulliver.system
* @return $obj->printObject( array( 'node' => &$this ) ) * @return $obj->printObject( array( 'node' => &$this ) )
*/ */
function render() { function render() {

View File

@@ -2085,7 +2085,6 @@ class XmlForm_Field_Checkbox extends XmlForm_Field
* @param $value * @param $value
* @param $owner * @param $owner
* @return either the value or falseValue * @return either the value or falseValue
* @package gulliver.system
*/ */
function maskValue($value, &$owner) function maskValue($value, &$owner)
{ {
@@ -2591,7 +2590,6 @@ class XmlForm_Field_CheckGroup extends XmlForm_Field
* @param string value * @param string value
* @param string owner * @param string owner
* @return string * @return string
* @package gulliver.system
*/ */
function render($value = NULL, $owner = NULL) function render($value = NULL, $owner = NULL)
{ {
@@ -3171,7 +3169,7 @@ class XmlForm_Field_Date extends XmlForm_Field_SimpleText
/** /**
* @description Calendar Widget with Javascript Routines * Calendar Widget with Javascript Routines
* @author Erik amaru Ortiz <aortiz@gmail.com, erik@colosa.com> * @author Erik amaru Ortiz <aortiz@gmail.com, erik@colosa.com>
* @package gulliver.system * @package gulliver.system
*/ */

View File

@@ -23,9 +23,6 @@
* Coral Gables, FL, 33134, USA, or email info@colosa.com. * Coral Gables, FL, 33134, USA, or email info@colosa.com.
* *
*/ */
/**
* @package gulliver.system
*/
require_once( PATH_THIRDPARTY.'lime/yaml.class.php'); require_once( PATH_THIRDPARTY.'lime/yaml.class.php');
/** /**