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,7 +1,6 @@
/*
NSDocumentController.m
/** <title>NSDocumentController</title>
The document controller class
<abstract>The document controller class</abstract>
Copyright (C) 1999 Free Software Foundation, Inc.
@ -426,7 +425,7 @@ static NSDictionary *TypeInfoForName (NSArray *types, NSString *typeName)
}
- (BOOL) application:(NSApplication *)sender
openTempFile: (NSString *)filename;
openTempFile: (NSString *)filename
{
return [self openDocumentWithContentsOfFile:filename display:YES] ? YES : NO;
}
@ -462,7 +461,7 @@ static NSDictionary *TypeInfoForName (NSArray *types, NSString *typeName)
return _documents;
}
- (BOOL) hasEditedDocuments;
- (BOOL) hasEditedDocuments
{
int i, count = [_documents count];