From db05893bc3d57d299058c95952555578f9ca0213 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Mon, 11 Oct 2021 23:11:54 -0700 Subject: [PATCH] view.javadoc.online --- build.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build.xml b/build.xml index c79bb4eb7a..b89fc348d5 100644 --- a/build.xml +++ b/build.xml @@ -112,6 +112,12 @@ <nbbrowse file="dist/javadoc/index.html" /> <!-- TODO implementation-independent approach if possible, but note that other Ant approaches usually have to be customized for each OS. --> </target> + + <target name="view.javadoc.online" description="view online package javadoc in web browser (Netbeans only)"> + <echo message="view online javadoc in dist/javadoc subdirectory"/> + <nbbrowse url="https://savage.nps.edu/open-dis7-java/javadoc" /> + <!-- TODO implementation-independent approach if possible, but note that other Ant approaches usually have to be customized for each OS. --> + </target> <target name="javadoc.custom" description="TODO testing, not ready for production"> -- GitLab