-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Milestone
Description
For example, in the description of NeuropixelsV1Data the following XML comment is used
| /// 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.
Metadata
Metadata
Assignees
Labels
No labels