From 69f6f4962768353dbe2ae7a0f76a85a54913f75f Mon Sep 17 00:00:00 2001 From: Nava kishore Manne Date: Fri, 7 Aug 2015 15:23:49 +0530 Subject: [PATCH] Move @details before driver description Move @details before driver description Signed-off-by: Nava kishore Manne Reviewed-by: Punnaiah Choudary Kalluri --- XilinxProcessorIPLib/drivers/zdma/src/xzdma.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/XilinxProcessorIPLib/drivers/zdma/src/xzdma.h b/XilinxProcessorIPLib/drivers/zdma/src/xzdma.h index 70b43e78..1441e426 100644 --- a/XilinxProcessorIPLib/drivers/zdma/src/xzdma.h +++ b/XilinxProcessorIPLib/drivers/zdma/src/xzdma.h @@ -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.