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>
*/
#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>
#if GS_PROTOCOLS_HAVE_OPTIONAL
@ -188,6 +189,7 @@ GS_EXPORT_CLASS
@end
@interface NSObject (NSURLConnectionDelegate)
#endif
/** end of text ignored by autogsdoc </ignore> */
#else
@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)
/** <ignore> autogsdoc will ignore everything up to the end tag */
@protocol NSURLDownloadDelegate <NSObject>
#if GS_PROTOCOLS_HAVE_OPTIONAL
@optional
@ -129,6 +130,7 @@ GS_EXPORT_CLASS
@end
@interface NSObject (NSURLDownloadDelegate)
#endif
/** end of text ignored by autogsdoc </ignore> */
#else
@interface NSObject (NSURLDownloadDelegate)
#endif