Markup for autogsdoc

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11788 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2001-12-17 16:51:51 +00:00
parent 86eca68043
commit c51f4265da
289 changed files with 33853 additions and 23024 deletions

View file

@ -1,13 +1,12 @@
/*
NSFileWrapper.m
/** <title>NSFileWrapper</title>
NSFileWrapper objects hold a file's contents in dynamic memory.
<abstract>Hold a file's contents in dynamic memory.</abstract>
Copyright (C) 1996 Free Software Foundation, Inc.
Author: Felipe A. Rodriguez <far@ix.netcom.com>
Author: Felipe A. Rodriguez <far@ix.netcom.com>
Date: Sept 1998
Author: Jonathan Gapen <jagapen@whitewater.chem.wisc.edu>
Author: Jonathan Gapen <jagapen@whitewater.chem.wisc.edu>
Date: Dec 1999
This file is part of the GNUstep GUI Library.
@ -265,7 +264,7 @@
}
}
- (NSString*) preferredFilename;
- (NSString*) preferredFilename
{
return _preferredFilename;
}
@ -326,7 +325,7 @@
ASSIGN(_iconImage, icon);
}
- (NSImage*) icon;
- (NSImage*) icon
{
if (_iconImage == nil)
{