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'));