From 4db0f651a40093e6eca27a92b62acf0785691c8a Mon Sep 17 00:00:00 2001 From: Kahn Evans Date: Tue, 12 Feb 2019 08:52:55 -0600 Subject: Fix doxygen warnings Change-Id: I346735f419d842f64a48cdc31812b644dcb91133 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71746 Tested-by: FSP CI Jenkins Tested-by: Jenkins Server Tested-by: Hostboot CI Tested-by: PPE CI Reviewed-by: Matt K. Light Reviewed-by: Daniel M. Crowell Reviewed-by: Jennifer A. Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71756 Reviewed-by: RAJA DAS --- src/import/hwpf/fapi2/include/fapi2_vpd_access.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/import/hwpf') 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 { 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 { 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), -- cgit v1.2.1