TYPO3-Documentation / render-guides

Render the docs with phpdocumentor/guides
GNU General Public License v3.0
3 stars 8 forks source link

Resolve @see PHPDOC in ViewHelper directive #839

Open s2b opened 4 days ago

s2b commented 4 days ago

Some ViewHelper refer to other ViewHelpers by using the @see tag:

https://github.com/TYPO3/Fluid/blob/main/src/ViewHelpers/ElseViewHelper.php#L37

If possible, that reference should be resolved to the matching documentation page. Since it's also possible to add URLs here, there should be a check if the value is already a valid URL and use that instead.