Skip to content

Commit 32af495

Browse files
authored
Merge pull request #15 from glopesdev/docfx-update
Update docfx version and add missing xrefmap. Wrap `Channel` strings in `DigitalOutput` in a code block.
2 parents 25a1d13 + 170d5fe commit 32af495

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.config/dotnet-tools.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
"isRoot": true,
44
"tools": {
55
"docfx": {
6-
"version": "2.78.3",
6+
"version": "2.78.4",
77
"commands": [
88
"docfx"
9-
],
10-
"rollForward": false
9+
]
1110
}
1211
}
1312
}

docs/docfx.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
"xref": [
8080
"https://bonsai-rx.org/docs/xrefmap.yml",
8181
"https://horizongir.github.io/reactive/xrefmap.yml",
82+
"https://horizongir.github.io/opencv.net/xrefmap.yml",
8283
"https://bonsai-rx.org/daqmx/xrefmap.yml",
8384
"https://learn.microsoft.com/en-us/dotnet/.xrefmap.json"
8485
]

src/Bonsai.SpikeGLX/DigitalOutput.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ public class DigitalOutput
3333
/// <remarks>
3434
/// Only lines from a single device should be listed. Valid formats include:
3535
/// <list type="bullet">
36-
/// <item>\"Dev6/port0/line2,Dev6/port0/line5\"</item>
37-
/// <item>\"Dev6/port1/line0:3\"</item>
38-
/// <item>\"Dev6/port1:2\"</item>
36+
/// <item><c>Dev6/port0/line2,Dev6/port0/line5</c></item>
37+
/// <item><c>Dev6/port1/line0:3</c></item>
38+
/// <item><c>Dev6/port1:2</c></item>
3939
/// </list>
4040
/// </remarks>
4141
[Description("The name of the channels to output the digital signal to.")]

0 commit comments

Comments
 (0)