From 56561aa20d45aea2edfae60086fe08e97ad24bb3 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 25 Jul 2017 20:32:45 +0200 Subject: [PATCH] template as parameter since its not possible to chain multiple templates --- lib/phpdocumentor.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/phpdocumentor.php b/lib/phpdocumentor.php index 3d4bdb3..cf19dc3 100644 --- a/lib/phpdocumentor.php +++ b/lib/phpdocumentor.php @@ -1,6 +1,6 @@ SERVERPATH(). ' -t '.$outpath->SERVERPATH(). - ' --template="responsive-twig" --template="xml"'. + ' --template="'.$template.'"'. ' --cache-folder '.$cachepath->SERVERPATH(). ' '.$ignore_. ' '.$sourcecode_.