documentation added and a couple of tidyups

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24009 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2006-11-01 15:04:57 +00:00
parent b4a0ecdac3
commit ff1421c20a
5 changed files with 67 additions and 16 deletions

View file

@ -27,6 +27,8 @@
#define __NSKeyValueCoding_h_GNUSTEP_BASE_INCLUDE
#import <GNUstepBase/GSVersionMacros.h>
#if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST)
#import <Foundation/NSObject.h>
#if defined(__cplusplus)
@ -39,8 +41,6 @@ extern "C" {
@class NSError;
@class NSString;
#if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST)
/** An exception for an unknown key in [NSObject(NSKeyValueCoding)]. */
GS_EXPORT NSString* const NSUndefinedKeyException;
@ -358,11 +358,11 @@ GS_EXPORT NSString* const NSUndefinedKeyException;
@end
#endif
#if defined(__cplusplus)
}
#endif
#endif /* GS_API_MACOSX */
#endif