@@ -2,7 +2,6 @@ SWIFT_CLASS("_TtC8comments4A000")
2
2
@interface A000
3
3
@end
4
4
5
-
6
5
// / Aaa. A010. Bbb.
7
6
SWIFT_CLASS(" _TtC8comments21A010_AttachToEntities" )
8
7
@interface A010_AttachToEntities
@@ -17,37 +16,32 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly) NSInteger v2;)
17
16
+ (NSInteger )v2 SWIFT_WARN_UNUSED_RESULT;
18
17
@end
19
18
20
-
21
19
// / Aaa. A013.
22
20
SWIFT_PROTOCOL (" _TtP8comments21A013_AttachToEntities_" )
23
21
@protocol A013_AttachToEntities
24
22
@end
25
23
26
-
27
24
SWIFT_CLASS(" _TtC8comments10ATXHeaders" )
28
25
@interface ATXHeaders
29
26
// / <h1>LEVEL ONE</h1>
30
27
// / <h2>LEVEL TWO</h2>
31
28
- (void )f0;
32
29
@end
33
30
34
-
35
31
SWIFT_CLASS (" _TtC8comments10Attributes" )
36
32
@interface Attributes
37
33
// / Here is an attribute:
38
34
// / Attribute text
39
35
- (void )f0;
40
36
@end
41
37
42
-
43
38
SWIFT_CLASS (" _TtC8comments13AutomaticLink" )
44
39
@interface AutomaticLink
45
40
// / And now for a URL.
46
41
// / <a href="http://developer.apple.com/swift/">http://developer.apple.com/swift/</a>
47
42
- (void )f0;
48
43
@end
49
44
50
-
51
45
SWIFT_CLASS (" _TtC8comments10BlockQuote" )
52
46
@interface BlockQuote
53
47
// / Aaa.
@@ -62,7 +56,6 @@ SWIFT_CLASS("_TtC8comments10BlockQuote")
62
56
- (void )f0;
63
57
@end
64
58
65
-
66
59
SWIFT_CLASS (" _TtC8comments5Brief" )
67
60
@interface Brief
68
61
// / Aaa.
@@ -81,14 +74,12 @@ SWIFT_CLASS("_TtC8comments5Brief")
81
74
- (void )f3;
82
75
@end
83
76
84
-
85
77
SWIFT_CLASS (" _TtC8comments15ClosingComments" )
86
78
@interface ClosingComments
87
79
// / Some comment. */
88
80
- (void )closingComment;
89
81
@end
90
82
91
-
92
83
SWIFT_CLASS (" _TtC8comments16ClosureContainer" )
93
84
@interface ClosureContainer
94
85
// / Partially applies a binary operator.
@@ -156,7 +147,6 @@ SWIFT_CLASS("_TtC8comments16ClosureContainer")
156
147
- (void )closureParameterOutlineOutlineWithA:(NSInteger )a combine:(SWIFT_NOESCAPE NSInteger (^ _Nonnull)(NSInteger , NSInteger ))combine;
157
148
@end
158
149
159
-
160
150
SWIFT_CLASS (" _TtC8comments9CodeBlock" )
161
151
@interface CodeBlock
162
152
// / This is how you use this code.
@@ -169,15 +159,13 @@ SWIFT_CLASS("_TtC8comments9CodeBlock")
169
159
- (void )f0;
170
160
@end
171
161
172
-
173
162
SWIFT_CLASS (" _TtC8comments8Emphasis" )
174
163
@interface Emphasis
175
164
// / Aaa <em>bbb</em> ccc.
176
165
// / Aaa <em>bbb</em> ccc.
177
166
- (void )f0;
178
167
@end
179
168
180
-
181
169
SWIFT_CLASS (" _TtC8comments13EmptyComments" )
182
170
@interface EmptyComments
183
171
// /
@@ -192,7 +180,6 @@ SWIFT_CLASS("_TtC8comments13EmptyComments")
192
180
- (void )f4;
193
181
@end
194
182
195
-
196
183
SWIFT_CLASS (" _TtC8comments9Footnotes" )
197
184
@interface Footnotes
198
185
// / Has some footnotes.
@@ -202,7 +189,6 @@ SWIFT_CLASS("_TtC8comments9Footnotes")
202
189
- (void )f0;
203
190
@end
204
191
205
-
206
192
SWIFT_CLASS (" _TtC8comments19HasThrowingFunction" )
207
193
@interface HasThrowingFunction
208
194
// / Might throw something.
@@ -214,7 +200,6 @@ SWIFT_CLASS("_TtC8comments19HasThrowingFunction")
214
200
- (void )f1:(NSInteger )x;
215
201
@end
216
202
217
-
218
203
SWIFT_CLASS (" _TtC8comments15HorizontalRules" )
219
204
@interface HorizontalRules
220
205
// / Briefly.
@@ -223,14 +208,12 @@ SWIFT_CLASS("_TtC8comments15HorizontalRules")
223
208
- (void )f0;
224
209
@end
225
210
226
-
227
211
SWIFT_CLASS (" _TtC8comments16ImplicitNameLink" )
228
212
@interface ImplicitNameLink
229
213
// / <a href="https://www.apple.com/">Apple</a>
230
214
- (void )f0;
231
215
@end
232
216
233
-
234
217
SWIFT_CLASS (" _TtC8comments20IndentedBlockComment" )
235
218
@interface IndentedBlockComment
236
219
// / Brief.
@@ -257,21 +240,18 @@ SWIFT_CLASS("_TtC8comments20IndentedBlockComment")
257
240
- (void )f2;
258
241
@end
259
242
260
-
261
243
SWIFT_CLASS (" _TtC8comments10InlineCode" )
262
244
@interface InlineCode
263
245
// / Aaa <code>bbb</code> ccc.
264
246
- (void )f0;
265
247
@end
266
248
267
-
268
249
SWIFT_CLASS (" _TtC8comments10InlineLink" )
269
250
@interface InlineLink
270
251
// / Aaa <a href="/path/to/something">bbb</a> ccc.
271
252
- (void )f0;
272
253
@end
273
254
274
-
275
255
SWIFT_CLASS (" _TtC8comments14MultiLineBrief" )
276
256
@interface MultiLineBrief
277
257
// / Brief first line.
@@ -280,7 +260,6 @@ SWIFT_CLASS("_TtC8comments14MultiLineBrief")
280
260
- (void )f0;
281
261
@end
282
262
283
-
284
263
SWIFT_CLASS (" _TtC8comments11OrderedList" )
285
264
@interface OrderedList
286
265
// / <ol>
@@ -295,7 +274,6 @@ SWIFT_CLASS("_TtC8comments11OrderedList")
295
274
- (void )f0;
296
275
@end
297
276
298
-
299
277
// / \param x A number
300
278
// /
301
279
SWIFT_CLASS (" _TtC8comments15ParamAndReturns" )
@@ -340,7 +318,6 @@ SWIFT_CLASS("_TtC8comments15ParamAndReturns")
340
318
- (void )f4;
341
319
@end
342
320
343
-
344
321
SWIFT_CLASS (" _TtC8comments16ParameterOutline" )
345
322
@interface ParameterOutline
346
323
// / \param x A number
@@ -352,7 +329,6 @@ SWIFT_CLASS("_TtC8comments16ParameterOutline")
352
329
- (void )f0:(NSInteger )x y:(NSInteger )y z:(NSInteger )z;
353
330
@end
354
331
355
-
356
332
SWIFT_CLASS (" _TtC8comments22ParameterOutlineMiddle" )
357
333
@interface ParameterOutlineMiddle
358
334
// / <ul>
@@ -372,12 +348,10 @@ SWIFT_CLASS("_TtC8comments22ParameterOutlineMiddle")
372
348
- (void )f0:(NSInteger )x y:(NSInteger )y z:(NSInteger )z;
373
349
@end
374
350
375
-
376
351
SWIFT_CLASS (" _TtC8comments13ReferenceLink" )
377
352
@interface ReferenceLink
378
353
@end
379
354
380
-
381
355
SWIFT_CLASS(" _TtC8comments7Returns" )
382
356
@interface Returns
383
357
// /
@@ -386,15 +360,13 @@ SWIFT_CLASS("_TtC8comments7Returns")
386
360
- (NSInteger )f0 SWIFT_WARN_UNUSED_RESULT;
387
361
@end
388
362
389
-
390
363
SWIFT_CLASS (" _TtC8comments18SeparateParameters" )
391
364
@interface SeparateParameters
392
365
// / \param x A number
393
366
// /
394
367
- (void )f0:(NSInteger )x y:(NSInteger )y;
395
368
@end
396
369
397
-
398
370
SWIFT_CLASS (" _TtC8comments13SetextHeaders" )
399
371
@interface SetextHeaders
400
372
// / <h1>LEVEL ONE</h1>
@@ -406,15 +378,13 @@ SWIFT_CLASS("_TtC8comments13SetextHeaders")
406
378
- (void )f0;
407
379
@end
408
380
409
-
410
381
SWIFT_CLASS (" _TtC8comments14StrongEmphasis" )
411
382
@interface StrongEmphasis
412
383
// / Aaa <em>bbb</em> ccc.
413
384
// / Aaa <em>bbb</em> ccc.
414
385
- (void )f0;
415
386
@end
416
387
417
-
418
388
SWIFT_CLASS (" _TtC8comments13UnorderedList" )
419
389
@interface UnorderedList
420
390
// / <ul>
0 commit comments