From 1e846a94805f01a2d22357513b8d74991a024a9a Mon Sep 17 00:00:00 2001 From: rriggs Date: Fri, 31 Oct 2014 09:52:05 -0400 Subject: [PATCH] 8062475: Enable hook for custom doc generation Reviewed-by: erikj --- make/Javadoc.gmk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/make/Javadoc.gmk b/make/Javadoc.gmk index 3fc4d15..5ceb531 100644 --- a/make/Javadoc.gmk +++ b/make/Javadoc.gmk @@ -310,6 +310,13 @@ include NON_CORE_PKGS.gmk ################################################################# +# +# Load custom Javadoc rules, if present +# +-include $(CUSTOM_MAKE_DIR)/Javadoc.gmk + +################################################################# + # # Default target is same as docs target, create core api and all others it can # -- GitLab