You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@jena.apache.org by GitBox <gi...@apache.org> on 2022/08/18 10:38:26 UTC

[GitHub] [jena] afs opened a new pull request, #1486: Javadoc cleanup

afs opened a new pull request, #1486:
URL: https://github.com/apache/jena/pull/1486

   Cleaning up javadoc in some packages.
   
   This is done by setting `<doclint>html,syntax</doclint> and running `mvn javadoc:javadoc`.
   
   It is all HTML "errors" (some are not really errors). It seems the codebase "syntax" is fine probably because Eclipse checks that anyway.
   
   jena-iri is set "none" - it has extracts of HTML from spec as documentation and the javadoc-plugin is fussy about known/unknown attributes.
   
   Also: (because it was found while fixing javadoc)
   
   Isolate use of XMLChar and XML11Char in the codebase outside ext.xerces by moving to `org.apache.jena.util.XMLChar` and having XercesXMLChar in the `ext.xerces` package tree.
   
   This isolates general code from package tree ext.xerces.
   


-- 
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: pr-unsubscribe@jena.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org


[GitHub] [jena] afs merged pull request #1486: Javadoc cleanup

Posted by GitBox <gi...@apache.org>.
afs merged PR #1486:
URL: https://github.com/apache/jena/pull/1486


-- 
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: pr-unsubscribe@jena.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org