mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-21 04:32:03 +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
e7e4b4225c
commit
c9dd5ac64e
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue