Guides

Markers

Table of Contents

guides/src/DependencyInjection/Compiler/ParserRulesPass.php 1
guides/src/FileCollector.php 1
guides/src/Handlers/LoadCacheHandler.php 1
guides/src/Handlers/PersistCacheHandler.php 1
guides/src/Nodes/AbstractNode.php 1
guides/src/UriFactory.php 1
guides-restructured-text/src/RestructuredText/Parser/LinesIterator.php 1
guides-restructured-text/src/RestructuredText/Parser/Productions/CommentRule.php 1
guides-restructured-text/src/RestructuredText/Parser/Productions/DefinitionListRule.php 1
guides-restructured-text/src/RestructuredText/Parser/Productions/LinkRule.php 1
guides-restructured-text/src/RestructuredText/Parser/Productions/LiteralBlockRule.php 1
guides-restructured-text/src/RestructuredText/Parser/Productions/RuleContainer.php 1

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

Search results