mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
99217dff4a
commit
e1967ec612
1 changed files with 3 additions and 3 deletions
|
@ -599,7 +599,7 @@ wordData(NSString *word)
|
|||
* </p>
|
||||
* <p>
|
||||
* On completion of parsing a valid document, the
|
||||
* [GSMimeDocument-mimeDocument] method returns the
|
||||
* [GSMimeParser-mimeDocument] method returns the
|
||||
* resulting parsed document.
|
||||
* </p>
|
||||
*/
|
||||
|
@ -3657,7 +3657,7 @@ static NSCharacterSet *tokenSet = nil;
|
|||
* Create new content ID header, set it as the content ID of the document
|
||||
* and return it.<br />
|
||||
* 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
|
||||
{
|
||||
|
@ -3677,7 +3677,7 @@ static NSCharacterSet *tokenSet = nil;
|
|||
* Create new message ID header, set it as the message ID of the document
|
||||
* and return it.<br />
|
||||
* 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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue