Fix doxygen comment for structure and macro

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6093 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2
2008-10-09 18:09:49 +00:00
parent 8b6c989b0d
commit 3354353d4d
14 changed files with 90 additions and 253 deletions

View File

@@ -232,15 +232,6 @@ EFI_STATUS
configuration changes to take affect. Figure 2-1 below shows all the possible
health states of a controller and the legal transitions between the health states.
@param GetHealthStatus Retrieves the health status of a controller in the
platform. This function can also optionally return
warning messages, error messages, and a set of HII
Forms that may be repair a controller that is not
properly configured.
@param Repair Performs a repair operation on a controller in the
platform. This function can optionally report repair
progress information back to the platform.
**/
struct _EFI_DRIVER_HEALTH_PROTOCOL {
EFI_DRIVER_HEALTH_GET_HEALTH_STATUS GetHealthStatus;