Abnaxos / markdown-doclet

A Doclet that allows the use of Markdown in JavaDoc comments.
GNU General Public License v3.0
319 stars 40 forks source link

Check for compatibility with JavaDoc 1.8 #25

Closed Abnaxos closed 8 years ago

Abnaxos commented 10 years ago

Check if there are any issues when using the doclet with JavaDoc 1.8 and fix them if needed. Also check whether there are any new features that need special support.

Ensure that the doclet remains compatible with JavaDoc 1.7.

jankotek commented 10 years ago

I thing there is issue in Maven. With Java 8 it works just fine, but when doing release preparation mvn release:prepare it fails with unknown tags. I think it uses default javadoc without pegdown-doclet. Setting JAVA_HOME to Java 6 solves the issue.

You may replicate it on my project MapDB

BTW thanks for great work

ddimtirov commented 9 years ago

Javadoc for Java 8 does not use images for backgrounds and the supplied CSS produces a mess.

If we use the original Java8 stylesheet, we lose other customizations - i.e. the syntax highlighting options.