Skip to content

Register @example tag handler out of the box#459

Open
lacatoire wants to merge 3 commits intophpDocumentor:6.xfrom
lacatoire:fix/register-example-tag
Open

Register @example tag handler out of the box#459
lacatoire wants to merge 3 commits intophpDocumentor:6.xfrom
lacatoire:fix/register-example-tag

Conversation

@lacatoire
Copy link
Copy Markdown

The Example tag handler exists and is fully functional, but was never wired into the default tag handler map of StandardTagFactory. As a result, @example and {@example ...} were always parsed as a Generic tag, which broke downstream tooling (phpDocumentor rendered the tag as a literal string instead of resolving the referenced file).

Fixes #412

The Example tag handler exists and is fully functional, but was never wired into the default tag handler map of StandardTagFactory. As a result, `@example` and `{@example ...}` were always parsed as a Generic tag, which broke downstream tooling (phpDocumentor rendered the tag as a literal string instead of resolving the referenced file).

Fixes phpDocumentor#412
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BUG: @example tag not working

1 participant