Documentation tweaks

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15425 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2002-12-31 11:29:59 +00:00
parent 584b59e891
commit ed03e0543c
5 changed files with 9 additions and 9 deletions

View file

@ -1,4 +1,3 @@
/** Interface for MIME parsing classes
Copyright (C) 2000 Free Software Foundation, Inc.

View file

@ -20,6 +20,8 @@
License along with this library; if not, write to the Free
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
<title>NSException and NSAssertionHandler class reference</title>
AutogsdocSource: NSAssertionHandler.m
AutogsdocSource: NSException.m

View file

@ -1,4 +1,4 @@
/* Interface to file path utilities for GNUStep
/** Interface to file path utilities for GNUStep
Copyright (C) 1996 Free Software Foundation, Inc.
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
@ -20,7 +20,7 @@
License along with this library; if not, write to the Free
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
AutogsdocSource: NSUser.m
AutogsdocSource: NSUser.m
*/
#ifndef __NSPathUtilities_h_GNUSTEP_BASE_INCLUDE

View file

@ -1,4 +1,4 @@
/* Interface for abstract superclass NSPort for use with NSConnection
/** Interface for abstract superclass NSPort for use with NSConnection
Copyright (C) 1997,2002 Free Software Foundation, Inc.
Written by: Richard Frith-Macdonald <richard@brainstorm.co.uk>
@ -115,17 +115,17 @@ typedef int NSSocketNativeHandle;
- (id) initWithProtocolFamily: (int)family
socketType: (int)type
protocol: (int)protocol
address: (NSData *)addressData;
address: (NSData *)addrData;
- (id) initWithProtocolFamily: (int)family
socketType: (int)type
protocol: (int)protocol
socket: (NSSocketNativeHandle)sock;
socket: (NSSocketNativeHandle)socket;
- (id) initRemoteWithTCPPort: (unsigned short)portNumber
host: (NSString *)host;
host: (NSString *)hostname;
- (id) initRemoteWithProtocolFamily: (int)family
socketType: (int)type
protocol: (int)protocol
address: (NSData *)addressData;
address: (NSData *)addrData;
- (NSData *) address;
- (int) protocol;

View file

@ -20,7 +20,6 @@
License along with this library; if not, write to the Free
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
<title>NSException class reference</title>
$Date$ $Revision$
*/