Description:
|
Several things to do at the end:
* Check for overflows in listings etc. in PDF * Consistently use "..." or "//..." for omissions in listings * Consistently specify author names in listings (or not) * Check for constraint _declaration_ vs. _definition_ * Specify program listings like so: {{<programlisting role="JAVA" language="JAVA>...</programlisting>}} (once syntax highlighting is supported by the Ant DocBook tooling) * Consistently reference methods with or without braces in text * Consistently have or have not import statements in listings * Consistently have or have not package statements in listings
: package is given only for packages other than {{javax.validation}}
* What else?
|