Fix README: Documentation is created after ant doc is called
Currently, the readme states that output/jdoc
is created directly, but its only created after ant doc
is called. I've fixed this.
Since I didn't know how to keep the original style (with each line containing ~80 columns), I've just merged the columns. Using the style with columns split after 80 characters will result in much bigger diffs, since adding a few characters in the first line would change all subsequent lines.