lukaszspyra opened a new pull request, #1753:
URL: https://github.com/apache/logging-log4j2/pull/1753

   Ref. #1275 
   Partly fixes failures of javadoc:javadoc goal. Changes to api and core 
modules:
   1. added captions for tables
   2. added descriptions for param names
   3. replaced `<h4>` headers by `<strong>` tags (h4 caused 'headings out of 
sequence' errors)
   4. fixed links by adding fqn
   5. fixed typos in param/javadoc tags names
   6. added missing curly braces
   7.  `@` escaped with html code `&#64;` in `<pre>` tags (it was treated as 
javadoc tag otherwise)
   8. changed style of some `@param` tag description according to [style 
guidelines](https://www.oracle.com/technical-resources/articles/java/javadoc-tool.html#@param)
   9. Removed `@return` from void methods
   10. the `@value` - replaced by hardcoded values, as it would render 
correctly only for compile-time constants
   
   Changes to main pom.xml:
   Edited maven javadoc doclint profile, setting to exclude warnings from 
missing javadoc and html5 semantics only.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to