Skip to content

Commit

Permalink
Fix misaligned XML comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bparks13 committed Sep 23, 2024
1 parent 8c69eac commit d0bd7d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenEphys.Onix1/TS4231V1PositionDataFrame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ public TS4231V1PositionDataFrame(ulong clock, ulong hubClock, int sensorIndex, V
public int SensorIndex { get; }

/// <summary>
/// Gets the 3D position of the photodiode connected to the TS4231 receiver with index <see cref="SensorIndex"/>
// in units determined by <see cref="TS4231V1PositionData.P"/> and <see cref="TS4231V1PositionData.Q"/>.
/// Gets the 3D position of the photodiode connected to the TS4231 receiver with index <see cref="SensorIndex"/>
/// in units determined by <see cref="TS4231V1PositionData.P"/> and <see cref="TS4231V1PositionData.Q"/>.
/// </summary>
public Vector3 Position { get; }
}
Expand Down

0 comments on commit d0bd7d4

Please sign in to comment.