From 47ac4568db0dc974e7277b8322425e3633be3a9f Mon Sep 17 00:00:00 2001 From: Kahn Evans Date: Fri, 15 Apr 2016 08:38:59 -0500 Subject: Cleaned up doxygen errors from ecmd build Change-Id: If262f520be9e468f14d77a78ffa16714c09813eb Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23282 Tested-by: Jenkins Server Reviewed-by: Matt K. Light Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Richard J. Knight Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23284 Reviewed-by: Sachin Gupta --- import/hwpf/fapi2/include/fapi2_vpd_access.H | 6 +++--- import/hwpf/fapi2/include/plat/plat_error_scope.H | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'import/hwpf') diff --git a/import/hwpf/fapi2/include/fapi2_vpd_access.H b/import/hwpf/fapi2/include/fapi2_vpd_access.H index 80bdcd97..b1d889b6 100644 --- a/import/hwpf/fapi2/include/fapi2_vpd_access.H +++ b/import/hwpf/fapi2/include/fapi2_vpd_access.H @@ -60,9 +60,9 @@ class VPDInfo /// @brief Return a blob of memory VPD data associated with the input target -/// @param[in] i_target, a valid fapi2 target -/// @param[in] io_vpd_info, fapi2::VPDInfo class that specifies which piece of data to return -/// @param[out] o_blob, the blob of raw data from the vpd +/// @param[in] i_target a valid fapi2 target +/// @param[in] io_vpd_info fapi2::VPDInfo class that specifies which piece of data to return +/// @param[out] o_blob the blob of raw data from the vpd /// @return FAPI2_RC_SUCCESS if there's no problem /// @note passing nullptr for o_blob will return the size of the keyword /// diff --git a/import/hwpf/fapi2/include/plat/plat_error_scope.H b/import/hwpf/fapi2/include/plat/plat_error_scope.H index 90d102cc..59c47e87 100644 --- a/import/hwpf/fapi2/include/plat/plat_error_scope.H +++ b/import/hwpf/fapi2/include/plat/plat_error_scope.H @@ -53,7 +53,6 @@ FAPI_ERR(__VA_ARGS__); \ goto fapi_try_exit; \ } -/// @endcond /// /// @brief Create an error log based on __conditional__, -- cgit v1.2.1