mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
3d7125e2b0
commit
ea857575f2
17 changed files with 234 additions and 127 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue