From 045a968d8b802b36f0882776257f5331f9b18910 Mon Sep 17 00:00:00 2001 From: bparks13 Date: Wed, 21 Aug 2024 11:55:50 -0400 Subject: [PATCH] Remove link to internal class - When building the docfx website, we do not render private or internal classes, leading to a broken reference --- OpenEphys.Onix1/PortStatus.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenEphys.Onix1/PortStatus.cs b/OpenEphys.Onix1/PortStatus.cs index 88514db..97719ef 100644 --- a/OpenEphys.Onix1/PortStatus.cs +++ b/OpenEphys.Onix1/PortStatus.cs @@ -12,7 +12,7 @@ namespace OpenEphys.Onix1 /// /// This data stream class must be linked to an appropriate headstage, /// miniscope, etc. configuration whose communication is dictated by - /// a . + /// a PortController. /// [Description("Produces a sequence of port status information.")] public class PortStatus : Source