Skip to content

Commit

Permalink
Remove link to internal class
Browse files Browse the repository at this point in the history
- When building the docfx website, we do not render private or internal classes, leading to a broken reference
  • Loading branch information
bparks13 committed Aug 21, 2024
1 parent 6215d8d commit 045a968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenEphys.Onix1/PortStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace OpenEphys.Onix1
/// <remarks>
/// This data stream class must be linked to an appropriate headstage,
/// miniscope, etc. configuration whose communication is dictated by
/// a <see cref="PortController"/>.
/// a PortController.
/// </remarks>
[Description("Produces a sequence of port status information.")]
public class PortStatus : Source<PortStatusFrame>
Expand Down

0 comments on commit 045a968

Please sign in to comment.