Thanks, looks good now.
/Erik
On 2017-01-25 13:51, Chris Hegarty wrote:
On 24 Jan 2017, at 16:44, Erik Joelsson <erik.joels...@oracle.com> wrote:
Hello,
Build changes look good except for one thing. In Javadoc.gmk, the dependency on
$(BUILD_TOOLS_JDK) needs to be set for $$($1_INDEX_FILE) (on line 317), where
the actual recipes are created. Setting it on the phony docs-javadoc target
will not help incremental builds.
Updated in place
http://cr.openjdk.java.net/~chegar/incubator_taglet/
-Chris.
/Erik
On 2017-01-24 15:08, Chris Hegarty wrote:
As per the guidance in JEP 11 [1], the javadoc for types in
incubator modules should have a clear and explicit warning
notice. To that end, I’ve added a simple inline taglet that can
be used to effectively inject a standard notice, and applied it
to all public types in the HTTP module ( I’ll cleanup the line
width formatting before pushing ).
http://cr.openjdk.java.net/~chegar/incubator_taglet/
-Chris.
P.S. this work is, somewhat, in preparation for when we move
to a single documentation bundle [2].
[1] http://openjdk.java.net/jeps/11
[2] http://openjdk.java.net/jeps/299