From c1968cdda3a49044d66edf9234d803d8545fd568 Mon Sep 17 00:00:00 2001 From: Nava kishore Manne Date: Thu, 13 Aug 2015 14:56:47 +0530 Subject: [PATCH] axiethernet: Added @addtogroup tag with appropriate version information Signed-off-by: Nava kishore Manne Reviewed-by: Kedareswara rao Appana --- XilinxProcessorIPLib/drivers/axiethernet/src/xaxiethernet.c | 3 +++ XilinxProcessorIPLib/drivers/axiethernet/src/xaxiethernet.h | 4 ++++ .../drivers/axiethernet/src/xaxiethernet_control.c | 3 +++ .../drivers/axiethernet/src/xaxiethernet_hw.h | 3 +++ .../drivers/axiethernet/src/xaxiethernet_porting_guide.h | 3 +++ .../drivers/axiethernet/src/xaxiethernet_sinit.c | 3 +++ 6 files changed, 19 insertions(+) diff --git a/XilinxProcessorIPLib/drivers/axiethernet/src/xaxiethernet.c b/XilinxProcessorIPLib/drivers/axiethernet/src/xaxiethernet.c index 263d234d..2de0e6b4 100644 --- a/XilinxProcessorIPLib/drivers/axiethernet/src/xaxiethernet.c +++ b/XilinxProcessorIPLib/drivers/axiethernet/src/xaxiethernet.c @@ -32,6 +32,8 @@ /** * * @file xaxiethernet.c +* @addtogroup axiethernet_v5_0 +* @{ * * The APIs in this file takes care of the primary functionalities of the driver. * The APIs in this driver take care of the following: @@ -1769,3 +1771,4 @@ void XAxiEthernet_PhyWrite(XAxiEthernet *InstancePtr, u32 PhyAddress, } } +/** @} */ diff --git a/XilinxProcessorIPLib/drivers/axiethernet/src/xaxiethernet.h b/XilinxProcessorIPLib/drivers/axiethernet/src/xaxiethernet.h index 6c9722c8..2693a1df 100644 --- a/XilinxProcessorIPLib/drivers/axiethernet/src/xaxiethernet.h +++ b/XilinxProcessorIPLib/drivers/axiethernet/src/xaxiethernet.h @@ -32,6 +32,9 @@ /** * * @file xaxiethernet.h +* @addtogroup axiethernet_v5_0 +* @{ +* @details * * The Xilinx AXI Ethernet MAC driver component. This driver supports hard * Ethernet core for Virtex-6(TM) devices and soft Ethernet core for @@ -1481,3 +1484,4 @@ void XAxiEthernet_DumpExtMulticastGroup(XAxiEthernet *InstancePtr); #endif #endif /* end of protection macro */ +/** @} */ diff --git a/XilinxProcessorIPLib/drivers/axiethernet/src/xaxiethernet_control.c b/XilinxProcessorIPLib/drivers/axiethernet/src/xaxiethernet_control.c index 293cb200..f4a73f25 100644 --- a/XilinxProcessorIPLib/drivers/axiethernet/src/xaxiethernet_control.c +++ b/XilinxProcessorIPLib/drivers/axiethernet/src/xaxiethernet_control.c @@ -32,6 +32,8 @@ /** * * @file xaxiethernet_control.c +* @addtogroup axiethernet_v5_0 +* @{ * * This file has driver APIs related to the controlling of the extended * features of the AXI Ethernet device. Please note that APIs for turning on/off @@ -1710,3 +1712,4 @@ void XAxiEthernet_DumpExtMulticastGroup(XAxiEthernet *InstancePtr) } } } +/** @} */ diff --git a/XilinxProcessorIPLib/drivers/axiethernet/src/xaxiethernet_hw.h b/XilinxProcessorIPLib/drivers/axiethernet/src/xaxiethernet_hw.h index 824c6968..8978700d 100644 --- a/XilinxProcessorIPLib/drivers/axiethernet/src/xaxiethernet_hw.h +++ b/XilinxProcessorIPLib/drivers/axiethernet/src/xaxiethernet_hw.h @@ -32,6 +32,8 @@ /** * * @file xaxiethernet_hw.h +* @addtogroup axiethernet_v5_0 +* @{ * * This header file contains identifiers and macros that can be used to access * the Axi Ethernet device. The driver APIs/functions are defined in @@ -958,3 +960,4 @@ xdbg_stmnt(extern int indent_on); #endif #endif /* end of protection macro */ +/** @} */ diff --git a/XilinxProcessorIPLib/drivers/axiethernet/src/xaxiethernet_porting_guide.h b/XilinxProcessorIPLib/drivers/axiethernet/src/xaxiethernet_porting_guide.h index 1945a931..8d90c151 100644 --- a/XilinxProcessorIPLib/drivers/axiethernet/src/xaxiethernet_porting_guide.h +++ b/XilinxProcessorIPLib/drivers/axiethernet/src/xaxiethernet_porting_guide.h @@ -33,6 +33,8 @@ /** * * @file xaxiethernet_porting_guide.h +* @addtogroup axiethernet_v5_0 +* @{ * * This is a guide on how to move from using the ll temac driver to use the * xaxiethernet driver. @@ -178,3 +180,4 @@ * * ******************************************************************************/ +/** @} */ diff --git a/XilinxProcessorIPLib/drivers/axiethernet/src/xaxiethernet_sinit.c b/XilinxProcessorIPLib/drivers/axiethernet/src/xaxiethernet_sinit.c index f3f0af05..7b462d52 100644 --- a/XilinxProcessorIPLib/drivers/axiethernet/src/xaxiethernet_sinit.c +++ b/XilinxProcessorIPLib/drivers/axiethernet/src/xaxiethernet_sinit.c @@ -32,6 +32,8 @@ /** * * @file xaxiethernet_sinit.c +* @addtogroup axiethernet_v5_0 +* @{ * * This file contains static initialzation functionality for Axi Ethernet driver. * @@ -93,3 +95,4 @@ XAxiEthernet_Config *XAxiEthernet_LookupConfig(u16 DeviceId) return (CfgPtr); } +/** @} */