1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

docs(profile): Removed @example tag from createProfile method

This commit is contained in:
Diadlo 2016-12-18 18:17:37 +03:00 committed by Zetok Zalbavar
parent c14cbdf4fd
commit 32bbdb2b98
No known key found for this signature in database
GPG Key ID: C953D3880212068A
2 changed files with 3 additions and 2 deletions

View File

@ -167,7 +167,7 @@ Profile* Profile::loadProfile(QString name, const QString& password)
* @param password If password is not empty, the profile will be encrypted.
* @return Returns a nullptr on error. Profile pointer otherwise.
*
* @example If the profile is already in use return nullptr.
* @note If the profile is already in use return nullptr.
*/
Profile* Profile::createProfile(QString name, QString password)
{

View File

@ -2375,7 +2375,8 @@ void Settings::setAutoLogin(bool state)
/**
* @brief Write a default personal .ini settings file for a profile.
* @param basename Filename without extension to save settings.
* @example If basename is "profile", settings will be saved in profile.ini
*
* @note If basename is "profile", settings will be saved in profile.ini
*/
void Settings::createPersonal(QString basename)
{