Skip to content

Commit eed585f

Browse files
committed
Fix badly formed XML comment
- HarpInput summary in ConfigureBreakoutBoard was missing a <summary> tag.
1 parent 9878f53 commit eed585f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

OpenEphys.Onix1/ConfigureBreakoutBoard.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ public class ConfigureBreakoutBoard : MultiDeviceFactory
5454
[Category(DevicesCategory)]
5555
public ConfigureOutputClock ClockOutput { get; set; } = new();
5656

57+
/// <summary>
5758
/// Gets or sets the the Harp synchronization input configuration.
5859
/// </summary>
5960
[TypeConverter(typeof(SingleDeviceFactoryConverter))]

0 commit comments

Comments
 (0)