Minor comment changes and code clean-up

This commit is contained in:
Oran Juice 2014-09-28 14:10:23 +05:30
parent 473c9644a9
commit 2b60646c9b
No known key found for this signature in database
GPG key ID: 71C5AF46CCB28124
3 changed files with 5 additions and 5 deletions

View file

@ -299,7 +299,7 @@ namespace crypto
/*!
* \brief Gets a list of seed languages that are supported.
* \param languages The list of languages gets added to this vector.
* \param languages The vector is set to the list of languages.
*/
void get_language_list(std::vector<std::string> &languages)
{

View file

@ -80,7 +80,7 @@ namespace crypto
/*!
* \brief Gets a list of seed languages that are supported.
* \param languages The list of languages gets added to this vector.
* \param languages The vector is set to the list of languages.
*/
void get_language_list(std::vector<std::string> &languages);