diff options
author | René Korthaus <[email protected]> | 2016-10-18 16:38:50 +0200 |
---|---|---|
committer | René Korthaus <[email protected]> | 2016-10-19 09:13:45 +0200 |
commit | da2e26b15f7f6882768f1cb7e8a5be1b1893bf8a (patch) | |
tree | b83ce7adb7b8837981c210662675941febc645c4 /src/lib/pubkey/mce | |
parent | 99d71e5693f45c2b34528158ad8d8b641bcc87e3 (diff) |
Fix doxygen warnings [ci skip]
Diffstat (limited to 'src/lib/pubkey/mce')
-rw-r--r-- | src/lib/pubkey/mce/goppa_code.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/pubkey/mce/goppa_code.cpp b/src/lib/pubkey/mce/goppa_code.cpp index 2657beee9..e866a1631 100644 --- a/src/lib/pubkey/mce/goppa_code.cpp +++ b/src/lib/pubkey/mce/goppa_code.cpp @@ -157,8 +157,8 @@ void mceliece_decrypt( } /** -* @param p_err_pos_len must point to the available length of err_pos on input, the -* function will set it to the actual number of errors returned in the err_pos +* @p p_err_pos_len must point to the available length of @p error_pos on input, the +* function will set it to the actual number of errors returned in the @p error_pos * array */ secure_vector<byte> mceliece_decrypt( secure_vector<gf2m> & error_pos, |