]> git.proxmox.com Git - mirror_edk2.git/commit
Fix issue broken doxygen parsing. The issue is that when declaring a function pointer...
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 24 Jun 2008 04:01:35 +0000 (04:01 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 24 Jun 2008 04:01:35 +0000 (04:01 +0000)
commit6de794cd4a794aa4c8008c408fde2ba0582d07d4
tree10bb91ef39368c1541c25a03cffc4c02db88c0b5
parent813acf3a9a99e97ab200c7e222ee96810a9aa3fd
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
MdePkg/Include/Pi/PiPeiCis.h