don't forget configuration in case of deeper source directory
Cette révision appartient à :
Parent
618da86277
révision
6a52f6bff7
@ -123,6 +123,14 @@ class d3DocumentRenderer implements BlockRendererInterface
|
||||
|
||||
$output = new NullOutput();
|
||||
$daux = new Daux(Daux::STATIC_MODE, $output);
|
||||
|
||||
foreach ($_SERVER['argv'] as $arg) {
|
||||
if (stristr($arg, '--source=')) {
|
||||
$docsdir = trim(str_replace('--source=', '', $arg));
|
||||
$daux->getParams()->setDocumentationDirectory($docsdir);
|
||||
}
|
||||
}
|
||||
|
||||
$daux->initializeConfiguration();
|
||||
|
||||
$params = $daux->getParams();
|
||||
|
Chargement…
Référencer dans un nouveau ticket
Block a user