Re: Export Javadoc strings

Posted by rockyallen on
URL: https://discuss.asciidoctor.org/Export-Javadoc-strings-tp4172p4196.html

Is this project any help:
____
dbdoclet is the implementation of a javadoc doclet, which converts javadoc documentation to DocBook XML. In addition to the generation of DocBook XML, it is able to create UML class diagrams.
The command line tool dbdoclet can be used directly to convert javadoc to DocBook. It's a simple wrapper around the javadoc tool and the javadoc doclet dbdoclet.jar.
The dbdoclet doclet jar archive is part of the maven central repository. Use GroupId: org.dbdoclet and ArtifactId: dbdoclet to add a dependency to your project.
dbdoclet is part of the dbdoclet suite of tools. For more information visit http://www.dbdoclet.org.
____