From afe9822173db7fb874a398819ab7b263d62abf94 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Tue, 30 Aug 2011 00:09:07 -0400 Subject: dma.c: Fix Doxygen syntax for dma_get_irq_cause(). --- libmaple/dma.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmaple') diff --git a/libmaple/dma.c b/libmaple/dma.c index 969f9ca..60f4d47 100644 --- a/libmaple/dma.c +++ b/libmaple/dma.c @@ -210,8 +210,8 @@ void dma_detach_interrupt(dma_dev *dev, dma_channel channel) { * the cause of the interrupt; consequently, it can only be called * once per interrupt handler invocation. * - * @brief dev DMA device - * @brief channel Channel whose interrupt is being handled. + * @param dev DMA device + * @param channel Channel whose interrupt is being handled. * @return Reason why the interrupt fired. * @sideeffect Clears channel status flags in dev->regs->ISR. * @see dma_attach_interrupt() -- cgit v1.2.3