Skip to content

Commit

Permalink
Tools/Runner::generateDocumentation(): generate documentation from al…
Browse files Browse the repository at this point in the history
…l in main directory
  • Loading branch information
masicek committed Jun 25, 2012
1 parent 70d905b commit 8ee1784
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Tools/Runner.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,7 @@ private function generateDocumentation()
$this->printHeader('Generate Documentation');

$sources = array();
$sources[] = P::m(ROOT_TOOLS, 'RunnerConsole');
$sources[] = P::m(ROOT_TOOLS, 'TestsGenerator');
$sources[] = P::m(ROOT_TOOLS, 'DriversContainer.php');
$sources[] = P::m(ROOT_TOOLS, 'Exceptions.php');
$sources[] = P::m(ROOT_TOOLS, '.');
$sources = '--source ' . implode(' --source ', $sources);

$destination = P::m(DATA_TOOLS, '/Docs');
Expand Down

0 comments on commit 8ee1784

Please sign in to comment.