Confluences bugfixes, Fix documentation

Make it easier to spot where an error comes from when uploading to confluence.
Allow to upload documentation without a prefix.
This commit is contained in:
Stéphane Goetz
2017-11-06 22:46:07 +01:00
parent 8e7340da3d
commit 59b8c04161
11 changed files with 97 additions and 32 deletions

View File

@ -73,6 +73,9 @@ class Generator implements \Todaymade\Daux\Format\Base\Generator
$confluence = $params['confluence'];
$this->prefix = trim($confluence['prefix']) . ' ';
if ($this->prefix == ' ') {
$this->prefix = '';
}
$tree = $this->runAction(
'Generating Tree ...',