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

Replace <tt> with <code> in javadocs #1385

Merged
merged 1 commit into from Jan 15, 2024
Merged

Replace <tt> with <code> in javadocs #1385

merged 1 commit into from Jan 15, 2024

Conversation

PhilipRoman
Copy link
Collaborator

Motivation and Context

HTML5 has dropped the <tt> tag and new versions of the javadoc will refuse to generate such docs:

Java-WebSocket/src/main/java/org/java_websocket/server/WebSocketServer.java:922: error: tag not supported in HTML5: tt
   * @param conn    The <tt>WebSocket</tt> instance this event is occurring on.

How Has This Been Tested?

Generating javadocs works and output is formatted as expected

@marci4 marci4 added this to the Release 1.5.6 milestone Jan 15, 2024
@marci4 marci4 merged commit 9dce7a8 into master Jan 15, 2024
3 of 4 checks passed
@PhilipRoman PhilipRoman deleted the javadoc-tt-fix branch January 15, 2024 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants