From 0735aa1fbda46a46f5de41ecf2d8ce2f319ece17 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Fri, 26 Jun 2015 17:07:47 +0200 Subject: Structure developer documentation - rename target "doc-dev" - group into modules - move to doc/dev --- src/gui/folderwatcher.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/gui/folderwatcher.h') 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 -- cgit v1.2.3