aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Edmundson <kde@davidedmundson.co.uk>2019-01-03 14:32:06 +0000
committerDavid Edmundson <kde@davidedmundson.co.uk>2019-01-03 14:32:10 +0000
commit7c35ead1e025a8f546562d9720c9db95a6242fe0 (patch)
treec43a32468efd5f8189c586c6d28fe3c107804ffc
parentf403d09d0b4958d151790f312ec998ef39632b1a (diff)
downloadkconfig-7c35ead1e025a8f546562d9720c9db95a6242fe0.tar.gz
kconfig-7c35ead1e025a8f546562d9720c9db95a6242fe0.tar.bz2
Fix doxygen markup in KConfigWatcher
-rw-r--r--src/core/kconfigwatcher.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/core/kconfigwatcher.h b/src/core/kconfigwatcher.h
index b73d3fc2..3c2178ac 100644
--- a/src/core/kconfigwatcher.h
+++ b/src/core/kconfigwatcher.h
@@ -29,7 +29,9 @@
class KConfigWatcherPrivate;
-/*
+/**
+ * \class KConfigWatcher kconfigwatcher.h <KConfigWatcher>
+ *
* Notifies when another client has updated this config file with the Notify flag set.
* @since 5.51
*/
@@ -39,7 +41,7 @@ class KCONFIGCORE_EXPORT KConfigWatcher: public QObject
public:
typedef QSharedPointer<KConfigWatcher> Ptr;
- /*
+ /**
* Instantiate a ConfigWatcher for a given config
*
* @note any additional config sources should be set before this point.