API dox: Use doxygen notation to have comments used

This commit is contained in:
Friedrich W. H. Kossebau 2017-05-26 19:55:25 +02:00
parent fcee026657
commit 68ed01638c
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ class ConfigCategoryPrivate;
class ConfigModelPrivate; class ConfigModelPrivate;
class ConfigCategory; class ConfigCategory;
/* /**
* This model contains all the possible config categories for a dialog, * This model contains all the possible config categories for a dialog,
* such as categories of the config dialog for an Applet * such as categories of the config dialog for an Applet
* TODO: it should probably become an import instead of a library? * TODO: it should probably become an import instead of a library?

View File

@ -223,7 +223,7 @@ Q_SIGNALS:
void windowDeactivated(); void windowDeactivated();
protected: protected:
/* /**
* set the dialog position. subclasses may change it. ToolTipDialog adjusts the position in an animated way * set the dialog position. subclasses may change it. ToolTipDialog adjusts the position in an animated way
*/ */
virtual void adjustGeometry(const QRect &geom); virtual void adjustGeometry(const QRect &geom);