Skip to content

Commit

Permalink
fixed documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
m4xxed committed Aug 13, 2023
1 parent ad2429c commit 0f93c7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Assets/SEE/Tools/ReflexionAnalysis/ReflexionAnalysis.cs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,9 @@ public static bool IsSpecified(Edge edge)
}

/// <summary>
/// Returns true if <paramref name="edge"/> is a divergent edge in the architecture.
/// Returns true if <paramref name="edge"/> is a divergent
/// edge (present in the implementation graph, but missing in
/// the architecture graph).
/// Precondition: <paramref name="edge"/> must be in the architecture graph.
/// </summary>
/// <param name="edge">architecture dependency</param>
Expand Down

0 comments on commit 0f93c7f

Please sign in to comment.