lukaszspyra commented on issue #1275:
URL: 
https://github.com/apache/logging-log4j2/issues/1275#issuecomment-1674335463

   Hi,
   
   I have done some checks on modules currently used for HTML javadoc 
(according to pom.xml, `log4j-api` and `log4j-core`). Different maven plugin 
options for javadoc 
[doclet](https://docs.oracle.com/en/java/javase/11/docs/specs/doc-comment-spec.html,)
 resulted in:
   
   1) for doclet turned off: 24 warnings (mostly referenes not found, wrong 
param names)
   
   2) for doclet fully on: 200 warnings,119 errors (all kinds of html tags not 
supported in HTML5, missing closing tags, empty <p> tags,  missing docs on 
public members e.g. on getters (whilst most of them are self explanatory) - 
very strict approach
   
   3) for doclet [partly 
off](https://docs.oracle.com/en/java/javase/17/docs/specs/man/javadoc.html#additional-options-provided-by-the-standard-doclet)
 (ignores missing docs and high-level HTML issues): around 40 errors / 60 
warnings
   
   What would be the recommended approach for fixing javadoc? 
   I'd say at least excluding missing docs, and maybe html strict semantics 
(otherwise some tags would have to be replaced by external .css as not 
supported in HTML5 - e.g. `align` in table cells)? 


-- 
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: notifications-unsubscr...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to