mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Changes to avoid autogsdoc warnings
This commit is contained in:
parent
c9b878ba54
commit
086ea5d04e
2 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue