From 5dcaf9276b466144cbbec3416688625c6c7ca7e9 Mon Sep 17 00:00:00 2001 From: Richard Frith-Macdonald Date: Tue, 31 Dec 2002 11:29:59 +0000 Subject: [PATCH] Documentation tweaks git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15425 72102866-910b-0410-8b05-ffd578937521 --- Headers/gnustep/base/GSMime.h | 1 - Headers/gnustep/base/NSException.h | 2 ++ Headers/gnustep/base/NSPathUtilities.h | 4 ++-- Headers/gnustep/base/NSPort.h | 10 +++++----- Source/NSException.m | 1 - 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Headers/gnustep/base/GSMime.h b/Headers/gnustep/base/GSMime.h index 482807145..abf481d58 100644 --- a/Headers/gnustep/base/GSMime.h +++ b/Headers/gnustep/base/GSMime.h @@ -1,4 +1,3 @@ - /** Interface for MIME parsing classes Copyright (C) 2000 Free Software Foundation, Inc. diff --git a/Headers/gnustep/base/NSException.h b/Headers/gnustep/base/NSException.h index 46277a246..366c030d7 100644 --- a/Headers/gnustep/base/NSException.h +++ b/Headers/gnustep/base/NSException.h @@ -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. + NSException and NSAssertionHandler class reference + AutogsdocSource: NSAssertionHandler.m AutogsdocSource: NSException.m diff --git a/Headers/gnustep/base/NSPathUtilities.h b/Headers/gnustep/base/NSPathUtilities.h index f2268693a..ce8e5c7cd 100644 --- a/Headers/gnustep/base/NSPathUtilities.h +++ b/Headers/gnustep/base/NSPathUtilities.h @@ -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 @@ -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 diff --git a/Headers/gnustep/base/NSPort.h b/Headers/gnustep/base/NSPort.h index 8c24bbd60..d8cee910f 100644 --- a/Headers/gnustep/base/NSPort.h +++ b/Headers/gnustep/base/NSPort.h @@ -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 @@ -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; diff --git a/Source/NSException.m b/Source/NSException.m index 05a1872a5..2a9543966 100644 --- a/Source/NSException.m +++ b/Source/NSException.m @@ -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. - NSException class reference $Date$ $Revision$ */