Added a bit of documentation

This commit is contained in:
Stéphane Goetz
2016-07-29 23:46:57 +02:00
parent a6783d41e8
commit c450903b3a
6 changed files with 35 additions and 10 deletions

View File

@ -3,8 +3,8 @@
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use Todaymade\Daux\Console\RunAction;
use Todaymade\Daux\Format\HTML\ContentTypes\Markdown\ContentType;
use Todaymade\Daux\Daux;
use Todaymade\Daux\Format\HTML\ContentTypes\Markdown\ContentType;
class Generator implements \Todaymade\Daux\Format\Base\Generator
{