Skip to content

Commit 49e3214

Browse files
authored
Fix 6 unresolved symbol links in documentation. (#511)
Also, remove no longer needed @comment information about these links.
1 parent 3469a65 commit 49e3214

File tree

2 files changed

+5
-33
lines changed

2 files changed

+5
-33
lines changed

Sources/ArgumentParser/Documentation.docc/Extensions/Argument.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,8 @@
88
- ``init(help:completion:)-4p94d``
99
- ``init(help:completion:transform:)-3fjtc``
1010
- ``init(help:completion:transform:)-7yn32``
11-
12-
@Comment {
13-
The following symbols are copied from the preview website, but give a warning
14-
when built and don't show up in this section in the rendered navigation in
15-
either Xcode or the preview website. Instead, these symbols end up in the
16-
default-generated Initializers section.
17-
}
18-
19-
- ``init(wrappedvalue:help:completion:)``
20-
- ``init(wrappedvalue:help:completion:transform:)``
11+
- ``init(wrappedValue:help:completion:)``
12+
- ``init(wrappedValue:help:completion:transform:)``
2113

2214
### Array Arguments
2315

Sources/ArgumentParser/Documentation.docc/Extensions/Option.md

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,7 @@
1010
- ``init(name:parsing:help:completion:transform:)-25g7b``
1111
- ``init(wrappedValue:name:parsing:help:completion:transform:)-2llve``
1212
- ``SingleValueParsingStrategy``
13-
14-
@Comment {
15-
This gives a warning and doesn't show up here, but doesn't show up in the
16-
Initializers section, either. If I omit it here, then it shows up in the
17-
Initializers section.
18-
}
19-
20-
- ``init(wrappedValue:name:parsing:help:completion:)-7ilku``
21-
22-
@Comment {
23-
This gives a warning and doesn't show up here, but is in the Initializers
24-
section.
25-
}
26-
27-
- ``init(wrappedvalue:name:parsing:help:completion:)-7xcum``
13+
- ``init(wrappedValue:name:parsing:help:completion:)-7xcum``
2814

2915
### Array Options
3016

@@ -42,11 +28,5 @@
4228
### Deprecated APIs
4329

4430
- ``init(wrappedValue:name:parsing:completion:help:)``
45-
46-
@Comment {
47-
These give a warning and don't show up here, but are in the Initializers
48-
section.
49-
}
50-
51-
- ``init(wrappedvalue:name:parsing:help:completion:)-4pl7h``
52-
- ``init(wrappedvalue:name:parsing:help:completion:transform:)-6rqji``
31+
- ``init(wrappedValue:name:parsing:help:completion:)-4pl7h``
32+
- ``init(wrappedValue:name:parsing:help:completion:transform:)-6rqji``

0 commit comments

Comments
 (0)