diff options
author | jgong5 <jgong5@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-29 03:49:50 +0000 |
---|---|---|
committer | jgong5 <jgong5@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-29 03:49:50 +0000 |
commit | ca9d3a9dedfc5f19d574f29bae062e9bef33bb99 (patch) | |
tree | 1436853d2dd74c10aa0710942e85324ada015bbb /MdeModulePkg/Library/DxeUdpIoLib | |
parent | b9008c87ebabcdd2bde1b8a7fd6497a8bbb20b1e (diff) | |
download | edk2-platforms-ca9d3a9dedfc5f19d574f29bae062e9bef33bb99.tar.xz |
Add () after function name so that Doxygen can create reference in doc.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7145 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library/DxeUdpIoLib')
-rw-r--r-- | MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c b/MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c index 21af998d25..9d924a5149 100644 --- a/MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c +++ b/MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c @@ -198,7 +198,7 @@ UdpIoOnDgramRcvdDpc ( }
/**
- Request UdpIoOnDgramRcvdDpc as a DPC at TPL_CALLBACK.
+ Request UdpIoOnDgramRcvdDpc() as a DPC at TPL_CALLBACK.
@param Event The UDP receive request event.
@param Context The UDP RX token.
|