| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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
| Back | FazBrowse Home | New Git URL |
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