diff options
author | Jack Lloyd <[email protected]> | 2018-07-02 09:40:45 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-07-02 09:41:07 -0400 |
commit | 9887592248e59354eac532913a9b3f5d740979c8 (patch) | |
tree | 7870413fb51ae5c66174bc0f45e3e9b6b43e2211 /src/lib/utils/codec_base.h | |
parent | 1c9e85ccdc2a59e326df0c6a5a01b2fb44ebd28c (diff) |
Correct Doxygen errors
Diffstat (limited to 'src/lib/utils/codec_base.h')
-rw-r--r-- | src/lib/utils/codec_base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/utils/codec_base.h b/src/lib/utils/codec_base.h index 7b5a5f18c..e7dbc33e4 100644 --- a/src/lib/utils/codec_base.h +++ b/src/lib/utils/codec_base.h @@ -16,7 +16,7 @@ namespace Botan { /** * Perform encoding using the base provided -* @param encoding object giving access to the encodings specifications +* @param base object giving access to the encodings specifications * @param output an array of at least base.encode_max_output bytes * @param input is some binary data * @param input_length length of input in bytes |