From 086ea5d04ed299833faf316aa29de5f735e7fbb1 Mon Sep 17 00:00:00 2001 From: rfm Date: Mon, 13 Nov 2023 20:16:46 +0000 Subject: [PATCH] Changes to avoid autogsdoc warnings --- Headers/Foundation/NSURLConnection.h | 2 ++ Headers/Foundation/NSURLDownload.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Headers/Foundation/NSURLConnection.h b/Headers/Foundation/NSURLConnection.h index 05eea26db..388a7bbca 100644 --- a/Headers/Foundation/NSURLConnection.h +++ b/Headers/Foundation/NSURLConnection.h @@ -180,6 +180,7 @@ GS_EXPORT_CLASS * */ #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) +/** autogsdoc will ignore everything up to the end tag */ @protocol NSURLConnectionDelegate #if GS_PROTOCOLS_HAVE_OPTIONAL @@ -188,6 +189,7 @@ GS_EXPORT_CLASS @end @interface NSObject (NSURLConnectionDelegate) #endif +/** end of text ignored by autogsdoc */ #else @interface NSObject (NSURLConnectionDelegate) diff --git a/Headers/Foundation/NSURLDownload.h b/Headers/Foundation/NSURLDownload.h index 4ee4ba48e..ff4fb95ca 100644 --- a/Headers/Foundation/NSURLDownload.h +++ b/Headers/Foundation/NSURLDownload.h @@ -122,6 +122,7 @@ GS_EXPORT_CLASS */ #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) +/** autogsdoc will ignore everything up to the end tag */ @protocol NSURLDownloadDelegate #if GS_PROTOCOLS_HAVE_OPTIONAL @optional @@ -129,6 +130,7 @@ GS_EXPORT_CLASS @end @interface NSObject (NSURLDownloadDelegate) #endif +/** end of text ignored by autogsdoc */ #else @interface NSObject (NSURLDownloadDelegate) #endif