aboutsummaryrefslogtreecommitdiffstats
path: root/src/gadc
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-05-20 18:05:38 +0200
committerJoel Bodenmann <joel@unormal.org>2014-05-20 18:05:38 +0200
commit0b204ed8e39d900c22f11e02c47de970648dbb31 (patch)
treefa224cd16e999518a80339a9c1d6c70e3d04972e /src/gadc
parent9781c31f3b2923b2dc397adf2dd12235f039ce56 (diff)
downloaduGFX-0b204ed8e39d900c22f11e02c47de970648dbb31.tar.gz
uGFX-0b204ed8e39d900c22f11e02c47de970648dbb31.tar.bz2
uGFX-0b204ed8e39d900c22f11e02c47de970648dbb31.zip
Reworking the GWIN doxygen documentation.
Diffstat (limited to 'src/gadc')
-rw-r--r--src/gadc/driver.h4
-rw-r--r--src/gadc/sys_defs.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/gadc/driver.h b/src/gadc/driver.h
index e85eed48..77604b9f 100644
--- a/src/gadc/driver.h
+++ b/src/gadc/driver.h
@@ -36,7 +36,7 @@ typedef struct GadcTimerJob_t {
size_t todo; // @< How many conversions to do
size_t done; // @< How many conversions have already been done
} GadcTimerJob;
-/* @} */
+/** @} */
/**
* @brief The structure passed to do a single conversion
@@ -46,7 +46,7 @@ typedef struct GadcNonTimerJob_t {
uint32_t physdev; // @< The physical device/s. The exact meaning of physdev is hardware dependent.
adcsample_t *buffer; // @< Where to put the samples.
} GadcNonTimerJob;
-/* @} */
+/** @} */
/*===========================================================================*/
/* External declarations. */
diff --git a/src/gadc/sys_defs.h b/src/gadc/sys_defs.h
index b1d1ba1c..1f40f6df 100644
--- a/src/gadc/sys_defs.h
+++ b/src/gadc/sys_defs.h
@@ -178,7 +178,7 @@ void gadcHighSpeedSetISRCallback(GADCISRCallbackFunction isrfn);
*/
GDataBuffer *gadcHighSpeedGetData(delaytime_t ms);
GDataBuffer *gadcHighSpeedGetDataI(void);
-/* @} */
+/** @} */
/**
* @brief Start the high speed ADC conversions.