@@ -217,7 +217,7 @@ class NIAllNullableTypesWithoutRecursion {
217217 this .listList,
218218 this .mapList,
219219
220- // // Maps
220+ // Maps
221221 this .map,
222222 this .stringMap,
223223 this .intMap,
@@ -515,7 +515,7 @@ abstract class NIHostIntegrationCoreApi {
515515 String ? aNullableString,
516516 );
517517
518- // // / Returns passed in arguments of multiple types.
518+ /// Returns passed in arguments of multiple types.
519519 @ObjCSelector ('sendMultipleNullableTypesWithoutRecursionABool:anInt:aString:' )
520520 @SwiftFunction (
521521 'sendMultipleNullableTypesWithoutRecursion(aBool:anInt:aString:)' ,
@@ -1413,22 +1413,22 @@ abstract class NIHostIntegrationCoreApi {
14131413 bool callFlutterNoopOnBackgroundThread ();
14141414}
14151415
1416- // // / An API that can be implemented for minimal, compile-only tests.
1417- // //
1418- // // This is also here to test that multiple host APIs can be generated
1419- // // successfully in all languages (e.g., in Java where it requires having a
1420- // // wrapper class).
1416+ /// An API that can be implemented for minimal, compile-only tests.
1417+ //
1418+ // This is also here to test that multiple host APIs can be generated
1419+ // successfully in all languages (e.g., in Java where it requires having a
1420+ // wrapper class).
14211421// @HostApi()
14221422// abstract class NIHostTrivialApi {
14231423// void noop();
14241424// }
14251425
1426- // // / A simple API implemented in some unit tests.
1427- // //
1428- // // This is separate from NIHostIntegrationCoreApi to avoid having to update a
1429- // // lot of unit tests every time we add something to the integration test API.
1430- // // TODO(stuartmorgan): Restructure the unit tests to reduce the number of
1431- // // different APIs we define.
1426+ /// A simple API implemented in some unit tests.
1427+ //
1428+ // This is separate from NIHostIntegrationCoreApi to avoid having to update a
1429+ // lot of unit tests every time we add something to the integration test API.
1430+ // TODO(stuartmorgan): Restructure the unit tests to reduce the number of
1431+ // different APIs we define.
14321432// @HostApi()
14331433// abstract class NIHostSmallApi {
14341434// @async
@@ -1497,7 +1497,7 @@ abstract class NIFlutterIntegrationCoreApi {
14971497 String ? aNullableString,
14981498 );
14991499
1500- // // ========== Non-nullable argument/return type tests ==========
1500+ // ========== Non-nullable argument/return type tests ==========
15011501
15021502 /// Returns the passed boolean, to test serialization and deserialization.
15031503 @ObjCSelector ('echoBool:' )
@@ -1625,7 +1625,7 @@ abstract class NIFlutterIntegrationCoreApi {
16251625 @SwiftFunction ('echo(_:)' )
16261626 NIAnotherEnum echoNIAnotherEnum (NIAnotherEnum anotherEnum);
16271627
1628- // // ========== Nullable argument/return type tests ==========
1628+ // ========== Nullable argument/return type tests ==========
16291629
16301630 /// Returns the passed boolean, to test serialization and deserialization.
16311631 @ObjCSelector ('echoNullableBool:' )
0 commit comments