Jaap van Otterdijk

Results 69 issues of Jaap van Otterdijk

Other projects using doctrine can be able to link to the interlink index if doctrine would provide this in there documentation. In phpDocumentor guides we implemented the format that is...

### Feature request External libraries will no longer be able to call `Run::registerProgressBar`. The logic has been moved to a separate listener that does check the `ProjectSettings` to enable or...

deprecation

### Feature request In version 2 of guides we will remove the support of the `Flyfinder\Specification\SpecificationInterface` in the creation of `phpDocumentor\Guides\Handlers\ParseDirectoryCommand`. We introduced a new `phpDocumentor\FileSystem\Finder\Exclude` that shall be used....

deprecation

### Feature request Inline nodes extending `InlineCompoundNode` should not be accessed via `getValue` but `getChildren` should be used in the templates. ``` {%- for child in node.children -%} {{- renderNode(child)...

deprecation

The extension finder allows users to install extensions using composer. As an alternative to regular packages we do support phar extensions, which can be scoped to avoid conflicts with the...

The new abstraction makes it easier to migrate to a new filesystem library. The code has been cleanup as some parts were untouched for years.

A new extension based on pagefind extension. Which allows full text search on static websites.

The new option attribute makes it easier to validate directives. An extra advantage is that we can use the new attributes to document the directive options.

This pull request introduces enhancements to the PHPDoc specification (`proposed/phpdoc.md`) by refining tag handling and adding support for inline tags. The most important changes include updates to the ABNF definition...