mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-28 16:14:04 +02:00
Synchronize comments with .h and .c file. Even format differences will lead doxygen think they are different comment and generate two copy comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6694 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
b5a1d1d94a
commit
3745e1a61e
@ -41,12 +41,12 @@
|
|||||||
returned or undefined result may occur during the execution of the procedure.
|
returned or undefined result may occur during the execution of the procedure.
|
||||||
This function is only available on IPF.
|
This function is only available on IPF.
|
||||||
|
|
||||||
@param Index The PAL procedure Index number.
|
@param Index The PAL procedure Index number.
|
||||||
@param Arg2 The 2nd parameter for PAL procedure calls.
|
@param Arg2 The 2nd parameter for PAL procedure calls.
|
||||||
@param Arg3 The 3rd parameter for PAL procedure calls.
|
@param Arg3 The 3rd parameter for PAL procedure calls.
|
||||||
@param Arg4 The 4th parameter for PAL procedure calls.
|
@param Arg4 The 4th parameter for PAL procedure calls.
|
||||||
|
|
||||||
@return Structure returned from the PAL Call procedure, including the status and return value.
|
@return structure returned from the PAL Call procedure, including the status and return value.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
PAL_CALL_RETURN
|
PAL_CALL_RETURN
|
||||||
|
@ -42,12 +42,12 @@ UINT64 mPalProcEntry;
|
|||||||
returned or undefined result may occur during the execution of the procedure.
|
returned or undefined result may occur during the execution of the procedure.
|
||||||
This function is only available on IPF.
|
This function is only available on IPF.
|
||||||
|
|
||||||
@param Index The PAL procedure Index number.
|
@param Index The PAL procedure Index number.
|
||||||
@param Arg2 The 2nd parameter for PAL procedure calls.
|
@param Arg2 The 2nd parameter for PAL procedure calls.
|
||||||
@param Arg3 The 3rd parameter for PAL procedure calls.
|
@param Arg3 The 3rd parameter for PAL procedure calls.
|
||||||
@param Arg4 The 4th parameter for PAL procedure calls.
|
@param Arg4 The 4th parameter for PAL procedure calls.
|
||||||
|
|
||||||
@return Structure returned from the PAL Call procedure, including the status and return value.
|
@return structure returned from the PAL Call procedure, including the status and return value.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
PAL_CALL_RETURN
|
PAL_CALL_RETURN
|
||||||
|
Loading…
x
Reference in New Issue
Block a user