Skip to content

Commit

Permalink
Fix doxygen warnings
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
kahnevan authored and crgeddes committed Mar 1, 2019
1 parent b8720c1 commit e45d357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/import/hwpf/fapi2/include/fapi2_vpd_access.H
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down Expand Up @@ -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),
Expand Down

0 comments on commit e45d357

Please sign in to comment.