Skip to content

fix: render tags for summary in docblock #355

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

bshaffer
Copy link

@bshaffer bshaffer commented Sep 25, 2023

fixes phpDocumentor/phpDocumentor#3583

As summary is already a string, renders the string before passing it into the DocBlock class with the corresponding tags, as to maintain BC while allowing tags in the first lines of method phpdoc.

@jaapio
Copy link
Member

jaapio commented Oct 13, 2023

As discussed in the orginal issue reported on phpDocumentor, this is by design.

So I will close this PR.

@jaapio jaapio closed this Oct 13, 2023
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.

First line of a docblock ("summary") does not parse inline tags
2 participants