From 5abdafeb9ded0c1c41992f7b3758f1dc02255683 Mon Sep 17 00:00:00 2001 From: wei <> Date: Thu, 12 Oct 2006 07:30:33 +0000 Subject: add unified chm build (quickstart + API + classdocs + wiki) --- buildscripts/PhpDocumentor/phpdoc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'buildscripts/PhpDocumentor/phpdoc') diff --git a/buildscripts/PhpDocumentor/phpdoc b/buildscripts/PhpDocumentor/phpdoc index 725b5aaf..0b02a7c8 100644 --- a/buildscripts/PhpDocumentor/phpdoc +++ b/buildscripts/PhpDocumentor/phpdoc @@ -29,6 +29,7 @@ exec $PHP -C -q -d output_buffering=1 $0 $@ // Project http://sourceforge.net/projects/phpdocu/ // + ob_end_clean(); // make output from autofind php code disapear /** @@ -44,6 +45,7 @@ ob_end_clean(); // make output from autofind php code disapear $test = @include("phpDocumentor/find_phpdoc.php"); if ($test == 6) // find_phpdoc.php returns 6 { + error_reporting(0); include("phpDocumentor/phpdoc.inc"); } else { -- cgit v1.2.3