Small documentation improvement.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23187 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2006-07-26 11:14:53 +00:00
parent 4ebc9116fa
commit 5ffe2250da
3 changed files with 24 additions and 7 deletions

View file

@ -3325,9 +3325,6 @@ static NSCharacterSet *tokenSet = nil;
return charset;
}
/**
* Decode the source data from base64 encoding and return the result.
*/
+ (NSData*) decodeBase64: (NSData*)source
{
int length;
@ -3460,9 +3457,6 @@ static NSCharacterSet *tokenSet = nil;
return doc;
}
/**
* Encode the source data to base64 encoding and return the result.
*/
+ (NSData*) encodeBase64: (NSData*)source
{
int length;