Changes to avoid autogsdoc warnings

This commit is contained in:
rfm 2023-11-13 20:16:46 +00:00
parent c9b878ba54
commit 086ea5d04e
2 changed files with 4 additions and 0 deletions

View file

@ -180,6 +180,7 @@ GS_EXPORT_CLASS
* </list> * </list>
*/ */
#if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST)
/** <ignore> autogsdoc will ignore everything up to the end tag */
@protocol NSURLConnectionDelegate <NSObject> @protocol NSURLConnectionDelegate <NSObject>
#if GS_PROTOCOLS_HAVE_OPTIONAL #if GS_PROTOCOLS_HAVE_OPTIONAL
@ -188,6 +189,7 @@ GS_EXPORT_CLASS
@end @end
@interface NSObject (NSURLConnectionDelegate) @interface NSObject (NSURLConnectionDelegate)
#endif #endif
/** end of text ignored by autogsdoc </ignore> */
#else #else
@interface NSObject (NSURLConnectionDelegate) @interface NSObject (NSURLConnectionDelegate)

View file

@ -122,6 +122,7 @@ GS_EXPORT_CLASS
*/ */
#if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST)
/** <ignore> autogsdoc will ignore everything up to the end tag */
@protocol NSURLDownloadDelegate <NSObject> @protocol NSURLDownloadDelegate <NSObject>
#if GS_PROTOCOLS_HAVE_OPTIONAL #if GS_PROTOCOLS_HAVE_OPTIONAL
@optional @optional
@ -129,6 +130,7 @@ GS_EXPORT_CLASS
@end @end
@interface NSObject (NSURLDownloadDelegate) @interface NSObject (NSURLDownloadDelegate)
#endif #endif
/** end of text ignored by autogsdoc </ignore> */
#else #else
@interface NSObject (NSURLDownloadDelegate) @interface NSObject (NSURLDownloadDelegate)
#endif #endif