summaryrefslogtreecommitdiffstats
path: root/import/hwpf
diff options
context:
space:
mode:
authorKahn Evans <kahnevan@us.ibm.com>2016-04-15 08:38:59 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2016-05-11 07:25:24 -0400
commit47ac4568db0dc974e7277b8322425e3633be3a9f (patch)
tree2ae467db9cf1619974cbe955dc166676db310fcd /import/hwpf
parent7b19eda5d14aa1269f6f9d83e305b059fa86ed84 (diff)
downloadtalos-sbe-47ac4568db0dc974e7277b8322425e3633be3a9f.tar.gz
talos-sbe-47ac4568db0dc974e7277b8322425e3633be3a9f.zip
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 <mklight@us.ibm.com> Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23284 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
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