From 68ed01638c9a49cc758552aa53032e196241414c Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Fri, 26 May 2017 19:55:25 +0200 Subject: [PATCH] API dox: Use doxygen notation to have comments used --- src/plasmaquick/configmodel.h | 2 +- src/plasmaquick/dialog.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plasmaquick/configmodel.h b/src/plasmaquick/configmodel.h index f95649fe9..318f2fdca 100644 --- a/src/plasmaquick/configmodel.h +++ b/src/plasmaquick/configmodel.h @@ -52,7 +52,7 @@ class ConfigCategoryPrivate; class ConfigModelPrivate; class ConfigCategory; -/* +/** * This model contains all the possible config categories for a dialog, * such as categories of the config dialog for an Applet * TODO: it should probably become an import instead of a library? diff --git a/src/plasmaquick/dialog.h b/src/plasmaquick/dialog.h index e86a4902b..e99876187 100644 --- a/src/plasmaquick/dialog.h +++ b/src/plasmaquick/dialog.h @@ -223,7 +223,7 @@ Q_SIGNALS: void windowDeactivated(); protected: - /* + /** * set the dialog position. subclasses may change it. ToolTipDialog adjusts the position in an animated way */ virtual void adjustGeometry(const QRect &geom);