Are the stringtemplate api javadocs for V2 still around somwhere?

8 views
Skip to first unread message

Tom Robinson

unread,
Apr 24, 2017, 5:31:10 PM4/24/17
to stringtemplate-discussion
I'm trying to do a port from V2 to V4 and the old javadocs would be useful; are they around?

Thanks,

Tom.

Zenaan Harkness

unread,
Jun 8, 2017, 3:16:58 AM6/8/17
to 'Tom Robinson' via stringtemplate-discussion
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. :)
Reply all
Reply to author
Forward
0 new messages