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

github.com/owncloud/client.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/folderwatcher.h
parenteff4daa00bef2f031c4db4d6470d15c315927f41 (diff)
Use doxygen style everywhere
Diffstat (limited to 'src/gui/folderwatcher.h')
-rw-r--r--src/gui/folderwatcher.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/folderwatcher.h b/src/gui/folderwatcher.h
index b5f2fbbef..7a7a41dbc 100644
--- a/src/gui/folderwatcher.h
+++ b/src/gui/folderwatcher.h
@@ -31,8 +31,8 @@ namespace OCC {
class FolderWatcherPrivate;
-/*!
- * \brief Montiors a directory recursively for changes
+/**
+ * @brief Montiors a directory recursively for changes
*
* Folder Watcher monitors a directory and its sub directories
* for changes in the local file system. Changes are signalled
@@ -43,7 +43,7 @@ class FolderWatcherPrivate;
* dirs. That is the responsibility of the user of this class to
* call addPath() with the new dir.
*
- * \ingroup gui
+ * @ingroup gui
*/
class FolderWatcher : public QObject