diff options
author | David Edmundson <kde@davidedmundson.co.uk> | 2019-01-03 14:32:06 +0000 |
---|---|---|
committer | David Edmundson <kde@davidedmundson.co.uk> | 2019-01-03 14:32:10 +0000 |
commit | 7c35ead1e025a8f546562d9720c9db95a6242fe0 (patch) | |
tree | c43a32468efd5f8189c586c6d28fe3c107804ffc /src/core/kconfigwatcher.h | |
parent | f403d09d0b4958d151790f312ec998ef39632b1a (diff) | |
download | kconfig-7c35ead1e025a8f546562d9720c9db95a6242fe0.tar.gz kconfig-7c35ead1e025a8f546562d9720c9db95a6242fe0.tar.bz2 |
Fix doxygen markup in KConfigWatcher
Diffstat (limited to 'src/core/kconfigwatcher.h')
-rw-r--r-- | src/core/kconfigwatcher.h | 6 |
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. |