From 33be5be1b0f01423dee08ddb1091599f92e106ad Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 4 Mar 2016 19:19:27 +0100 Subject: [PATCH] #2 ignore paths, more infos --- lib/phpdocumentor.php | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/lib/phpdocumentor.php b/lib/phpdocumentor.php index fe43eff..9bd8484 100644 --- a/lib/phpdocumentor.php +++ b/lib/phpdocumentor.php @@ -1,12 +1,26 @@ SERVERPATH(). + ' -t '.$outpath->SERVERPATH(). + ' --cache-folder '.$cachepath->SERVERPATH(). + ' '.$ignore_. + ' '.$sourcecode_. + ' '.$parseprivate_. + ' --title "'.$title.'" 2>&1'); new INFO(shell_exec(dirname(__FILE__).'/phpDocumentor.phar run'. - ' -d '.$inpath. - ' -t '.$outpath. - ' --cache-folder '.$cachepath. + ' -d '.$inpath->SERVERPATH(). + ' -t '.$outpath->SERVERPATH(). + ' --cache-folder '.$cachepath->SERVERPATH(). + ' '.$ignore_. ' '.$sourcecode_. ' '.$parseprivate_. ' --title "'.$title.'" 2>&1'));