Migrating to Asciidoclet progressively

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Migrating to Asciidoclet progressively

Guillaume Smet
Hi,

We have a very large code base (the Hibernate ORM project) with a lot of existing Javadoc with HTML markup in it.

We would like to write the Javadoc of the new classes as Asciidoctor with Asciidoclet but still keep the old Javadoc in shape. AFAICS, right now, it outputs the HTML markup fully escaped (which is not very surprising but not what we want).

Is there any way to migrate progressively to Asciidoclet, without having to rewrite all our Javadoc in one go?

Thanks!
Reply | Threaded
Open this post in threaded view
|

Re: Migrating to Asciidoclet progressively

sebersole
FWIW I had created an issue at the same time : https://github.com/asciidoctor/asciidoclet/issues/90