mirror of https://github.com/acidanthera/audk.git
Fix doxgen format issue.
Signed-off-by: vanjeff git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13112 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
5aab2d5094
commit
a9c7ab95ea
|
@ -61,8 +61,11 @@ InternalPrintMessage (
|
|||
/**
|
||||
Find and display image base address and return image base and its entry point.
|
||||
|
||||
@return EFI_SUCCESS Image base address.
|
||||
@return 0 Image header cannot be found.
|
||||
@param CurrentEip Current instruction pointer.
|
||||
@param EntryPoint Return module entry point if module header is found.
|
||||
|
||||
@return !0 Image base address.
|
||||
@return 0 Image header cannot be found.
|
||||
**/
|
||||
UINTN
|
||||
FindModuleImageBase (
|
||||
|
|
|
@ -72,8 +72,11 @@ InternalPrintMessage (
|
|||
/**
|
||||
Find and display image base address and return image base and its entry point.
|
||||
|
||||
@return EFI_SUCCESS Image base address.
|
||||
@return 0 Image header cannot be found.
|
||||
@param CurrentEip Current instruction pointer.
|
||||
@param EntryPoint Return module entry point if module header is found.
|
||||
|
||||
@return !0 Image base address.
|
||||
@return 0 Image header cannot be found.
|
||||
**/
|
||||
UINTN
|
||||
FindModuleImageBase (
|
||||
|
|
|
@ -68,8 +68,8 @@ CommonExceptionHandler (
|
|||
|
||||
This API will setups the CPU exception handler to display CPU contents and run into
|
||||
CpuDeadLoop().
|
||||
@Note: Before invoking this API, caller must allocate memory for IDT table and load
|
||||
IDTR by AsmWriteIdtr().
|
||||
Note: Before invoking this API, caller must allocate memory for IDT table and load
|
||||
IDTR by AsmWriteIdtr().
|
||||
|
||||
**/
|
||||
VOID
|
||||
|
|
|
@ -49,8 +49,8 @@ CommonExceptionHandler (
|
|||
|
||||
This API will setups the CPU exception handler to display CPU contents and run into
|
||||
CpuDeadLoop().
|
||||
@Note: Before invoking this API, caller must allocate memory for IDT table and load
|
||||
IDTR by AsmWriteIdtr().
|
||||
Note: Before invoking this API, caller must allocate memory for IDT table and load
|
||||
IDTR by AsmWriteIdtr().
|
||||
|
||||
**/
|
||||
VOID
|
||||
|
|
Loading…
Reference in New Issue