summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/src/display.hcc
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2004-11-29 11:55:17 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2004-11-29 11:55:17 (GMT)
commitff515c2c1b9c456843322f2b751a29f18e8e1b0e (patch)
treea42b205c7a11cf4612521eeb92545fd93d52ae6f /Graphic_Equalizer/src/display.hcc
parent6070a88110a13051492438d6654d6e0e7d56e163 (diff)
downloadTASS-ff515c2c1b9c456843322f2b751a29f18e8e1b0e.zip
TASS-ff515c2c1b9c456843322f2b751a29f18e8e1b0e.tar.gz
TASS-ff515c2c1b9c456843322f2b751a29f18e8e1b0e.tar.bz2
added doxygen html generated documenation
fixe doxygen tags.
Diffstat (limited to 'Graphic_Equalizer/src/display.hcc')
-rw-r--r--Graphic_Equalizer/src/display.hcc21
1 files changed, 11 insertions, 10 deletions
diff --git a/Graphic_Equalizer/src/display.hcc b/Graphic_Equalizer/src/display.hcc
index 98145a8..8aafea4 100644
--- a/Graphic_Equalizer/src/display.hcc
+++ b/Graphic_Equalizer/src/display.hcc
@@ -48,14 +48,15 @@ chan unsigned 1 maskupdate_notification;
-/*! \fn void display_main(skindata_t *skindata, audiodata_t *audiodata,
- * events_t *events, mousedata_t *mousedata)
+/*! \fn void display_main(skindata_t *skindata, audiodata_t *audiodata, events_t *events, mousedata_t *mousedata)
*
* \brief This routine handles all drawing of pixels. It never returns!
*
- * \param events_t *events struct with all events.
- * \param mousedata_t *mousedata struct with coordinates to current
- * X en Y.
+ * \param *skindata struct with all skin information.
+ * \param *audiodata struct with (i)fft data to be drawn.
+ * \param *events struct with all events.
+ * \param *mousedata struct with coordinates to current.
+ * X en Y.
*
* \return Never Returns.
* \retval void
@@ -321,14 +322,14 @@ void display_main(skindata_t *skindata, audiodata_t *audiodata, events_t *events
-/*! \fn void reload_equalizer(events_t *events,
- * unsigned 4 *equalizer_levels)
+/*! \fn void reload_equalizer(events_t *events, unsigned 4 *equalizer_levels)
+
* \brief This function copies the supplied equalizer values to the array
* used for displaying equalizer data.
*
- * \param events_t *events events struct
- * \param unsigned 4 *equalizer_levels pointer to 128 entries where
- * equalizer is to be copied from.
+ * \param *events events struct
+ * \param *equalizer_levels pointer to 128 entries where equalizer
+ * is to be copied from.
*
* \return void
* \retval void