From 426a12de6b6de40e576424b0a6391f528dc8a1ed Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sun, 10 Mar 2013 20:17:24 +0100 Subject: doxygen fixes --- include/gadc/lld/gadc_lld.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/gadc/lld/gadc_lld.h') diff --git a/include/gadc/lld/gadc_lld.h b/include/gadc/lld/gadc_lld.h index f9cc8b47..d32928c1 100644 --- a/include/gadc/lld/gadc_lld.h +++ b/include/gadc/lld/gadc_lld.h @@ -103,11 +103,12 @@ void gadc_lld_init(void); * @brief Get the number of samples in a conversion. * @details Calculates and returns the number of samples per conversion for the specified physdev. * - * @param[in] physdev A value passed to describe which physical ADC devices/channels to use. - * * @note A physdev describing a mono device would return 1, a stereo device would return 2. * For most ADC's physdev is a bitmap so it is only a matter of counting the bits. * + * @param[in] physdev A value passed to describe which physical ADC devices/channels to use. + * + * @return Number of samples of the convesion * @api */ size_t gadc_lld_samples_per_conversion(uint32_t physdev); -- cgit v1.2.3