Package org.jdrupes.mdoclet.internal.doclets
package org.jdrupes.mdoclet.internal.doclets
Doclets provide the user-selectable back ends for processing the
documentation comments in Java source code.
Doclets are implementations of the Doclet API.
Currently, there is only one supported doclet, the
HtmlDoclet,
for writing API documentation in HTML. Nevertheless, in order to
separate the high-level code for the general content of each page
from the low-level details of how to write such content, the code is
organized in two sections: a format-neutral
toolkit API,
and a specific format,
such as HTML format.