Whilst creating the Docfacto DITA Documentation Suite, there becomes a need to be able to have Java API documentation in DITA format. There is an IBM offerring, which does the job, but specialiation is required and it doesn’t handle generics.
I have come up with this which is a Doclet that generates DITA files, instead of HTML files. An example of the output can be found in the user documentation that we are generating with our toolkit
The biggest problem with this was link resolution, but as you can see in the documentation, internal and external links are resolved.
This is a first stab at this, so comments more than welcome.
The post Javadoc to DITA appeared first on Heap Dump.