diff --git a/packages/dynamite/lib/src/openapi_builder.dart b/packages/dynamite/lib/src/openapi_builder.dart index 8a89894d..cd41b8ed 100644 --- a/packages/dynamite/lib/src/openapi_builder.dart +++ b/packages/dynamite/lib/src/openapi_builder.dart @@ -579,7 +579,7 @@ class OpenAPIBuilder implements Builder { ..docs.addAll([ ..._descriptionToDocs(operation.summary), if (operation.summary != null && operation.description != null) ...[ - '', + '///', ], ..._descriptionToDocs(operation.description), ]); diff --git a/packages/nextcloud/lib/src/nextcloud.openapi.dart b/packages/nextcloud/lib/src/nextcloud.openapi.dart index e468a542..a3618c95 100644 --- a/packages/nextcloud/lib/src/nextcloud.openapi.dart +++ b/packages/nextcloud/lib/src/nextcloud.openapi.dart @@ -1245,7 +1245,7 @@ class NextcloudUnifiedPushProviderClient { } /// Request to get push messages. - + /// /// This is a public page since it has to be handle by the non-connected app (NextPush app and not Nextcloud-app) Future syncDevice( {required String deviceId}) async {