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

improve visibility of table rows in javadoc #358

Conversation

njr-11
Copy link
Contributor

@njr-11 njr-11 commented Nov 15, 2023

It is difficult to visually identify one row from the next in tables within the JavaDoc. This pull adds shading for alternate rows to make the documentation readable. Unfortuntately the nth-child(even) approach to automatic applying across the table requires the style element which is not allowed in JavaDoc, so I had to specify explicitly on each row, which is more tedious but has the same improvement for the reader.

Also, I spotted outdated references to "find..." that refer to a predecessor of the Automatic Query Methods / parameter-based conditions. This pattern now allows for flexible naming of methods (they don't need to begin with find... anymore), so I removed those references from the table and added an explanation of how to locate the information in the table for the flexible-named methods.

@njr-11 njr-11 added the documentation Improvements or additions to documentation label Nov 15, 2023
@njr-11 njr-11 added this to the Jakarta Data 1.0 milestone Nov 15, 2023
@njr-11 njr-11 force-pushed the 228-improve-visibility-of-table-rows-in-javadoc branch from f34d104 to 2d1e539 Compare November 15, 2023 20:56
@otaviojava otaviojava merged commit 2776950 into jakartaee:main Nov 16, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants