1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

- some adjustements for phpdocumentor

git-svn-id: file:///svn/phpbb/trunk@5883 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2006-05-05 17:56:33 +00:00
parent 8f765e50a3
commit e25b2c5f35
19 changed files with 33 additions and 7 deletions

View File

@@ -77,6 +77,9 @@ function deregister_globals()
// If we are on PHP >= 6.0.0 we do not need some code
if (version_compare(phpversion(), '6.0.0-dev', '>='))
{
/**
* @ignore
*/
define('STRIP', false);
}
else
@@ -186,6 +189,7 @@ $template->set_filenames(array(
$install->page_footer();
/**
* @package install
*/
class module
{
@@ -441,7 +445,7 @@ class module
/**
* Output an error message
* If skip is true, return and continue execution, else exit
* @todo: Really should change the caption based on $skip and calling code at some point
* @todo Really should change the caption based on $skip and calling code at some point
*/
function error($error, $line, $file, $skip = false)
{