mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 20:17:51 +02:00
* Migrate the documentation package to Java 11 The old Doclet API is deprected and removed in Java 12. This commit changes the documentation package to use the new recommended API. However it is not a drop-in replacement and there are non-idiomatic usages all over the place. I think it is eaiser to keep the current code logic and kind of shoehorn in the new API than starting afresh as the return on investment of a do-over is not great. Also note that the docs package is disabled as of this commit because we are still using Java 8 to compile which lacks the new API. Once we switch our toolchains to Java 11 (but still compiling Java 8 bytecode) we can re-enable this package. TESTED=ran `./gradlew :docs:test` locally with the documentation package enabled. |
||
---|---|---|
.. | ||
DocumentationGenerator.java | ||
FlowDocumentation.java | ||
FlowDocumentationTool.java | ||
JavadocWrapper.java | ||
MarkdownDocumentationFormatter.java |