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
* @package gulliver.system
*/
function getLimitRenderTable($nCurrentPage, $nRowsPerPage)
{

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -54,9 +54,6 @@
//
// $Id: Version 3.0.2$
/**
* @package gulliver.system
*/
define("T_BYFILE", 0);
define("T_BYVAR", 1);
@@ -740,7 +737,6 @@ class TemplatePower extends TemplatePowerParser
*
* @return void
* @access public
* @package gulliver.system
*/
function getOutputContent()
{

View File

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

View File

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

View File

@@ -2085,7 +2085,6 @@ class XmlForm_Field_Checkbox extends XmlForm_Field
* @param $value
* @param $owner
* @return either the value or falseValue
* @package gulliver.system
*/
function maskValue($value, &$owner)
{
@@ -2591,7 +2590,6 @@ class XmlForm_Field_CheckGroup extends XmlForm_Field
* @param string value
* @param string owner
* @return string
* @package gulliver.system
*/
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>
* @package gulliver.system
*/

View File

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