Skip to content

Commit d0bd7d4

Browse files
committed
Fix misaligned XML comment
1 parent 8c69eac commit d0bd7d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OpenEphys.Onix1/TS4231V1PositionDataFrame.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ public TS4231V1PositionDataFrame(ulong clock, ulong hubClock, int sensorIndex, V
3939
public int SensorIndex { get; }
4040

4141
/// <summary>
42-
/// Gets the 3D position of the photodiode connected to the TS4231 receiver with index <see cref="SensorIndex"/>
43-
// in units determined by <see cref="TS4231V1PositionData.P"/> and <see cref="TS4231V1PositionData.Q"/>.
42+
/// Gets the 3D position of the photodiode connected to the TS4231 receiver with index <see cref="SensorIndex"/>
43+
/// in units determined by <see cref="TS4231V1PositionData.P"/> and <see cref="TS4231V1PositionData.Q"/>.
4444
/// </summary>
4545
public Vector3 Position { get; }
4646
}

0 commit comments

Comments
 (0)