summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKahn Evans <kahnevan@us.ibm.com>2019-02-12 08:52:55 -0600
committerRAJA DAS <rajadas2@in.ibm.com>2019-03-07 10:41:06 -0600
commit4db0f651a40093e6eca27a92b62acf0785691c8a (patch)
tree1cbea74ae6668d3e6009f1b1a716a54729b2a4c7
parentdb120737ef3ca63594c23acfb823596349c6d3fc (diff)
downloadtalos-sbe-4db0f651a40093e6eca27a92b62acf0785691c8a.tar.gz
talos-sbe-4db0f651a40093e6eca27a92b62acf0785691c8a.zip
Fix doxygen warnings
Change-Id: I346735f419d842f64a48cdc31812b644dcb91133 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71746 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71756 Reviewed-by: RAJA DAS <rajadas2@in.ibm.com>
-rw-r--r--src/import/hwpf/fapi2/include/fapi2_vpd_access.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/hwpf/fapi2/include/fapi2_vpd_access.H b/src/import/hwpf/fapi2/include/fapi2_vpd_access.H
index 514acbc5..ec8ced53 100644
--- a/src/import/hwpf/fapi2/include/fapi2_vpd_access.H
+++ b/src/import/hwpf/fapi2/include/fapi2_vpd_access.H
@@ -52,7 +52,7 @@ class VPDInfo<TARGET_TYPE_MCS>
{
public:
/// @brief VPDInfo constructor
- /// @param[in] Type of VPD data to return
+ /// @param[in] i_vpd_type Type of VPD data to return
VPDInfo( const fapi2::MemVpdData& i_vpd_type)
: iv_vpd_type(i_vpd_type),
iv_size(VPD_INFO_INVALID_64),
@@ -86,7 +86,7 @@ class VPDInfo<TARGET_TYPE_OCMB_CHIP>
{
public:
/// @brief VPDInfo constructor
- /// @param[in] Type of VPD data to return
+ /// @param[in] i_vpd_type Type of VPD data to return
VPDInfo( const fapi2::MemVpdData& i_vpd_type)
: iv_vpd_type(i_vpd_type),
iv_size(VPD_INFO_INVALID_64),
OpenPOWER on IntegriCloud