diff --git a/ChangeLog b/ChangeLog index 3ca1be1d8..6af79bcd7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ * Source/NSCell.m : Improved documentation * Source/NSControl.m : Improved documentation + * Source/NSCustomImageRep.m : Improved documentation 2005-11-21 fabien diff --git a/Source/NSCustomImageRep.m b/Source/NSCustomImageRep.m index 079dfc56e..c78b534d5 100644 --- a/Source/NSCustomImageRep.m +++ b/Source/NSCustomImageRep.m @@ -38,8 +38,9 @@ */ @implementation NSCustomImageRep -/** Initializes a new NSCustomImageRep with .When a -draw message is recieved - it send aSelector message to the delegate anObject. +/**

Initializes a new NSCustomImageRep with. When a -draw message is + recieved it send aSelector message to the delegate anObject.

+

See Also: -delegate -drawSelector [NSImageRep-draw]

*/ - (id) initWithDrawSelector: (SEL)aSelector delegate: (id)anObject @@ -59,7 +60,7 @@ [super dealloc]; } -/**

Returns the NSCustomImageRep's delegate

+/**

Returns the NSCustomImageRep's delegate.

See Also: -initWithDrawSelector:delegate:

*/ - (id) delegate @@ -67,8 +68,9 @@ return _delegate; } -/**

Returns the draw method selector sent to the delegate when - NSCustomImageRep recieved a -draw message

+/**

Returns the draw method sent to the delegate when NSCustomImageRep + recieved a -draw message.

+

See Also: -initWithDrawSelector:delegate: [NSImageRep-draw]

*/ - (SEL) drawSelector {