API dox: Use doxygen notation to have comments used
This commit is contained in:
parent
fcee026657
commit
68ed01638c
@ -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?
|
||||||
|
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user