Skip to content
Snippets Groups Projects
Commit 28089bb7 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

view.all.javadoc

parent 1f038717
No related branches found
No related tags found
No related merge requests found
...@@ -152,4 +152,9 @@ POSSIBILITY OF SUCH DAMAGE. ...@@ -152,4 +152,9 @@ POSSIBILITY OF SUCH DAMAGE.
<!-- TODO retrieve from Maven published repository once available --> <!-- TODO retrieve from Maven published repository once available -->
</target> </target>
<target name="view.all.javadoc">
<ant dir="examples" target="view.open-dis7.javadoc"/>
<ant dir="examples" target="javadoc"/>
<ant dir="assignments" target="javadoc"/>
</target>
</project> </project>
\ No newline at end of file
...@@ -99,4 +99,9 @@ ...@@ -99,4 +99,9 @@
<echo message="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/examples"/> <echo message="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/examples"/>
<nbbrowse url="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/examples"/> <nbbrowse url="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/examples"/>
</target> </target>
<target name="view.open-dis7.javadoc" description="view open-dis7 javadoc documentation in web browser (via Netbeans only)">
<echo message="https://savage.nps.edu/open-dis7-java/javadoc"/>
<nbbrowse url="https://savage.nps.edu/open-dis7-java/javadoc"/>
</target>
</project> </project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment