Retain @details only in the primary header file. Removed all other instances
Signed-off-by: Nava kishore Manne <navam@xilinx.com> Reviewed-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
This commit is contained in:
parent
2b86552aef
commit
88a48effad
8 changed files with 0 additions and 8 deletions
|
@ -35,7 +35,6 @@
|
|||
* @file xemaclite.c
|
||||
* @addtogroup emaclite_v4_0
|
||||
* @{
|
||||
* @details
|
||||
*
|
||||
* Functions in this file are the minimum required functions for the EmacLite
|
||||
* driver. See xemaclite.h for a detailed description of the driver.
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
* @file xemaclite_g.c
|
||||
* @addtogroup emaclite_v4_0
|
||||
* @{
|
||||
* @details
|
||||
*
|
||||
* This file contains a configuration table that specifies the configuration
|
||||
* of EmacLite devices in the system.
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
* @file xemaclite_i.h
|
||||
* @addtogroup emaclite_v4_0
|
||||
* @{
|
||||
* @details
|
||||
*
|
||||
* This header file contains internal identifiers, which are those shared
|
||||
* between the files of the driver. It is intended for internal use only.
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
* @file xemaclite_intr.c
|
||||
* @addtogroup emaclite_v4_0
|
||||
* @{
|
||||
* @details
|
||||
*
|
||||
* Functions in this file are for the interrupt driven processing functionality.
|
||||
* See xemaclite.h for a detailed description of the driver.
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
* @file xemaclite_l.c
|
||||
* @addtogroup emaclite_v4_0
|
||||
* @{
|
||||
* @details
|
||||
*
|
||||
* This file contains the minimal, polled functions to send and receive Ethernet
|
||||
* frames.
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
* @file xemaclite_l.h
|
||||
* @addtogroup emaclite_v4_0
|
||||
* @{
|
||||
* @details
|
||||
*
|
||||
* This header file contains identifiers and basic driver functions and macros
|
||||
* that can be used to access the Xilinx Ethernet Lite 10/100 MAC (EmacLite).
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
* @file xemaclite_selftest.c
|
||||
* @addtogroup emaclite_v4_0
|
||||
* @{
|
||||
* @details
|
||||
*
|
||||
* Function(s) in this file are the required functions for the EMAC Lite
|
||||
* driver sefftest for the hardware.
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
* @file xemaclite_sinit.c
|
||||
* @addtogroup emaclite_v4_0
|
||||
* @{
|
||||
* @details
|
||||
*
|
||||
* This file contains the implementation of the XEmacLite driver's static
|
||||
* initialization functionality.
|
||||
|
|
Loading…
Add table
Reference in a new issue