Markers
Table of Contents
ParserRulesPass.php
Type | Line | Description |
---|---|---|
TODO | 35 | remove this call to $structual, body elements should not be part of it once subparser is removed |
FileCollector.php
Type | Line | Description |
---|---|---|
TODO | 89 | introduce caching again? |
LoadCacheHandler.php
Type | Line | Description |
---|---|---|
TODO | 24 | : Load Cache |
PersistCacheHandler.php
Type | Line | Description |
---|---|---|
TODO | 24 | Introduce Caching |
AbstractNode.php
Type | Line | Description |
---|---|---|
TODO | 70 | accented characters to the base character |
UriFactory.php
Type | Line | Description |
---|---|---|
TODO | 30 | remove this, as it is copied form phpDocumentor to make things work. |
LinesIterator.php
Type | Line | Description |
---|---|---|
TODO | 96 | Revisit The Loop in {@see \phpDocumentor\Guides\RestructuredText\Parser\DocumentParserContext::parseLines()} and see if the Look Ahead timing should be done differently |
CommentRule.php
Type | Line | Description |
---|---|---|
TODO | 50 | Would we want to keep a comment as a Node in the AST? |
DefinitionListRule.php
Type | Line | Description |
---|---|---|
TODO | 71 | This is a workaround because the current Main Loop in {@see DocumentParser::parseLines()} expects |
LinkRule.php
Type | Line | Description |
---|---|---|
TODO | 54 | pass link object to setLink |
LiteralBlockRule.php
Type | Line | Description |
---|---|---|
TODO | 65 | this is a bug, we need LiteralBlockNode here |
RuleContainer.php
Type | Line | Description |
---|---|---|
TODO | 53 | Change the handling of detecting MetaNodes in form of |