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
This commit is contained in:
jgong5
2008-12-29 03:49:50 +00:00
parent b9008c87eb
commit ca9d3a9ded
2 changed files with 8 additions and 8 deletions

View File

@@ -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.