audk/MdePkg/Include
klu2 dc53faa3a2 Fix doxygen issue:
1) comment for structure should be in doxygen format, such as /// , /**, /*!
2) comment for data field of structure should in doxygen format.
3) should not exist blank between ") (" when declaring a type of function point.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5363 6f19259b-4bc3-4df7-8a09-765794883524
2008-06-24 04:37:24 +00:00
..
Ebc CHAR8 is defined as "1-byte Character" in UEFI spec, but not "unsigned Character". Most compiler treats "char" as signed unless overide by compiler options. Most compiler generate warnings for statement like "CHAR8 *S = "Hello"". In addition, we have defined CHAR8 as char for processor arch such as IA32, X64 and IPF in EDK II. 2008-06-05 01:57:08 +00:00
Guid [Description] 2008-04-03 04:56:34 +00:00
Ia32 Use #if...#else to not confuse some lint tools for definition of EFIAPI 2008-06-02 02:22:31 +00:00
IndustryStandard Remove the tailing ',' and redudant ';' to ensure the code pass EBC's -Za option (Enforces strict conformance to the ANSI standard for C). 2008-06-04 10:06:19 +00:00
Ipf Add FUNCTION_ENTRY_POINT macro 2007-11-27 02:48:59 +00:00
Library Merged in the following trackers from EDK: 2008-06-23 09:38:38 +00:00
Pi Fix doxygen issue: 2008-06-24 04:37:24 +00:00
Ppi Remove the tailing ',' and redudant ';' to ensure the code pass EBC's -Za option (Enforces strict conformance to the ANSI standard for C). 2008-06-04 10:06:19 +00:00
Protocol Merged in the following trackers from EDK: 2008-06-23 09:38:38 +00:00
Uefi Merged in the following trackers from EDK: 2008-06-23 09:38:38 +00:00
x64 Add FUNCTION_ENTRY_POINT macro 2007-11-27 02:48:59 +00:00
Base.h Merged in the following trackers from EDK: 2008-06-23 09:38:38 +00:00
PiDxe.h Update the comments of PiDxe.h, PiPei.h and Uefi.h. 2007-08-22 08:45:48 +00:00
PiPei.h Move the EFI_PEI_STARTUP_DESCRIPTOR into IntelFrameworkPkg. 2007-10-16 02:48:00 +00:00
Uefi.h Update the comments of PiDxe.h, PiPei.h and Uefi.h. 2007-08-22 08:45:48 +00:00