diff --git a/Include/Library/OcMiscLib.h b/Include/Library/OcMiscLib.h index 7165cb92..d27bd3fa 100755 --- a/Include/Library/OcMiscLib.h +++ b/Include/Library/OcMiscLib.h @@ -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 caller’s 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. diff --git a/Library/OcHiiDatabaseLib/ConfigKeywordHandler.c b/Library/OcHiiDatabaseLib/ConfigKeywordHandler.c index 9e131ff6..1d40a846 100644 --- a/Library/OcHiiDatabaseLib/ConfigKeywordHandler.c +++ b/Library/OcHiiDatabaseLib/ConfigKeywordHandler.c @@ -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. diff --git a/Library/OcHiiDatabaseLib/HiiDatabase.h b/Library/OcHiiDatabaseLib/HiiDatabase.h index 02dd50bd..8dbd6247 100644 --- a/Library/OcHiiDatabaseLib/HiiDatabase.h +++ b/Library/OcHiiDatabaseLib/HiiDatabase.h @@ -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.