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:
parent
c14cbdf4fd
commit
32bbdb2b98
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user