@@ -455,57 +455,40 @@ String _renderCategory_partial_typedef_8(
455
455
if (context2.isCallable == true ) {
456
456
var context3 = context2.asCallable;
457
457
if (context3 != null ) {
458
+ buffer.write ('''
459
+ ##### ''' );
460
+ buffer.write (context3.linkedName.toString ());
461
+ buffer.write (context3.linkedGenericParameters.toString ());
462
+ buffer.write (''' = ''' );
463
+ buffer.write (context3.modelType.linkedName.toString ());
464
+ buffer.write ('\n ' );
465
+ buffer.write (__renderCategory_partial_typedef_8_partial_categorization_0 (
466
+ context3, context2, context1, context0));
467
+ buffer.write ('\n\n ' );
468
+ buffer.write (context3.oneLineDoc.toString ());
469
+ buffer.write (' ' );
470
+ buffer.write (context3.extendedDocLink.toString ());
471
+ buffer.write (' ' );
458
472
buffer.write ('\n ' );
459
- buffer.write (__renderCategory_partial_typedef_8_partial_callable_0 (
473
+ buffer.write (__renderCategory_partial_typedef_8_partial_features_1 (
460
474
context3, context2, context1, context0));
461
475
}
462
476
}
463
477
if (context2.isCallable != true ) {
464
478
buffer.write ('\n ' );
465
- buffer.write (__renderCategory_partial_typedef_8_partial_type_1 (
479
+ buffer.write (__renderCategory_partial_typedef_8_partial_type_2 (
466
480
context2, context1, context0));
467
481
}
468
482
buffer.writeln ();
469
483
return buffer.toString ();
470
484
}
471
485
472
- String __renderCategory_partial_typedef_8_partial_callable_0 (
486
+ String __renderCategory_partial_typedef_8_partial_categorization_0 (
473
487
FunctionTypedef context3,
474
488
Typedef context2,
475
489
Category context1,
476
490
CategoryTemplateData context0) {
477
491
final buffer = StringBuffer ();
478
- buffer.write ('''##### ''' );
479
- buffer.write (context3.linkedName.toString ());
480
- buffer.write (context3.linkedGenericParameters.toString ());
481
- buffer.write ('''(''' );
482
- buffer.write (context3.linkedParamsNoMetadata.toString ());
483
- buffer.write (''') ''' );
484
- buffer.write (context3.modelType.returnType.linkedName.toString ());
485
- buffer.writeln ();
486
- buffer.write (
487
- ___renderCategory_partial_typedef_8_partial_callable_0_partial_categorization_0 (
488
- context3, context2, context1, context0));
489
- buffer.write ('\n\n ' );
490
- buffer.write (context3.oneLineDoc.toString ());
491
- buffer.write (' ' );
492
- buffer.write (context3.extendedDocLink.toString ());
493
- buffer.write (' ' );
494
- buffer.writeln ();
495
- buffer.write (
496
- ___renderCategory_partial_typedef_8_partial_callable_0_partial_features_1 (
497
- context3, context2, context1, context0));
498
- buffer.writeln ();
499
- return buffer.toString ();
500
- }
501
-
502
- String
503
- ___renderCategory_partial_typedef_8_partial_callable_0_partial_categorization_0 (
504
- FunctionTypedef context3,
505
- Typedef context2,
506
- Category context1,
507
- CategoryTemplateData context0) {
508
- final buffer = StringBuffer ();
509
492
if (context3.hasCategoryNames == true ) {
510
493
buffer.write ('''
511
494
Categories:''' );
@@ -521,12 +504,11 @@ Categories:''');
521
504
return buffer.toString ();
522
505
}
523
506
524
- String
525
- ___renderCategory_partial_typedef_8_partial_callable_0_partial_features_1 (
526
- FunctionTypedef context3,
527
- Typedef context2,
528
- Category context1,
529
- CategoryTemplateData context0) {
507
+ String __renderCategory_partial_typedef_8_partial_features_1 (
508
+ FunctionTypedef context3,
509
+ Typedef context2,
510
+ Category context1,
511
+ CategoryTemplateData context0) {
530
512
final buffer = StringBuffer ();
531
513
if (context3.hasFeatures == true ) {
532
514
buffer.write ('''_''' );
@@ -537,19 +519,17 @@ String
537
519
return buffer.toString ();
538
520
}
539
521
540
- String __renderCategory_partial_typedef_8_partial_type_1 (
522
+ String __renderCategory_partial_typedef_8_partial_type_2 (
541
523
Typedef context2, Category context1, CategoryTemplateData context0) {
542
524
final buffer = StringBuffer ();
543
525
buffer.write ('''##### ''' );
544
526
buffer.write (context2.linkedName.toString ());
545
527
buffer.write (context2.linkedGenericParameters.toString ());
546
- buffer.write ('''(''' );
547
- buffer.write (context2.linkedParamsNoMetadata.toString ());
548
- buffer.write (''') ''' );
528
+ buffer.write (''' = ''' );
549
529
buffer.write (context2.modelType.linkedName.toString ());
550
530
buffer.writeln ();
551
531
buffer.write (
552
- ___renderCategory_partial_typedef_8_partial_type_1_partial_categorization_0 (
532
+ ___renderCategory_partial_typedef_8_partial_type_2_partial_categorization_0 (
553
533
context2, context1, context0));
554
534
buffer.write ('\n\n ' );
555
535
buffer.write (context2.oneLineDoc.toString ());
@@ -558,14 +538,14 @@ String __renderCategory_partial_typedef_8_partial_type_1(
558
538
buffer.write (' ' );
559
539
buffer.writeln ();
560
540
buffer.write (
561
- ___renderCategory_partial_typedef_8_partial_type_1_partial_features_1 (
541
+ ___renderCategory_partial_typedef_8_partial_type_2_partial_features_1 (
562
542
context2, context1, context0));
563
543
buffer.writeln ();
564
544
return buffer.toString ();
565
545
}
566
546
567
547
String
568
- ___renderCategory_partial_typedef_8_partial_type_1_partial_categorization_0 (
548
+ ___renderCategory_partial_typedef_8_partial_type_2_partial_categorization_0 (
569
549
Typedef context2, Category context1, CategoryTemplateData context0) {
570
550
final buffer = StringBuffer ();
571
551
if (context2.hasCategoryNames == true ) {
@@ -583,7 +563,7 @@ Categories:''');
583
563
return buffer.toString ();
584
564
}
585
565
586
- String ___renderCategory_partial_typedef_8_partial_type_1_partial_features_1 (
566
+ String ___renderCategory_partial_typedef_8_partial_type_2_partial_features_1 (
587
567
Typedef context2, Category context1, CategoryTemplateData context0) {
588
568
final buffer = StringBuffer ();
589
569
if (context2.hasFeatures == true ) {
@@ -2898,59 +2878,41 @@ String _renderLibrary_partial_typedef_11(Typedef context3, Library context2,
2898
2878
if (context3.isCallable == true ) {
2899
2879
var context4 = context3.asCallable;
2900
2880
if (context4 != null ) {
2881
+ buffer.write ('''
2882
+ ##### ''' );
2883
+ buffer.write (context4.linkedName.toString ());
2884
+ buffer.write (context4.linkedGenericParameters.toString ());
2885
+ buffer.write (''' = ''' );
2886
+ buffer.write (context4.modelType.linkedName.toString ());
2887
+ buffer.write ('\n ' );
2888
+ buffer.write (__renderLibrary_partial_typedef_11_partial_categorization_0 (
2889
+ context4, context3, context2, context1, context0));
2890
+ buffer.write ('\n\n ' );
2891
+ buffer.write (context4.oneLineDoc.toString ());
2892
+ buffer.write (' ' );
2893
+ buffer.write (context4.extendedDocLink.toString ());
2894
+ buffer.write (' ' );
2901
2895
buffer.write ('\n ' );
2902
- buffer.write (__renderLibrary_partial_typedef_11_partial_callable_0 (
2896
+ buffer.write (__renderLibrary_partial_typedef_11_partial_features_1 (
2903
2897
context4, context3, context2, context1, context0));
2904
2898
}
2905
2899
}
2906
2900
if (context3.isCallable != true ) {
2907
2901
buffer.write ('\n ' );
2908
- buffer.write (__renderLibrary_partial_typedef_11_partial_type_1 (
2902
+ buffer.write (__renderLibrary_partial_typedef_11_partial_type_2 (
2909
2903
context3, context2, context1, context0));
2910
2904
}
2911
2905
buffer.writeln ();
2912
2906
return buffer.toString ();
2913
2907
}
2914
2908
2915
- String __renderLibrary_partial_typedef_11_partial_callable_0 (
2909
+ String __renderLibrary_partial_typedef_11_partial_categorization_0 (
2916
2910
FunctionTypedef context4,
2917
2911
Typedef context3,
2918
2912
Library context2,
2919
2913
Library context1,
2920
2914
LibraryTemplateData context0) {
2921
2915
final buffer = StringBuffer ();
2922
- buffer.write ('''##### ''' );
2923
- buffer.write (context4.linkedName.toString ());
2924
- buffer.write (context4.linkedGenericParameters.toString ());
2925
- buffer.write ('''(''' );
2926
- buffer.write (context4.linkedParamsNoMetadata.toString ());
2927
- buffer.write (''') ''' );
2928
- buffer.write (context4.modelType.returnType.linkedName.toString ());
2929
- buffer.writeln ();
2930
- buffer.write (
2931
- ___renderLibrary_partial_typedef_11_partial_callable_0_partial_categorization_0 (
2932
- context4, context3, context2, context1, context0));
2933
- buffer.write ('\n\n ' );
2934
- buffer.write (context4.oneLineDoc.toString ());
2935
- buffer.write (' ' );
2936
- buffer.write (context4.extendedDocLink.toString ());
2937
- buffer.write (' ' );
2938
- buffer.writeln ();
2939
- buffer.write (
2940
- ___renderLibrary_partial_typedef_11_partial_callable_0_partial_features_1 (
2941
- context4, context3, context2, context1, context0));
2942
- buffer.writeln ();
2943
- return buffer.toString ();
2944
- }
2945
-
2946
- String
2947
- ___renderLibrary_partial_typedef_11_partial_callable_0_partial_categorization_0 (
2948
- FunctionTypedef context4,
2949
- Typedef context3,
2950
- Library context2,
2951
- Library context1,
2952
- LibraryTemplateData context0) {
2953
- final buffer = StringBuffer ();
2954
2916
if (context4.hasCategoryNames == true ) {
2955
2917
buffer.write ('''
2956
2918
Categories:''' );
@@ -2966,13 +2928,12 @@ Categories:''');
2966
2928
return buffer.toString ();
2967
2929
}
2968
2930
2969
- String
2970
- ___renderLibrary_partial_typedef_11_partial_callable_0_partial_features_1 (
2971
- FunctionTypedef context4,
2972
- Typedef context3,
2973
- Library context2,
2974
- Library context1,
2975
- LibraryTemplateData context0) {
2931
+ String __renderLibrary_partial_typedef_11_partial_features_1 (
2932
+ FunctionTypedef context4,
2933
+ Typedef context3,
2934
+ Library context2,
2935
+ Library context1,
2936
+ LibraryTemplateData context0) {
2976
2937
final buffer = StringBuffer ();
2977
2938
if (context4.hasFeatures == true ) {
2978
2939
buffer.write ('''_''' );
@@ -2983,19 +2944,17 @@ String
2983
2944
return buffer.toString ();
2984
2945
}
2985
2946
2986
- String __renderLibrary_partial_typedef_11_partial_type_1 (Typedef context3,
2947
+ String __renderLibrary_partial_typedef_11_partial_type_2 (Typedef context3,
2987
2948
Library context2, Library context1, LibraryTemplateData context0) {
2988
2949
final buffer = StringBuffer ();
2989
2950
buffer.write ('''##### ''' );
2990
2951
buffer.write (context3.linkedName.toString ());
2991
2952
buffer.write (context3.linkedGenericParameters.toString ());
2992
- buffer.write ('''(''' );
2993
- buffer.write (context3.linkedParamsNoMetadata.toString ());
2994
- buffer.write (''') ''' );
2953
+ buffer.write (''' = ''' );
2995
2954
buffer.write (context3.modelType.linkedName.toString ());
2996
2955
buffer.writeln ();
2997
2956
buffer.write (
2998
- ___renderLibrary_partial_typedef_11_partial_type_1_partial_categorization_0 (
2957
+ ___renderLibrary_partial_typedef_11_partial_type_2_partial_categorization_0 (
2999
2958
context3, context2, context1, context0));
3000
2959
buffer.write ('\n\n ' );
3001
2960
buffer.write (context3.oneLineDoc.toString ());
@@ -3004,14 +2963,14 @@ String __renderLibrary_partial_typedef_11_partial_type_1(Typedef context3,
3004
2963
buffer.write (' ' );
3005
2964
buffer.writeln ();
3006
2965
buffer.write (
3007
- ___renderLibrary_partial_typedef_11_partial_type_1_partial_features_1 (
2966
+ ___renderLibrary_partial_typedef_11_partial_type_2_partial_features_1 (
3008
2967
context3, context2, context1, context0));
3009
2968
buffer.writeln ();
3010
2969
return buffer.toString ();
3011
2970
}
3012
2971
3013
2972
String
3014
- ___renderLibrary_partial_typedef_11_partial_type_1_partial_categorization_0 (
2973
+ ___renderLibrary_partial_typedef_11_partial_type_2_partial_categorization_0 (
3015
2974
Typedef context3,
3016
2975
Library context2,
3017
2976
Library context1,
@@ -3032,7 +2991,7 @@ Categories:''');
3032
2991
return buffer.toString ();
3033
2992
}
3034
2993
3035
- String ___renderLibrary_partial_typedef_11_partial_type_1_partial_features_1 (
2994
+ String ___renderLibrary_partial_typedef_11_partial_type_2_partial_features_1 (
3036
2995
Typedef context3,
3037
2996
Library context2,
3038
2997
Library context1,
@@ -4507,72 +4466,36 @@ String _renderTypedef_partial_typedef_multiline_4(
4507
4466
if (context1.isCallable == true ) {
4508
4467
var context2 = context1.asCallable;
4509
4468
if (context2 != null ) {
4510
- buffer.write ('\n ' );
4511
- buffer.write (
4512
- __renderTypedef_partial_typedef_multiline_4_partial_callable_multiline_0 (
4513
- context2, context1, context0));
4469
+ if (context2.hasAnnotations == true ) {
4470
+ var context3 = context2.annotations;
4471
+ if (context3 != null ) {
4472
+ for (var context4 in context3) {
4473
+ buffer.write ('''
4474
+ - ''' );
4475
+ buffer.write (context4.linkedNameWithParameters.toString ());
4476
+ }
4477
+ }
4478
+ }
4479
+ buffer.write ('\n\n ' );
4480
+ buffer.write (context2.modelType.returnType.linkedName.toString ());
4481
+ buffer.write (' ' );
4482
+ buffer.write (htmlEscape.convert (context2.name.toString ()));
4483
+ buffer.write (context2.linkedGenericParameters.toString ());
4484
+ buffer.write (''' = ''' );
4485
+ buffer.write (context2.modelType.linkedName.toString ());
4514
4486
}
4515
4487
}
4516
4488
if (context1.isCallable != true ) {
4517
4489
buffer.write ('\n ' );
4518
4490
buffer.write (
4519
- __renderTypedef_partial_typedef_multiline_4_partial_type_multiline_1 (
4491
+ __renderTypedef_partial_typedef_multiline_4_partial_type_multiline_0 (
4520
4492
context1, context0));
4521
4493
}
4522
4494
buffer.writeln ();
4523
4495
return buffer.toString ();
4524
4496
}
4525
4497
4526
- String __renderTypedef_partial_typedef_multiline_4_partial_callable_multiline_0 (
4527
- FunctionTypedef context2, Typedef context1, TypedefTemplateData context0) {
4528
- final buffer = StringBuffer ();
4529
- if (context2.hasAnnotations == true ) {
4530
- var context3 = context2.annotations;
4531
- if (context3 != null ) {
4532
- for (var context4 in context3) {
4533
- buffer.write ('''
4534
- - ''' );
4535
- buffer.write (context4.linkedNameWithParameters.toString ());
4536
- }
4537
- }
4538
- }
4539
- buffer.write ('\n\n ' );
4540
- buffer.write (context2.modelType.returnType.linkedName.toString ());
4541
- buffer.write (' ' );
4542
- buffer.write (
4543
- ___renderTypedef_partial_typedef_multiline_4_partial_callable_multiline_0_partial_name_summary_0 (
4544
- context2, context1, context0));
4545
- buffer.write (context2.genericParameters.toString ());
4546
- buffer.write ('''(''' );
4547
- if (context2.hasParameters == true ) {
4548
- buffer.write (context2.linkedParamsLines.toString ());
4549
- }
4550
- buffer.write (''')
4551
- ''' );
4552
- return buffer.toString ();
4553
- }
4554
-
4555
- String
4556
- ___renderTypedef_partial_typedef_multiline_4_partial_callable_multiline_0_partial_name_summary_0 (
4557
- FunctionTypedef context2,
4558
- Typedef context1,
4559
- TypedefTemplateData context0) {
4560
- final buffer = StringBuffer ();
4561
- if (context2.isConst == true ) {
4562
- buffer.write ('''const ''' );
4563
- }
4564
- if (context2.isDeprecated == true ) {
4565
- buffer.write ('''~~''' );
4566
- }
4567
- buffer.write (htmlEscape.convert (context2.name.toString ()));
4568
- if (context2.isDeprecated == true ) {
4569
- buffer.write ('''~~''' );
4570
- }
4571
- buffer.writeln ();
4572
- return buffer.toString ();
4573
- }
4574
-
4575
- String __renderTypedef_partial_typedef_multiline_4_partial_type_multiline_1 (
4498
+ String __renderTypedef_partial_typedef_multiline_4_partial_type_multiline_0 (
4576
4499
Typedef context1, TypedefTemplateData context0) {
4577
4500
final buffer = StringBuffer ();
4578
4501
if (context1.hasAnnotations == true ) {
@@ -4587,7 +4510,7 @@ String __renderTypedef_partial_typedef_multiline_4_partial_type_multiline_1(
4587
4510
}
4588
4511
buffer.write ('\n\n ' );
4589
4512
buffer.write (
4590
- ___renderTypedef_partial_typedef_multiline_4_partial_type_multiline_1_partial_name_summary_0 (
4513
+ ___renderTypedef_partial_typedef_multiline_4_partial_type_multiline_0_partial_name_summary_0 (
4591
4514
context1, context0));
4592
4515
buffer.write (context1.genericParameters.toString ());
4593
4516
buffer.write (''' = ''' );
@@ -4597,7 +4520,7 @@ String __renderTypedef_partial_typedef_multiline_4_partial_type_multiline_1(
4597
4520
}
4598
4521
4599
4522
String
4600
- ___renderTypedef_partial_typedef_multiline_4_partial_type_multiline_1_partial_name_summary_0 (
4523
+ ___renderTypedef_partial_typedef_multiline_4_partial_type_multiline_0_partial_name_summary_0 (
4601
4524
Typedef context1, TypedefTemplateData context0) {
4602
4525
final buffer = StringBuffer ();
4603
4526
if (context1.isConst == true ) {
0 commit comments