Skip to content

XML links and references must be a full word #323

@jonnew

Description

@jonnew

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:

image

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
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions