Minor documentation fixes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15100 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2002-11-25 18:18:18 +00:00
parent e7e4b4225c
commit c9dd5ac64e

View file

@ -599,7 +599,7 @@ wordData(NSString *word)
* </p> * </p>
* <p> * <p>
* On completion of parsing a valid document, the * On completion of parsing a valid document, the
* [GSMimeDocument-mimeDocument] method returns the * [GSMimeParser-mimeDocument] method returns the
* resulting parsed document. * resulting parsed document.
* </p> * </p>
*/ */
@ -3657,7 +3657,7 @@ static NSCharacterSet *tokenSet = nil;
* Create new content ID header, set it as the content ID of the document * Create new content ID header, set it as the content ID of the document
* and return it.<br /> * and return it.<br />
* This is a convenience method which simply places angle brackets around * This is a convenience method which simply places angle brackets around
* an [NSProcessInfo+globallyUniqueString] to form the header value. * an [NSProcessInfo-globallyUniqueString] to form the header value.
*/ */
- (GSMimeHeader*) makeContentID - (GSMimeHeader*) makeContentID
{ {
@ -3677,7 +3677,7 @@ static NSCharacterSet *tokenSet = nil;
* Create new message ID header, set it as the message ID of the document * Create new message ID header, set it as the message ID of the document
* and return it.<br /> * and return it.<br />
* This is a convenience method which simply places angle brackets around * This is a convenience method which simply places angle brackets around
* an [NSProcessInfo+globallyUniqueString] to form the header value. * an [NSProcessInfo-globallyUniqueString] to form the header value.
*/ */
- (GSMimeHeader*) makeMessageID - (GSMimeHeader*) makeMessageID
{ {