DeDoc is a tool for translating JavaDoc documentation into
source code. Single class documents, whole packages with
multiple classes, or even complete APIs can be converted.
The goal is that generated source code should be compilable
without modifications, even if it would not work. There are
some cases when this is impossible - see "Known issues" below.
@author Oskar Liljeblad <osk@hem.passagen.se>