-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Asciidoclet processing of JavaDoc files #244
Comments
I just noticed @mojavelinux had suggested this back in 2014: #95 (comment) |
I was thinking along the same lines when I saw the asciidoclet issues just some days ago. The solution is to either add an additional plugin on the 2.0 development branch OR, modify the asciidoclet project to also produce a Gradle plugin. Let's just assume we add an additional plugin here:
BTW has Asciidoclet been updated to use the new docket API -> https://bugs.java.com/view_bug.do?bug_id=JDK-8177484 |
Not yet, but we're now in the planning process for this work: asciidoctor/asciidoclet#76 |
Let's explore this concept. We have options for 2.0. |
It would be nice if there were a Gradle DSL for using Asciidoclet. Perhaps it could be bundled in this plugin or be a separate (child or sibling) plugin.
Currently the Gradle configuration for Asciidoclet is somewhat verbose and repeats many lines of boilerplate. It is also typical (or should be typical, especially if configuration were made easier) for projects using Asciidoctor for producing documents to also use Asciidoctor formatting in Java source and vice-versa.
The text was updated successfully, but these errors were encountered: