From 5b9d1ddde859ff783f95babf1887fa40e6bfe0be Mon Sep 17 00:00:00 2001 From: zecke Date: Wed, 16 Apr 2003 10:59:24 +0000 Subject: API docu fixes... if using \fn infront of a function make sure to name the right function ljp please see my comment in oticker about constness --- (limited to 'libopie/colorpopupmenu.h') diff --git a/libopie/colorpopupmenu.h b/libopie/colorpopupmenu.h index 184b132..3e90c5e 100644 --- a/libopie/colorpopupmenu.h +++ b/libopie/colorpopupmenu.h @@ -68,7 +68,7 @@ public: OColorPanelButton(const QColor& color, QWidget* parent = 0, const char* name = 0); /** - * @fn ~ColorPanelButton() + * @fn ~OColorPanelButton() * @brief Object destructor. */ ~OColorPanelButton(); @@ -107,11 +107,11 @@ public: void leaveEvent(QEvent* e); /** - * @fn paintEvent( QEvent* e ) + * @fn paintEvent( QPaintEvent* e ) * @brief Reimplemented for internal reasons. * * @param e Event currently being processed. - * + * @reimp * Reimplemented to ensure correct display of button. */ void paintEvent(QPaintEvent* e); -- cgit v0.9.0.2