summaryrefslogtreecommitdiffstats
path: root/import/hwpf
diff options
context:
space:
mode:
Diffstat (limited to 'import/hwpf')
-rw-r--r--import/hwpf/fapi2/include/fapi2_vpd_access.H6
-rw-r--r--import/hwpf/fapi2/include/plat/plat_error_scope.H1
2 files changed, 3 insertions, 4 deletions
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<TARGET_TYPE_MCS>
/// @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__,
OpenPOWER on IntegriCloud