Move @details before driver description

Move @details before driver description

Signed-off-by: Nava kishore Manne <navam@xilinx.com>
Reviewed-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
This commit is contained in:
Nava kishore Manne 2015-08-07 15:23:49 +05:30 committed by Nava kishore Manne
parent 6c9a54d19b
commit 69f6f49627

View file

@ -32,6 +32,11 @@
/*****************************************************************************/
/**
*
* @file xzdma.h
* @addtogroup zdma_v1_0
* @{
* @details
*
* ZDMA is a general purpose DMA designed to support memory to memory and memory
* to IO buffer transfers. ALTO has two instance of general purpose ZDMA.
* One is located in FPD (full power domain) which is GDMA and other is located
@ -93,11 +98,6 @@
* The XZDma driver is composed of several source files. This allows the user
* to build and link only those parts of the driver that are necessary.
*
* @file xzdma.h
* @addtogroup zdma_v1_0
* @{
* @details
*
* This header file contains identifiers and register-level driver functions (or
* macros), range macros, structure typedefs that can be used to access the
* Xilinx ZDMA core instance.