From 0f93c7f92b2dcd302e87711fec823adbad49e4e6 Mon Sep 17 00:00:00 2001 From: m4xxed Date: Sun, 13 Aug 2023 10:55:12 +0200 Subject: [PATCH] fixed documentation --- Assets/SEE/Tools/ReflexionAnalysis/ReflexionAnalysis.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Assets/SEE/Tools/ReflexionAnalysis/ReflexionAnalysis.cs b/Assets/SEE/Tools/ReflexionAnalysis/ReflexionAnalysis.cs index f5e0055f82..dfc2194d1e 100644 --- a/Assets/SEE/Tools/ReflexionAnalysis/ReflexionAnalysis.cs +++ b/Assets/SEE/Tools/ReflexionAnalysis/ReflexionAnalysis.cs @@ -209,7 +209,9 @@ public static bool IsSpecified(Edge edge) } /// - /// Returns true if is a divergent edge in the architecture. + /// Returns true if is a divergent + /// edge (present in the implementation graph, but missing in + /// the architecture graph). /// Precondition: must be in the architecture graph. /// /// architecture dependency