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 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?
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user