Skip to content

Commit 860a3ed

Browse files
authored
[Docs] Make sure all symbols are curated (#88)
### Motivation Ensure all symbols are curated. ### Modifications Added symbols that were showing up in automatic sections to existing curated sections. ### Result All symbols are curated. ### Test Plan Built docs locally.
1 parent 3452f2b commit 860a3ed

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Sources/OpenAPIRuntime/Documentation.docc/Documentation.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,18 @@ Please report any issues related to this library in the [swift-openapi-generator
6868
- ``Configuration``
6969
- ``DateTranscoder``
7070
- ``ISO8601DateTranscoder``
71+
- ``MultipartBoundaryGenerator``
72+
- ``RandomMultipartBoundaryGenerator``
73+
- ``ConstantMultipartBoundaryGenerator``
74+
- ``IterationBehavior``
75+
76+
### Content types
77+
- ``HTTPBody``
78+
- ``Base64EncodedData``
79+
- ``MultipartBody``
80+
- ``MultipartRawPart``
81+
- ``MultipartPart``
82+
- ``MultipartDynamicallyNamedPart``
7183

7284
### Errors
7385
- ``ClientError``
@@ -77,6 +89,9 @@ Please report any issues related to this library in the [swift-openapi-generator
7789
### HTTP Currency Types
7890
- ``HTTPBody``
7991
- ``ServerRequestMetadata``
92+
- ``AcceptableProtocol``
93+
- ``AcceptHeaderContentType``
94+
- ``QualityValue``
8095

8196
### Dynamic Payloads
8297
- ``OpenAPIValueContainer``

0 commit comments

Comments
 (0)