Skip to content

Commit dce4e12

Browse files
committed
Small fixes to docs.
1 parent 392888b commit dce4e12

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

Sources/Parsing/Documentation.docc/Articles/GettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ process for converting from one type to another and back.
365365

366366
If you map a parser-printer with a conversion, rather than just a simple function, you can transform
367367
a parser-printer to another parser-printer. This library ships with many conversions (see
368-
<doc:ConversionArticle>) that makes it easy to quickly transform outputs. For example, the `field`
368+
<doc:Conversions>) that makes it easy to quickly transform outputs. For example, the `field`
369369
parser can be transformed with the ``Conversion/string-swift.type.property-3u2b5`` conversion like
370370
so:
371371

Sources/Parsing/Documentation.docc/Extensions/Conversions.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22

33
## Topics
44

5-
### Strings
5+
### Common conversions
66

7+
* ``Conversion/memberwise(_:)``
8+
* ``Conversion/case(_:)-4j2n7``
79
* ``Conversion/string-swift.type.property-3u2b5``
810
* ``Conversion/string-swift.type.property-9owth``
9-
10-
### Numbers
11-
1211
* ``Conversion/int-swift.type.property``
1312
* ``Conversion/double-swift.type.property``
13+
* ``Conversion/json(_:decoder:encoder:)-swift.type.method``
14+
* ``Conversion/formatted(_:)-swift.type.method``
15+
* ``Conversion/representing(_:)-swift.type.method``
16+
* ``Conversion/lossless(_:)-swift.type.method``

Sources/Parsing/Documentation.docc/Extensions/Parser.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Some of the most commonly used parsers in the library. Use these parsers with op
2424
to build complex parsers from simpler pieces.
2525

2626
- <doc:Int>
27+
- <doc:Digits>
2728
- <doc:String>
2829
- <doc:Bool>
2930
- <doc:Float>
@@ -37,6 +38,8 @@ to build complex parsers from simpler pieces.
3738
- ``PrefixThrough``
3839
- ``PrefixUpTo``
3940
- ``Optionally``
41+
- ``From``
42+
- ``Consumed``
4043
- ``Always``
4144
- ``End``
4245
- ``Rest``

0 commit comments

Comments
 (0)