audk/MdePkg
klu2 6de794cd4a Fix issue broken doxygen parsing. The issue is that when declaring a function pointer type, the "(" for parameter should follows ")" of function type name without any blank, for example:
Bad: "typedef EFI_STATUS (EFIAPI name) (parameter list)"
GOOD: "typedef EFI_STATUS (EFIAPI name)(parameter list)"

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5362 6f19259b-4bc3-4df7-8a09-765794883524
2008-06-24 04:01:35 +00:00
..
Include Fix issue broken doxygen parsing. The issue is that when declaring a function pointer type, the "(" for parameter should follows ")" of function type name without any blank, for example: 2008-06-24 04:01:35 +00:00
Library Merged in the following trackers from EDK: 2008-06-23 09:38:38 +00:00
ChangeLog.txt added a log for EDK_4067: Non-Compatible: qwang12 2007-10-11 08:50:44 +00:00
MdePkg.dec Remove two duplicated GUIDs. 2008-06-04 01:18:56 +00:00
MdePkg.dsc 1) Cleanup HiiLib, IfrSupportLib. 2008-02-02 13:11:49 +00:00
MdePkg.nspd Add Hardware Error Variable defined in UEFI 2.1 spec 2007-09-17 03:36:56 +00:00