Build: Fix doxygen issues

This commit is contained in:
vit9696 2020-05-06 23:16:41 +03:00
parent c9c9979fd2
commit e4f182ee9f
3 changed files with 5 additions and 5 deletions

View File

@ -68,7 +68,7 @@ GetArguments (
/**
Uninstall all protocols with the specified GUID.
@param[in] Protocol The published unique identifier of the protocol. It is the callers responsibility to pass in
@param[in] Protocol The published unique identifier of the protocol. It is the caller's responsibility to pass in
a valid GUID.
@retval EFI_SUCCESS on success.

View File

@ -2797,8 +2797,8 @@ Done:
@retval EFI_SUCCESS The specified action was completed successfully.
@retval EFI_INVALID_PARAMETER One or more of the following are TRUE:
1. KeywordString is NULL.
2. Parsing of the KeywordString resulted in an
\c 1. KeywordString is NULL.
\c 2. Parsing of the KeywordString resulted in an
error. See Progress and ProgressErr for more data.
@retval EFI_NOT_FOUND An element of the KeywordString was not found.

View File

@ -2169,8 +2169,8 @@ HiiGetAltCfg (
@retval EFI_SUCCESS The specified action was completed successfully.
@retval EFI_INVALID_PARAMETER One or more of the following are TRUE:
1. KeywordString is NULL.
2. Parsing of the KeywordString resulted in an
\c 1. KeywordString is NULL.
\c 2. Parsing of the KeywordString resulted in an
error. See Progress and ProgressErr for more data.
@retval EFI_NOT_FOUND An element of the KeywordString was not found.