Improved documentation

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22091 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fabien_ 2005-11-24 10:37:36 +00:00
parent a7730e448b
commit b475e5a119
2 changed files with 3 additions and 2 deletions

View file

@ -4,6 +4,7 @@
* Source/NSOpenPanel.m: Improved documentation * Source/NSOpenPanel.m: Improved documentation
* Source/NSPageLayout.m: Improved documentation * Source/NSPageLayout.m: Improved documentation
* Source/NSPopUpButton.m: Improved documentation * Source/NSPopUpButton.m: Improved documentation
* Source/NSSavePanel.m: Improved documentation
2005-11-22 Richard Frith-Macdonald <rfm@gnu.org> 2005-11-22 Richard Frith-Macdonald <rfm@gnu.org>

View file

@ -631,7 +631,7 @@ selectCellWithString: (NSString*)title
} }
} }
/** <p>Creates ( if needed) and returns the shared NSSavePanel instance</p> /**<p>Creates ( if needed) and returns the shared NSSavePanel instance.</p>
*/ */
+ (NSSavePanel *) savePanel + (NSSavePanel *) savePanel
{ {
@ -1070,7 +1070,7 @@ selectCellWithString: (NSString*)title
[self close]; [self close];
} }
/**<p>Invoked by the "OK" button. TODO </p> /**<p>Invoked by the "OK" button.</p>
*<p>See Also: -cancel:</p> *<p>See Also: -cancel:</p>
*/ */
- (void) ok: (id)sender - (void) ok: (id)sender