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
Motivation and Context
HTML5 has dropped the
<tt>
tag and new versions of thejavadoc
will refuse to generate such docs:How Has This Been Tested?
Generating javadocs works and output is formatted as expected