ppkarwasz opened a new pull request, #101:
URL: https://github.com/apache/logging-log4j-tools/pull/101
We add a converter between Javadoc and Asciidoc that converts:
* from a
[`DocCommentTree`](https://docs.oracle.com/en/java/javase/17/docs/api/jdk.compiler/com/sun/source/doctree/DocCommentTree.html),
provided by the `javac` compiler or `javadoc` tool,
* to an AsciiDoctorJ
[`Document`](https://javadoc.io/static/org.asciidoctor/asciidoctorj/3.0.0-alpha.2/org/asciidoctor/ast/Document.html).
We provide a primitive implementation of the AsciiDoctorJ API that converts
the AST back into a text document.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]