aboutsummaryrefslogtreecommitdiffstats
path: root/src/gadc/driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gadc/driver.h')
-rw-r--r--src/gadc/driver.h4
1 files changed, 2 insertions, 2 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. */