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/selectivesyncdialog.h
parenteff4daa00bef2f031c4db4d6470d15c315927f41 (diff)
Use doxygen style everywhere
Diffstat (limited to 'src/gui/selectivesyncdialog.h')
-rw-r--r--src/gui/selectivesyncdialog.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gui/selectivesyncdialog.h b/src/gui/selectivesyncdialog.h
index a68b5c1d6..15702d86e 100644
--- a/src/gui/selectivesyncdialog.h
+++ b/src/gui/selectivesyncdialog.h
@@ -25,9 +25,9 @@ namespace OCC {
class Folder;
-/*!
- * \brief The SelectiveSyncTreeView class
- * \ingroup gui
+/**
+ * @brief The SelectiveSyncTreeView class
+ * @ingroup gui
*/
class SelectiveSyncTreeView : public QTreeWidget {
Q_OBJECT
@@ -61,9 +61,9 @@ private:
QLabel *_loading;
};
-/*!
- * \brief The SelectiveSyncDialog class
- * \ingroup gui
+/**
+ * @brief The SelectiveSyncDialog class
+ * @ingroup gui
*/
class SelectiveSyncDialog : public QDialog {
Q_OBJECT