Fixed file description and applied doxygen style

Removed old style file description and documnetation and apply
doxygen synatx.

Change-Id: I3ac9f06d4f574bf3c79c6f6044cec3a7e2f6e4c8
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2015-12-04 10:09:39 -05:00
commit 275ca60b08
182 changed files with 796 additions and 796 deletions

View file

@ -1,5 +1,3 @@
/* arcv2_irq_unit.c - ARCv2 Interrupt Unit device driver */
/*
* Copyright (c) 2014 Wind River Systems, Inc.
*
@ -16,8 +14,10 @@
* limitations under the License.
*/
/*
* DESCRIPTION
/**
* @file
* @brief ARCv2 Interrupt Unit device driver
*
* The ARCv2 interrupt unit has 16 allocated exceptions associated with
* vectors 0 to 15 and 240 interrupts associated with vectors 16 to 255.
* The interrupt unit is optional in the ARCv2-based processors. When

View file

@ -1,5 +1,3 @@
/* i8259.c - Disable Intel 8259A PIC (Programmable Interrupt Controller) */
/*
* Copyright (c) 2010-2015 Wind River Systems, Inc.
*
@ -16,8 +14,10 @@
* limitations under the License.
*/
/*
* DESCRIPTION
/**
* @file
* @brief Disable Intel 8259A PIC (Programmable Interrupt Controller)
*
* This module disables the Intel 8259A PIC (Programmable Interrupt Controller)
* to prevent it from generating spurious interrupts.
*/

View file

@ -1,5 +1,3 @@
/* loApicIntr.c - Intel Pentium[234] Local APIC/xAPIC driver */
/*
* Copyright (c) 1984-2008, 2011-2015 Wind River Systems, Inc.
*
@ -16,8 +14,10 @@
* limitations under the License.
*/
/*
* DESCRIPTION
/**
* @file
* @brief LoApicIntr.c - Intel Pentium[234] Local APIC/xAPIC driver
*
* This module is a driver for the local APIC/xAPIC (Advanced Programmable
* Interrupt Controller) in P6 (PentiumPro, II, III) family processors
* and P7 (Pentium4) family processors. The local APIC/xAPIC is included

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
/*
/**
* @file
* @brief system module for variants with LOAPIC
*