-
Notifications
You must be signed in to change notification settings - Fork 50
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
Improve support of Enums #180
Comments
To explicitly spell that out: Currently the doc comments are confusingly placed below the respective case, which can lead to off-by-one errors for users reading the docs. |
I think searching for the enum names is already working. Or do you mean searching for the cases/ |
What I meant is that
Oh I didn't check, but being able to search for cases would be nice yes. |
php/doc-en#4371 also appears to be a PHD issue, as the versions are in versions.xml: |
I was wondering if is possible to embed these version details as One thing I plan to work on this year is to move all PhD stuff inside |
Following the most basic of supports in #179 I think it is necessary to improve it:
<type>
and<enumname>
<enumidentifier>
and possibly<constant>
The text was updated successfully, but these errors were encountered: