|
@@ -42,15 +42,15 @@ |
|
|
block discarded – undo |
|
42
|
42
|
|
|
43
|
43
|
$documentarian = new Documentarian(); |
|
44
|
44
|
|
|
45
|
|
- if (! is_dir($outputPath)) { |
|
46
|
|
- $this->error('There is no existing documentation available at '.$outputPath.'.'); |
|
|
45
|
+ if (!is_dir($outputPath)) { |
|
|
46
|
+ $this->error('There is no existing documentation available at ' . $outputPath . '.'); |
|
47
|
47
|
|
|
48
|
48
|
return false; |
|
49
|
49
|
} |
|
50
|
|
- $this->info('Rebuilding API HTML code from '.$outputPath.'/source/index.md'); |
|
|
50
|
+ $this->info('Rebuilding API HTML code from ' . $outputPath . '/source/index.md'); |
|
51
|
51
|
|
|
52
|
52
|
$documentarian->generate($outputPath); |
|
53
|
53
|
|
|
54
|
|
- $this->info('Wrote HTML documentation to: '.$outputPath.'/index.html'); |
|
|
54
|
+ $this->info('Wrote HTML documentation to: ' . $outputPath . '/index.html'); |
|
55
|
55
|
} |
|
56
|
56
|
} |
Please login to merge, or discard this patch.