mirror of
https://github.com/monero-project/monero.git
synced 2025-08-09 06:12:21 -04:00
Minor comment changes and code clean-up
This commit is contained in:
parent
473c9644a9
commit
2b60646c9b
3 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue