Generated JavaDoc is not formatted correctly
Brought to you by:
bastafidli
The JavaDoc included in our code doesn't contain
correct HTML formatting characters. This is causing it
appear all in one line in the generated documentation.
The JavaDoc especially for longer comments is then
unreadable.
We need to fix the build process to make sure that the
generated JavaDoc is correctly formatted.
Logged In: YES
user_id=166079
It is impossible to fix all the JavaDoc comments. Instead I
have integrated wikidoclet to generate our javadoc
documentation. This doclet accepts empty line as a paragraph
separator.
Unfortunately this doclet works only with JDK 1.4.2 and
therefore this JDK is required to be present to generate
JavaDoc. There is a new property in biuld.properties which
needs to point to installed JDK 1.4.2
Logged In: YES
user_id=166079
the WikiDoclet didn't work correclty since it removed all
the parameters. A different solution needs to be found.