documentation fixes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32157 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2011-02-14 10:57:57 +00:00
parent 3d7125e2b0
commit ea857575f2
17 changed files with 234 additions and 127 deletions

View file

@ -31,7 +31,7 @@
* form:
* #if GS_NONFRAGILE
* # if defined(GS_X_IVARS)
* @public GS_X_IVARS
* @public GS_X_IVARS;
* # endif
* #else
* @private id _internal;
@ -70,7 +70,7 @@
@interface name ## Internal : NSObject \
{ \
@public \
GS_##name##_IVARS \
GS_##name##_IVARS; \
} \
@end \
@implementation name ## Internal \