From b196f689f2f67fa904582e8f99a765c03024c44e Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Sun, 5 Sep 2021 16:32:20 -0700
Subject: [PATCH] javadoc links to IEEE specifications

---
 examples/src/OpenDis7Examples/SimulationManager.java | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/examples/src/OpenDis7Examples/SimulationManager.java b/examples/src/OpenDis7Examples/SimulationManager.java
index 21bbab5181..6a8b33dab5 100644
--- a/examples/src/OpenDis7Examples/SimulationManager.java
+++ b/examples/src/OpenDis7Examples/SimulationManager.java
@@ -7,7 +7,11 @@ package OpenDis7Examples;
 import java.util.ArrayList;
 
 /**
- * Manage overall simulation choreography for a DIS exercise
+ * Manage overall simulation choreography for a DIS exercise.
+ * TODO once operation is working satisfactorily, this class will be moved into the open-dis7-java distribution utilities.
+ * @see <a href="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/-/blob/master/specifications/README.md" target="_blank">Networked Graphics MV3500, Specification Documents, IEEE and SISO</a>
+ * @see <a href="https://ieeexplore.ieee.org/document/6387564" target="_blank">1278.1-2012. IEEE Standard for Distributed Interactive Simulation (DIS) - Application Protocols</a>
+ * @see <a href="https://ieeexplore.ieee.org/document/587529" target="_blank">1278.3-1996. IEEE Recommended Practice for Distributed Interactive Simulation - Exercise Management and Feedback</a>
  * @author brutzman
  */
 public class SimulationManager 
-- 
GitLab