summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKahn Evans <kahnevan@us.ibm.com>2019-02-12 08:52:55 -0600
committerChristian R. Geddes <crgeddes@us.ibm.com>2019-03-01 10:16:54 -0600
commite45d35734d18dece68b1c065666ee013f7d19209 (patch)
treedb4b8da9a999e78b80ec6d1c436bdcd1c7b95fb4 /src
parentb8720c117759a6873256835da8fb52d31199a3b7 (diff)
downloadtalos-hostboot-e45d35734d18dece68b1c065666ee013f7d19209.tar.gz
talos-hostboot-e45d35734d18dece68b1c065666ee013f7d19209.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/71757 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src')
-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 0a9ffe5de..cbe9467df 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