aboutsummaryrefslogtreecommitdiffstats
path: root/src/codec/base64/base64.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-11-02 12:33:16 +0000
committerlloyd <[email protected]>2010-11-02 12:33:16 +0000
commit4a361f699573ed3ff128ecc9c654863cd55aaa79 (patch)
tree4e8d4a29abdc937b5dce2c363519429f949e06be /src/codec/base64/base64.h
parent05edb9f3e52ce18d0833d612fcfebf1442f859ea (diff)
Doxygen
Diffstat (limited to 'src/codec/base64/base64.h')
-rw-r--r--src/codec/base64/base64.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/codec/base64/base64.h b/src/codec/base64/base64.h
index 551f3daf8..6daac73d8 100644
--- a/src/codec/base64/base64.h
+++ b/src/codec/base64/base64.h
@@ -36,7 +36,6 @@ size_t BOTAN_DLL base64_encode(char output[],
* Perform base64 encoding
* @param input some input
* @param input_length length of input in bytes
-* @param uppercase should output be upper or lower case?
* @return base64adecimal representation of input
*/
std::string BOTAN_DLL base64_encode(const byte input[],
@@ -45,7 +44,6 @@ std::string BOTAN_DLL base64_encode(const byte input[],
/**
* Perform base64 encoding
* @param input some input
-* @param uppercase should output be upper or lower case?
* @return base64adecimal representation of input
*/
std::string BOTAN_DLL base64_encode(const MemoryRegion<byte>& input);