mirror of https://github.com/acidanthera/audk.git
Add missing @param to function header comment.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11203 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
4eed2dbd89
commit
e25fb2c06c
|
@ -69,7 +69,8 @@ SerialPortReadRegister (
|
||||||
parameter Offset is added to the base address of the 16550 registers that is specified
|
parameter Offset is added to the base address of the 16550 registers that is specified
|
||||||
by PcdSerialRegisterBase.
|
by PcdSerialRegisterBase.
|
||||||
|
|
||||||
@param Offset The offset of the 16550 register to read.
|
@param Offset The offset of the 16550 register to write.
|
||||||
|
@param Value The value to write to the 16550 register specified by Offset.
|
||||||
|
|
||||||
@return The value written to the 16550 register.
|
@return The value written to the 16550 register.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue