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:
Nava kishore Manne 2015-08-07 14:18:48 +05:30 committed by Nava kishore Manne
parent 2b86552aef
commit 88a48effad
8 changed files with 0 additions and 8 deletions

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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).

View file

@ -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.

View file

@ -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.