Skip to content

Commit 5970b1e

Browse files
authored
Merge pull request #302 from open-ephys/fix-badly-formed-xml-comment
Fix badly formed XML comment
2 parents 9878f53 + eed585f commit 5970b1e

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)