phpDocumentor/Compiler/Linker/Linker.php 1

Type Line Description
TODO 239 Can we find another solution for this?

phpDocumentor/Compiler/Pass/NamespaceTreeBuilder.php 1

Type Line Description
TODO 86 find out why this can happen. Some bug in the assembler?

phpDocumentor/Configuration/Definition/Version2.php 1

Type Line Description
TODO 166 not all options are included yet; finish this

phpDocumentor/Descriptor/Builder/Reflector/FunctionAssembler.php 1

Type Line Description
TODO 66 this looks like a potential bug. Have to investigate this!

phpDocumentor/Descriptor/FileDescriptor.php 1

Type Line Description
TODO 258 This is an item that needs to be done.

phpDocumentor/Descriptor/Interfaces/ArgumentInterface.php 1

Type Line Description
TODO 40 update link to point to the final destination for the PHPDoc Standard.

phpDocumentor/Pipeline/Stage/Transform.php 1

Type Line Description
TODO 167 Should determine root based on filesystems. Could be an issue for multiple.

phpDocumentor/Transformer/Writer/Twig/LinkRenderer.php 1

Type Line Description
TODO 175 References can only point to an element that is a class, interface, trait, method, property or class constant at this moment. This is because an FQSEN does not contain the necessary data to distinguish whether the FQCN is actually a class or a namespace reference. As such we assume a class as that is the most common occurrence.