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 39 forks source link

Make Asciidoctor Options independent (#125) #134

Closed abelsromero closed 5 months ago

abelsromero commented 5 months ago

Refactor construction of Asciidoctor options to make them independent for each conversion. Now we can apply the original intended code where we respect DocType if present. Only template initialization is shared to reduce IO operations (create temp dirs).

Closes #125