@@ -480,7 +480,7 @@ struct BindgenCommand {
480
480
/// Derive custom traits on a `struct`. The CUSTOM value must be of the shape REGEX=DERIVE where DERIVE is a coma-separated list of derive macros.
481
481
#[ arg( long, value_name = "CUSTOM" , value_parser = parse_custom_derive) ]
482
482
with_derive_custom_struct : Vec < ( Vec < String > , String ) > ,
483
- /// Derive custom traits on an `enum. The CUSTOM value must be of the shape REGEX=DERIVE where DERIVE is a coma-separated list of derive macros.
483
+ /// Derive custom traits on an `enum` . The CUSTOM value must be of the shape REGEX=DERIVE where DERIVE is a coma-separated list of derive macros.
484
484
#[ arg( long, value_name = "CUSTOM" , value_parser = parse_custom_derive) ]
485
485
with_derive_custom_enum : Vec < ( Vec < String > , String ) > ,
486
486
/// Derive custom traits on a `union`. The CUSTOM value must be of the shape REGEX=DERIVE where DERIVE is a coma-separated list of derive macros.
@@ -492,7 +492,7 @@ struct BindgenCommand {
492
492
/// Add custom attributes on a `struct`. The CUSTOM value must be of the shape REGEX=ATTRIBUTE where ATTRIBUTE is a coma-separated list of attributes.
493
493
#[ arg( long, value_name = "CUSTOM" , value_parser = parse_custom_attribute) ]
494
494
with_attribute_custom_struct : Vec < ( Vec < String > , String ) > ,
495
- /// Add custom attributes on an `enum. The CUSTOM value must be of the shape REGEX=ATTRIBUTE where ATTRIBUTE is a coma-separated list of attributes.
495
+ /// Add custom attributes on an `enum` . The CUSTOM value must be of the shape REGEX=ATTRIBUTE where ATTRIBUTE is a coma-separated list of attributes.
496
496
#[ arg( long, value_name = "CUSTOM" , value_parser = parse_custom_attribute) ]
497
497
with_attribute_custom_enum : Vec < ( Vec < String > , String ) > ,
498
498
/// Add custom attributes on a `union`. The CUSTOM value must be of the shape REGEX=ATTRIBUTE where ATTRIBUTE is a coma-separated list of attributes.
0 commit comments