Markers
Table of Contents
src/DocumentationController.php | 2 |
src/Laradocgen.php | 1 |
src/MarkdownPreprocessor.php | 1 |
src/StaticPageBuilder.php | 1 |
DocumentationController.php
Type | Line | Description |
---|---|---|
TODO | 15 | add config options |
TODO | 32 | add feature that re-compiles static html when the realtime viewer is active. This could work by comparing checksums or file sizes. The advantage of this is that the preview should match the result files to prevent unexpected behavior. |
Laradocgen.php
Type | Line | Description |
---|---|---|
TODO | 148 | Automatically generate files based on stubs |
MarkdownPreprocessor.php
Type | Line | Description |
---|---|---|
TODO | 71 | Could be simplified to see if the first line of the a code snippet contains // 'path/to/file.php' and intercept that instead. That way it is more readable in plain markdown files. |
StaticPageBuilder.php
Type | Line | Description |
---|---|---|
TODO | 15 | add option to change source and output directories (PRs welcome!) |