Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2015-06-29 19:56:09 +0300
committerDaniel Molkentin <danimo@owncloud.com>2015-06-29 19:56:09 +0300
commit66e8aaeabc971dc7b8a3c57d37e1e0b408cdccc7 (patch)
tree7e695b18adc5c9bc954ad99b5ccfa33b0bf6b413 /src/gui/owncloudsetupwizard.h
parenteff4daa00bef2f031c4db4d6470d15c315927f41 (diff)
Use doxygen style everywhere
Diffstat (limited to 'src/gui/owncloudsetupwizard.h')
-rw-r--r--src/gui/owncloudsetupwizard.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gui/owncloudsetupwizard.h b/src/gui/owncloudsetupwizard.h
index 99829fa86..e267ee0f5 100644
--- a/src/gui/owncloudsetupwizard.h
+++ b/src/gui/owncloudsetupwizard.h
@@ -33,9 +33,9 @@ class AccountState;
class OwncloudWizard;
-/*!
- * \brief The DetermineAuthTypeJob class
- * \ingroup gui
+/**
+ * @brief The DetermineAuthTypeJob class
+ * @ingroup gui
*/
class DetermineAuthTypeJob : public AbstractNetworkJob {
Q_OBJECT
@@ -50,9 +50,9 @@ private:
int _redirects;
};
-/*!
- * \brief The OwncloudSetupWizard class
- * \ingroup gui
+/**
+ * @brief The OwncloudSetupWizard class
+ * @ingroup gui
*/
class OwncloudSetupWizard : public QObject
{