diff options
author | lloyd <[email protected]> | 2010-06-15 21:59:23 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-06-15 21:59:23 +0000 |
commit | 416695f7363c4e93eaeaea23427a1fed3ad73cab (patch) | |
tree | ff1482f22f176733305583ad56855dae997d0d6d /src/constructs | |
parent | 6565cf0df1ed88a818aecf6de7635531e05c0871 (diff) |
Fix a few hundred Doxygen warnings
Diffstat (limited to 'src/constructs')
-rw-r--r-- | src/constructs/passhash/passhash9.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constructs/passhash/passhash9.h b/src/constructs/passhash/passhash9.h index 6020dce42..8900d55d3 100644 --- a/src/constructs/passhash/passhash9.h +++ b/src/constructs/passhash/passhash9.h @@ -16,7 +16,7 @@ namespace Botan { * Create a password hash using PBKDF2 * @param password the password * @param rng a random number generator -* @Param work_factor how much work to do to slow down guessing attacks +* @param work_factor how much work to do to slow down guessing attacks */ std::string BOTAN_DLL generate_passhash9(const std::string& password, RandomNumberGenerator& rng, |