FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Register @example tag handler out of the box by lacatoire · Pull Request #459 · phpDocumentor/ReflectionDocBlock · GitHub

Register @example tag handler out of the box - #459

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

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

Conversation

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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL