Skip to content

Commit

Permalink
doc comment with explicit numbering
Browse files Browse the repository at this point in the history
Use explicit numbering for a doc comment where items are referenced in
the following text.
  • Loading branch information
tinxx committed Oct 1, 2024
1 parent 7df7db7 commit f2b4301
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 @@ -19,19 +19,19 @@ internal static class ReflexionMapper
/// Maps <paramref name="mappingSource"/> onto <paramref name="mappingTarget"/> distinguishing
/// the following four cases regarding to which domains <paramref name="mappingSource"/>
/// and <paramref name="mappingTarget"/> belong to:
/// <list type="number">
/// <list type="table">
/// <item><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><description>
/// <item><term>1.</term><description>
/// implementation -> implementation: interpreted as a restructuring in the implementation
/// </description></item>
/// <item><description>
/// <item><term>2.</term><description>
/// architecture -> architecture: interpreted as a restructuring in the architecture
/// </description></item>
/// <item><description>
/// <item><term>3.</term><description>
/// architecture -> implementation: makes no sense; will be ignored
/// </description></item>
/// </list>
Expand Down

0 comments on commit f2b4301

Please sign in to comment.