stm32: dma: doxygen fixups

Use a single @defgroup for the "root" of a common heirarchy, and only
addtogroup for additions.  This prevents an alphabetically "first" entry
from being used as the documentation for the entire group.
This commit is contained in:
Karl Palsson 2020-12-02 00:04:44 +00:00
parent 382dde5a6d
commit 8435287300
3 changed files with 5 additions and 6 deletions

View File

@ -1,7 +1,4 @@
/** @addtogroup dma_file DMA peripheral API
@ingroup peripheral_apis
LGPL License Terms @ref lgpl_license
/** @addtogroup dma_file
*/
/*
* This file is part of the libopencm3 project.

View File

@ -1,5 +1,6 @@
/** @addtogroup dma_file DMA peripheral API
/** @defgroup dma_file DMA peripheral API
@ingroup peripheral_apis
@brief DMA library for the multi stream controller found in f2/f4/f7 parts.
@author @htmlonly © @endhtmlonly 2012
Ken Sarkies <ksarkies@internode.on.net>

View File

@ -1,5 +1,6 @@
/** @addtogroup dma_file DMA peripheral API
/** @defgroup dma_file DMA peripheral API
@ingroup peripheral_apis
@brief DMA library for the multi channel controller found in F0/1/3 & L/G parts.
@author @htmlonly &copy; @endhtmlonly 2010 Thomas Otto <tommi@viadmin.org>