diff options
Diffstat (limited to 'src/gadc')
-rw-r--r-- | src/gadc/driver.h | 4 | ||||
-rw-r--r-- | src/gadc/sys_defs.h | 2 |
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. |