summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/src/smartmedia.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/smartmedia.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/smartmedia.hcc')
-rw-r--r--Graphic_Equalizer/src/smartmedia.hcc6
1 files changed, 2 insertions, 4 deletions
diff --git a/Graphic_Equalizer/src/smartmedia.hcc b/Graphic_Equalizer/src/smartmedia.hcc
index efc0e3d..757cc17 100644
--- a/Graphic_Equalizer/src/smartmedia.hcc
+++ b/Graphic_Equalizer/src/smartmedia.hcc
@@ -35,12 +35,10 @@
#include "eventhandler_shared.hch"
#include "display.hch" /* FIXME: temporary include, needs to be moved to 'init' */
-/*! \fn unsigned 1 smartmedia_init(void);
+/*! \fn unsigned 1 smartmedia_init(void);
* \brief We here initialize the Smart Media card and verify wether the
* card is inserted and such.
*
- * \param void None.
- *
* \return We return 0 on success, 1 on error.
* \retval unsigned 1
*/
@@ -65,7 +63,7 @@ unsigned 1 smartmedia_init(void) {
/*! \fn void smartmedia_loaddata(skindata_t *skindata);
* \brief We load our memory with skin and help data from the smartmedia.
*
- * \param skindata_t *skindata pointer to skindata struct.
+ * \param *skindata skindata like boundries and colors of elements.
*
* \return void
* \retval void