From 022bd09673aa71e36299c9f6601549820120d939 Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Sat, 28 May 2022 20:07:15 -0700
Subject: [PATCH] combined javadoc link

---
 lib/README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/README.md b/lib/README.md
index a11df32a5c..9a0d9c9801 100644
--- a/lib/README.md
+++ b/lib/README.md
@@ -6,3 +6,4 @@ Of note:
 
 * opendis7-enumerations jar files contain all [SISO-REF-010](../specifications/README.md) values with sources automatically created from authoritative SISO XML as part of [opendis7-source-generator](https://github.com/open-dis/opendis7-source-generator) project
 * opendis7-java jar files contain all [IEEE PDU packet types](../specifications/IeeeDisPduColorFigures.pdf), with sources automatically created from [XML descriptions](https://github.com/open-dis/opendis7-source-generator/tree/master/xml) and results collected as part of [opendis7-java](https://github.com/open-dis/opendis7-java) project
+* [combined javadoc](https://savage.nps.edu/open-dis7-java/javadoc) for opendis7-enumerations and opendis7-java jar files documents all enumerations and data types
-- 
GitLab