axiethernet: Added @addtogroup tag with appropriate version information
Signed-off-by: Nava kishore Manne <navam@xilinx.com> Reviewed-by: Kedareswara rao Appana <appanad@xilinx.com>
This commit is contained in:
parent
fe3cd5aba2
commit
c1968cdda3
6 changed files with 19 additions and 0 deletions
|
@ -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,
|
|||
}
|
||||
|
||||
}
|
||||
/** @} */
|
||||
|
|
|
@ -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 */
|
||||
/** @} */
|
||||
|
|
|
@ -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)
|
|||
}
|
||||
}
|
||||
}
|
||||
/** @} */
|
||||
|
|
|
@ -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 */
|
||||
/** @} */
|
||||
|
|
|
@ -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 @@
|
|||
*
|
||||
*
|
||||
******************************************************************************/
|
||||
/** @} */
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
/** @} */
|
||||
|
|
Loading…
Add table
Reference in a new issue