Skip to content
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

Fix GH 65 #133

Merged
merged 1 commit into from
May 29, 2024
Merged

Fix GH 65 #133

merged 1 commit into from
May 29, 2024

Conversation

haszi
Copy link
Contributor

@haszi haszi commented May 28, 2024

Remove spurious entries some language documentations have in the function/method listing. The spurious entries were the stream wrapper and context options which were listed in refentry elements. PhD assumes that refentry elements are always functions/methods. Fix this by giving stream wrappers and context options a role attribute with an appropriate value and handling these roles/values during indexing in PhD.

Closes #65

Remove spurious entries some language documentations have in the function/method listing. The spurious entries were the stream wrapper and context options which were listed in refentry elements. PhD assumes that refentry elements are always functions/methods. Fix this by giving stream wrappers and context options a role attribute with an appropriate value and handling these roles/values during indexing in PhD.
@Girgias Girgias merged commit 195745e into php:master May 29, 2024
9 checks passed
@haszi haszi deleted the Fix-GH-65 branch June 2, 2024 11:44
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.

Function listing in PHP manual contains spurious entries for some languages
2 participants