Is it mainstream not to write the closing tag of <P> tag in Javadoc?


    /**
     * Returns a stream consisting of the elements of this stream, sorted
     * according to natural order.  If the elements of this stream are not
     * {@code Comparable}, a {@code java.lang.ClassCastException} may be thrown
     * when the terminal operation is executed.
     *
     * <p>For ordered streams, the sort is stable.  For unordered streams, no
     * stability guarantees are made.
     *
     * <p>This is a <a href="package-summary.html#StreamOps">stateful
     * intermediate operation</a>.
     *
     * @return the new stream
     */
    Stream<T> sorted();

java.util.stream.Stream#sorted()But what I want to focus on is Javadoc.




 I just glanced at Javadoc and noticed that I didn't write the closing tag for the \ <P \> tag.
 Javadoc can be written richly in HTML, but the dilemma was that the more markup it was, the harder it was for the coder to read.


 I thought this way of writing should be refreshing.
 Personally, it was a scale from my eyes, so it's my recent boom.



Recommended Posts

Is it mainstream not to write the closing tag of <P> tag in Javadoc?
Even if I write the setting of STRICT_QUOTE_ESCAPING in CATALINA_OPTS in tomcat8.5, it is not reflected.
[Java] Is it unnecessary to check "identity" in the implementation of the equals () method?
It doesn't respond to the description in .js of the packs file
The milliseconds to set in /lib/calendars.properties of Java jre is UTC
How to write the view when Vue is introduced in Rails?
[Note] What to do if bundle install in Chapter 3 of the rails tutorial is not possible
What to do if the prefix c is not bound in JSP
How to solve the problem that it is not processed normally when nesting beans in Spring Batch
Failed to write EL expression in onclick attribute of h: button tag
[RSpec] When you want to use the instance variable of the controller in the test [assigns is not recommended]
Get the type of an array element to determine if it is an array
How to constrain the action of the transition destination when not logged in
[Rails] The cause of not being able to post was in form_with
Is it possible to put the library (aar) in the Android library (aar) and use it?
Write the movement of Rakefile in the runbook
If the parameter is an array, how to include it in Stopara's params.permit
Androd: What to do about "The Realm is already in a write transaction in"
How to set when "The constructor Empty () is not visible" occurs in junit
Retrieve the first day of week in current locale (what day of the week is it today?)
The list of installed apps is not displayed in getPackageManager (Android11 ​​/ API level 30)
ActiveSupport underscore is not the inverse of camelize
When the project is not displayed in eclipse
Ebean.update () is not executed in the inherited model.
[Java] When putting a character string in the case of a switch statement, it is necessary to make it a constant expression
[Swift] If the support of the application is iOS 11 or later, it was not necessary to use Int and Int64 properly
Offline real-time how to write Implementation example of the problem in E05 (ruby, C11)
Installing Java is not easy! Summary of precautions to finish perfectly in one time
When the hover of Eclipse is hard to see
In Time.strptime,% j (total date of the year) is
How to write Scala from the perspective of Java
[Even beginners can do it! ] How to write Javadoc
Understand the characteristics of Scala in 5 minutes (Introduction to Scala)
[Error] The app is not displayed in the production environment
It is difficult to use the empty string or date of DBUnit, so fix it and use it.
How to solve the problem when the value is not sent when the form is disabled in rails and sent
Changing the debug build signature of the android app to the release signature is useful in many ways.
When rewriting the CMD of docker image of Pod in the manifest of k8s, command is not good
[Ruby] Thinking when there is no receiver in front of the method (it looks like)
Determine that the value is a multiple of 〇 in Ruby
What is the representation of domain knowledge in the [DDD] model?
Error in production environment (The asset "~" is not present in the asset pipeline.)
The idea of cutting off when the error is not resolved
[Rails] When the layout change of devise is not reflected
[Rails] Where to be careful in the description of validation
802.1X authentication to the network of Bonding setting in CentOS7
What to do when "relation" hibernate_sequence "does not exist" in the ID column of PostgreSQL + JPA
[Android] Try to display the effect on the touched part of the screen, which is common in games.
The behavior of Class # getClassLoader changes depending on whether it is executed in the IDE or jar.
In order not to confuse the understanding of getters and setters, [Do not use accessors for anything! ]
About the solution to the problem that the log of logback is not output when the web application is stopped
Static function to check if the RGB error of BufferdImage is within the specified ratio in Java