@@ -199,7 +199,6 @@ public let ATTRIBUTE_NODES: [Node] = [
199
199
Child (
200
200
name: " platformVersion " ,
201
201
deprecatedName: " availabilityVersionRestriction " ,
202
- documentation: " The platform/version pair, e.g. `iOS 10.1` " ,
203
202
kind: . node( kind: . platformVersion)
204
203
) ,
205
204
Child (
@@ -285,19 +284,15 @@ public let ATTRIBUTE_NODES: [Node] = [
285
284
children: [
286
285
Child (
287
286
name: " witnessMethodLabel " ,
288
- kind: . token( choices: [ . keyword( . witness_method) ] ) ,
289
- documentation: " The \" witnessMethod \" label. "
287
+ kind: . token( choices: [ . keyword( . witness_method) ] )
290
288
) ,
291
289
Child (
292
290
name: " colon " ,
293
- kind: . token( choices: [ . token( . colon) ] ) ,
294
- documentation: " The colon separating the \" witnessMethod \" label and the original protocol name. "
295
-
291
+ kind: . token( choices: [ . token( . colon) ] )
296
292
) ,
297
293
Child (
298
294
name: " protocolName " ,
299
- kind: . token( choices: [ . token( . identifier) ] ) ,
300
- documentation: " The original protocol name. "
295
+ kind: . token( choices: [ . token( . identifier) ] )
301
296
) ,
302
297
]
303
298
) ,
@@ -450,7 +445,6 @@ public let ATTRIBUTE_NODES: [Node] = [
450
445
name: " kindSpecifier " ,
451
446
deprecatedName: " diffKind " ,
452
447
kind: . token( choices: [ . keyword( . _forward) , . keyword( . reverse) , . keyword( . _linear) ] ) ,
453
- documentation: " The differentiability kind, if it exists. " ,
454
448
isOptional: true
455
449
) ,
456
450
Child (
@@ -464,7 +458,6 @@ public let ATTRIBUTE_NODES: [Node] = [
464
458
name: " arguments " ,
465
459
deprecatedName: " diffParams " ,
466
460
kind: . node( kind: . differentiabilityWithRespectToArgument) ,
467
- documentation: " The differentiability arguments, if any exist. " ,
468
461
isOptional: true
469
462
) ,
470
463
Child (
@@ -672,13 +665,11 @@ public let ATTRIBUTE_NODES: [Node] = [
672
665
name: " name " ,
673
666
kind: . node( kind: . token) ,
674
667
nameForDiagnostics: " name " ,
675
- documentation: " The identifier name for a nullary selection, if it exists. " ,
676
668
isOptional: true
677
669
) ,
678
670
Child (
679
671
name: " colon " ,
680
672
kind: . token( choices: [ . token( . colon) ] ) ,
681
- documentation: " The colon separating the label and the value or a colon representing an unlabeled argument " ,
682
673
isOptional: true
683
674
) ,
684
675
]
0 commit comments