You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Produces a sequence of <see cref="NeuropixelsV1eDataFrame"/>s from a NeuropixelsV1e headstage.
The link <see cref="NeuropixelsV1eDataFrame"/>s results in:
Instead, the following should be used
<see cref="NeuropixelsV1eDataFrame">NeuropixelsV1eDataFrames</see> so the "s" becomes part of the link. This pattern should be repeated in all similar situations.
The text was updated successfully, but these errors were encountered:
For example, in the description of
NeuropixelsV1Data
the following XML comment is usedbonsai-onix1/OpenEphys.Onix1/NeuropixelsV1eData.cs
Line 12 in cd87fc4
The link
<see cref="NeuropixelsV1eDataFrame"/>s
results in:Instead, the following should be used
<see cref="NeuropixelsV1eDataFrame">NeuropixelsV1eDataFrames</see>
so the "s" becomes part of the link. This pattern should be repeated in all similar situations.The text was updated successfully, but these errors were encountered: