Skip to content

Commit

Permalink
fix doc comment item numbering
Browse files Browse the repository at this point in the history
Previously missed one item, sorry.
  • Loading branch information
tinxx committed Oct 1, 2024
1 parent c76f3eb commit b66541b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Assets/SEE/Game/ReflexionMapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ internal static class ReflexionMapper
/// the following four cases regarding to which domains <paramref name="mappingSource"/>
/// and <paramref name="mappingTarget"/> belong to:
/// <list type="table">
/// <item><description>
/// <item><term>1.</term><description>
/// implementation -> architecture: interpreted as an architecture mapping,
/// i.e., <paramref name="mappingSource"/> is mapped onto <paramref name="mappingTarget"/>
/// in the architecture.
/// </description></item>
/// <item><term>1.</term><description>
/// <item><term>2.</term><description>
/// implementation -> implementation: interpreted as a restructuring in the implementation
/// </description></item>
/// <item><term>2.</term><description>
/// <item><term>3.</term><description>
/// architecture -> architecture: interpreted as a restructuring in the architecture
/// </description></item>
/// <item><term>3.</term><description>
/// <item><term>4.</term><description>
/// architecture -> implementation: makes no sense; will be ignored
/// </description></item>
/// </list>
Expand Down

0 comments on commit b66541b

Please sign in to comment.