CVS commit by winterz: Minor changes to the comments to make doxygen happy. M +4 -6 interfaces/plugin.h 1.41 M +1 -0 interfaces/uniqueapphandler.h 1.3 M +1 -1 src/iconsidepane.h 1.11 --- kdepim/kontact/interfaces/plugin.h #1.40:1.41 @@ -60,8 +60,8 @@ class Plugin : public QObject, virtual p public: /** - Creates a new Plugin, note that @param name is required if + Creates a new Plugin, note that name parameter name is required if you want your plugin to do dcop via it's own instance of - @ref DCOPClient by calling @ref dcopClient. - @note @ref name MUST be the name of the application that + @see DCOPClient by calling @see dcopClient. + @note @see name MUST be the name of the application that provides the part! This is the name used for DCOP registration. It's ok to have several plugins using the same application name. @@ -169,6 +169,4 @@ class Plugin : public QObject, virtual p Reimplement this method if you want to add a widget for your application to Kontact's summary page. - - @param parent parent widget. */ virtual Summary *createSummaryWidget( QWidget * /*parent*/ ) { return 0; } --- kdepim/kontact/interfaces/uniqueapphandler.h #1.2:1.3 @@ -94,4 +94,5 @@ public: * @param factory templatized factory to create the handler. Example: * ... Note that the watcher takes ownership of the factory. + * @param plugin is the plugin application */ UniqueAppWatcher( UniqueAppHandlerFactoryBase* factory, Plugin* plugin ); --- kdepim/kontact/src/iconsidepane.h #1.10:1.11 @@ -39,5 +39,5 @@ class Plugin; /** - A @ref QListBoxPixmap Square Box with a large icon and a text + A @see QListBoxPixmap Square Box with a large icon and a text underneath. */