From e45d35734d18dece68b1c065666ee013f7d19209 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/71757 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Christian R. Geddes --- 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 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 { 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