asciidoctor / asciidoclet

:clipboard: A Javadoc Doclet based on Asciidoctor that lets you write Javadoc in the AsciiDoc syntax.
https://github.com/asciidoctor/asciidoclet
Apache License 2.0
133 stars 40 forks source link

Fix stylesheet warning with Java 9 #73

Closed msgilligan closed 6 years ago

msgilligan commented 6 years ago

When generating javadoc using Java 9, the following warning is displayed:

javadoc: warning - Unrecognized Java version 9, using Java 7/8 stylesheet

This can be fixed by creating new RegEx patterns in Stylesheets.java and creating new stylesheets for Java 9 and later. It looks like new stylesheets are required because of Issue #72 (and possibly other issues.)

msgilligan commented 6 years ago

This is fixed with PR #75

msgilligan commented 6 years ago

PR #75 is merged. Closing.