Skip to content

Commit

Permalink
Inherit remarks from device operators
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
bparks13 committed Sep 6, 2024
1 parent 8ded0ba commit 923a159
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OpenEphys.Onix1/ConfigureHeadstage64.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ public ConfigureHeadstage64()
/// <summary>
/// Gets or sets onboard electrical stimulator configuration.
/// </summary>
/// <inheritdoc cref="ConfigureHeadstage64ElectricalStimulator"/>
[Category(DevicesCategory)]
[TypeConverter(typeof(SingleDeviceFactoryConverter))]
[Description("Specifies the configuration for the ElectricalStimulator device in the headstage-64.")]
Expand All @@ -89,6 +90,7 @@ public ConfigureHeadstage64()
/// <summary>
/// Gets or sets onboard optical stimulator configuration.
/// </summary>
/// <inheritdoc cref="ConfigureHeadstage64OpticalStimulator"/>
[Category(DevicesCategory)]
[TypeConverter(typeof(SingleDeviceFactoryConverter))]
[Description("Specifies the configuration for the OpticalStimulator device in the headstage-64.")]
Expand Down

0 comments on commit 923a159

Please sign in to comment.