summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf
diff options
context:
space:
mode:
authorKahn Evans <kahnevan@us.ibm.com>2017-09-01 08:17:42 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-10-05 17:30:19 -0400
commit49acb2a77653aa015c5507e1f8506f64ce22777b (patch)
tree06a34b930f9339b7403de98e186bc92aa785cf87 /src/import/hwpf
parent67e37f11d2ff1dc9fb0d0198d99d8f073feefb02 (diff)
downloadtalos-hostboot-49acb2a77653aa015c5507e1f8506f64ce22777b.tar.gz
talos-hostboot-49acb2a77653aa015c5507e1f8506f64ce22777b.zip
Fixing doxygen warnings
Change-Id: Ib466ee62a4860d22c684791b700615e493e9355a Original-Change-Id: I4d5445bf9c95631811366a16a9be1d8d440f14c1 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45548 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/47050 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/hwpf')
-rw-r--r--src/import/hwpf/fapi2/include/collect_reg_ffdc.H29
1 files changed, 14 insertions, 15 deletions
diff --git a/src/import/hwpf/fapi2/include/collect_reg_ffdc.H b/src/import/hwpf/fapi2/include/collect_reg_ffdc.H
index 72516181b..8a281acdd 100644
--- a/src/import/hwpf/fapi2/include/collect_reg_ffdc.H
+++ b/src/import/hwpf/fapi2/include/collect_reg_ffdc.H
@@ -50,7 +50,7 @@ void getAddressData(const fapi2::HwpFfdcId i_ffdcId,
///
/// @brief converts value to a type to enable overloading based on values
///
-/// @tparam[in] v - value to create to a unique type
+/// @tparam v - value to create to a unique type
///
/// @return v - value.
///
@@ -83,8 +83,6 @@ class TargetPosition
/// @brief Return position of either a chip or chiplet target
///
/// @param[out] o_pos - position of chip/chiplet target
- /// @param[in] is_chiplet - converted to type for overloading
- /// to correct function call.
///
/// @return fapi2::ReturnCode. FAPI_RC_SUCCESS, or failure value.
///
@@ -350,9 +348,10 @@ class ScomReader<TARGET_TYPE_DIMM>
///
/// collect all the data from a list of registers and return it to the caller
///
-/// @tparam[in] T register data size - uint32_t or uint64_t
-/// @tparam[in] U - reader object for specific data type
+/// @tparam T register data size - uint32_t or uint64_t
+/// @tparam U - reader object for specific data type
/// @param[in] i_addresses - vector containing either cfam or scom addresses
+/// @param[in] i_reader - input reader object
/// @param[in] i_offset - optional offset to add to the address values
/// passed in the vector of addresses
/// @param[out] o_pData - pointer to the data destination
@@ -397,16 +396,17 @@ ReturnCode collectRegisterData(std::vector<T>& i_addresses, U& i_reader,
///
-/// @brief read registers
+/// @brief readRegisters
///
/// Template function to allow reading either scom and cfam data from registers
/// for a given target
///
-/// @tparam[in] T - fapi2::TargetType
+/// @tparam T - fapi2::TargetType
+/// @param[in] i_target - fapi2::Target
/// @param[out] o_pData - pointer to a location to store register data
/// @param[in] i_cfamAddresses - vector of cfam addresses to read
/// @param[in] i_scomAddresses - vector of scom addresses to read
-/// @param[i/o] input/output parm description
+/// @param[in] i_childOffset - optional offset to address of child
///
/// @return fapi2::ReturnCode. FAPI_RC_SUCCESS, or failure value.
///
@@ -451,15 +451,14 @@ void readRegisters(const fapi2::Target<T>& i_target,
///
/// @brief Collect register data for child targets
///
-/// @tparam[in] C - child target type
-/// @tparam[in] T - parent target type
+/// @tparam C - child target type
+/// @tparam T - parent target type
/// @param[in] i_parent - fapi2::Target
/// @param[in] i_childState - fapi2::TargetState for child targets
/// @param[in] i_ffdcId - type of ffdc to be collected
-/// @param[out] o_errorInfo - vector of shared pointers to fapi2::ErrorInfoFfdc type
+/// @param[out] o_errorInfoFfdc - vector of shared pointers to fapi2::ErrorInfoFfdc type
/// for returned register data
/// @param[in] i_childOffsetMult - child offset for register calculations
-/// @param[i/o] input/output parm description
///
///
template<fapi2::TargetType C, fapi2::TargetType T>
@@ -566,12 +565,12 @@ void collectRegFfdc(const fapi2::ffdc_t i_parent,
///
/// @brief Collect register data for a single target
///
-/// @tparam[in] T - target type
+/// @tparam T - target type
/// @param[in] i_target - fapi2::Target
/// @param[in] i_ffdcId - type of ffdc to be collected
-/// @param[out] o_errorInfo - shared pointer to fapi2::ErrorInfoFfdc type
+/// @param[out] o_errorInfoFfdc - shared pointer to fapi2::ErrorInfoFfdc type
/// for returned register data
-/// @param[in] i_childOffsetMult - child offset for register calculations
+/// @param[in] i_childOffset - child offset for register calculations
///
template<fapi2::TargetType T>
void collectRegFfdc(const fapi2::ffdc_t i_target,
OpenPOWER on IntegriCloud