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-26 18:07:47 +0300
committerDaniel Molkentin <danimo@owncloud.com>2015-06-29 19:43:21 +0300
commit0735aa1fbda46a46f5de41ecf2d8ce2f319ece17 (patch)
tree1ce57f3d659b68ddaf659bf12ecc8f9996e886b6 /src/gui/folderwatcher.h
parent7757886ebc7e98a29b1e2f05bc51432a8794c36e (diff)
Structure developer documentation
- rename target "doc-dev" - group into modules - move to doc/dev
Diffstat (limited to 'src/gui/folderwatcher.h')
-rw-r--r--src/gui/folderwatcher.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gui/folderwatcher.h b/src/gui/folderwatcher.h
index 27b131886..b5f2fbbef 100644
--- a/src/gui/folderwatcher.h
+++ b/src/gui/folderwatcher.h
@@ -31,7 +31,9 @@ namespace OCC {
class FolderWatcherPrivate;
-/*
+/*!
+ * \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
* through the pathChanged() signal.
@@ -40,6 +42,8 @@ class FolderWatcherPrivate;
* does not automatically adds them to the list of monitored
* dirs. That is the responsibility of the user of this class to
* call addPath() with the new dir.
+ *
+ * \ingroup gui
*/
class FolderWatcher : public QObject