This was all in phpdoc.inc, and now encapsulates the complexity
phpDocumentor :: automatic documentation generator
PHP versions 4 and 5
Copyright (c) 2002-2006 Gregory Beaver
LICENSE:
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Class | Description |
---|---|
phpDocumentor_setup |
$interface is either 'web' or is not set at all
Default value: $_GET['interface']default package name, set using -dn --defaultcategoryname
Default value: 'default'default package name, set using -dn --defaultpackagename
Default value: 'default'$_phpDocumentor_setting is either the value from the web interface, or is set up by Io::parseArgv()
Default value: $_GET['setting']void checkForBugCondition(
string $php_version, [string $php_bug_number = 'none'], [string $pear_bug_number = 'none']
)
Crash in case of known, dangerous bug condition
Checks the PHP version that is executing PhpDocumentor, in case a known PHP/PEAR bug condition could be triggered by the PhpDocumentor execution.
Parameters:boolean decideOnOrOff(
[string $value_to_guess = 'NO VALUE WAS PASSED']
)
Fuzzy logic to interpret the boolean args' intent
Parameters:void phpDocumentor_out(
$string
)
Print parse information if quiet setting is off
Parameters: