aboutsummaryrefslogtreecommitdiffstats
path: root/include/gaudin/lld/gaudin_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gaudin/lld/gaudin_lld.h')
-rw-r--r--include/gaudin/lld/gaudin_lld.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/gaudin/lld/gaudin_lld.h b/include/gaudin/lld/gaudin_lld.h
index 2b2db86e..0a4bce3d 100644
--- a/include/gaudin/lld/gaudin_lld.h
+++ b/include/gaudin/lld/gaudin_lld.h
@@ -50,14 +50,15 @@ typedef struct gaudin_params_t {
size_t bufcount;
size_t samplesPerEvent;
} gaudin_params;
-/* @} */
+/** @} */
/**
* @brief These routines are the callbacks that the driver uses.
* @details Defined in the high level GAUDIN code.
*
- * @icode
+ * @iclass
* @notapi
+ *
* @{
*/
extern void GAUDIN_ISR_CompleteI(audin_sample_t *buffer, size_t n);