On Mon, Apr 24, 2017 at 02:31:10PM -0700, 'Tom Robinson' via stringtemplate-discussion wrote:
> I'm trying to do a port from V2 to V4 and the old javadocs would be useful;
> are they around?
Not sure, but here's a simple path to just generate the docs locally
(this is what I use to generate the st4 docs, change to suit of
course):
javadoc -d out/doc/ -sourcepath /src/st4.git/src/ \
-subpackages org.stringtemplate.v4
As a single line (but your MUA might break this):
javadoc -d out/doc/ -sourcepath /src/st4.git/src/ -subpackages org.stringtemplate.v4
Is local. Is good. :)