Skip to content

Commit 923a159

Browse files
committed
Inherit remarks from device operators
- Currently there is no indication of how to link a Trigger operator to the Configure operator. By adding remarks, this linking is now explicitly stated
1 parent 8ded0ba commit 923a159

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

OpenEphys.Onix1/ConfigureHeadstage64.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ public ConfigureHeadstage64()
8181
/// <summary>
8282
/// Gets or sets onboard electrical stimulator configuration.
8383
/// </summary>
84+
/// <inheritdoc cref="ConfigureHeadstage64ElectricalStimulator"/>
8485
[Category(DevicesCategory)]
8586
[TypeConverter(typeof(SingleDeviceFactoryConverter))]
8687
[Description("Specifies the configuration for the ElectricalStimulator device in the headstage-64.")]
@@ -89,6 +90,7 @@ public ConfigureHeadstage64()
8990
/// <summary>
9091
/// Gets or sets onboard optical stimulator configuration.
9192
/// </summary>
93+
/// <inheritdoc cref="ConfigureHeadstage64OpticalStimulator"/>
9294
[Category(DevicesCategory)]
9395
[TypeConverter(typeof(SingleDeviceFactoryConverter))]
9496
[Description("Specifies the configuration for the OpticalStimulator device in the headstage-64.")]

0 commit comments

Comments
 (0)