@@ -199,8 +199,8 @@ public let ATTRIBUTE_NODES: [Node] = [
199
199
Child (
200
200
name: " platformVersion " ,
201
201
deprecatedName: " availabilityVersionRestriction " ,
202
- kind : . node ( kind : . platformVersion ) ,
203
- documentation : " The platform/version pair, e.g. `iOS 10.1` "
202
+ documentation : " The platform/version pair, e.g. `iOS 10.1` " ,
203
+ kind : . node ( kind : . platformVersion )
204
204
) ,
205
205
Child (
206
206
name: " trailingComma " ,
@@ -286,12 +286,12 @@ public let ATTRIBUTE_NODES: [Node] = [
286
286
Child (
287
287
name: " witnessMethodLabel " ,
288
288
kind: . token( choices: [ . keyword( . witness_method) ] ) ,
289
- documentation: # "The "witnessMethod" label."#
289
+ documentation: " The \ "witnessMethod \ " label. "
290
290
) ,
291
291
Child (
292
292
name: " colon " ,
293
293
kind: . token( choices: [ . token( . colon) ] ) ,
294
- documentation: # "The colon separating the "witnessMethod" label and the original protocol name."#
294
+ documentation: " The colon separating the \ "witnessMethod \ " label and the original protocol name. "
295
295
296
296
) ,
297
297
Child (
@@ -464,7 +464,7 @@ public let ATTRIBUTE_NODES: [Node] = [
464
464
name: " arguments " ,
465
465
deprecatedName: " diffParams " ,
466
466
kind: . node( kind: . differentiabilityWithRespectToArgument) ,
467
- documentation: " The differentiability arguments, if any exists . " ,
467
+ documentation: " The differentiability arguments, if any exist . " ,
468
468
isOptional: true
469
469
) ,
470
470
Child (
0 commit comments