@interface Person : NSObject {
@public NSString *name; @private int age;
}
@property(copy) NSString *name; @property(readonly) int age;
-(id)initWithAge:(int)age; @end
[Validate]
Generated with the Darkfish Rdoc Generator 2.