summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf/fapi2
diff options
context:
space:
mode:
authorKahn Evans <kahnevan@us.ibm.com>2017-09-01 08:17:42 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2017-09-08 21:05:35 -0400
commit8d90ab20978f12fe867f68b0c3615afbb0f046d1 (patch)
treeda3fad1a69889f579040ea938200378c093e474e /src/import/hwpf/fapi2
parent76200ad4243b2b04192a95d64d6b75cc6fd30e97 (diff)
downloadtalos-sbe-8d90ab20978f12fe867f68b0c3615afbb0f046d1.tar.gz
talos-sbe-8d90ab20978f12fe867f68b0c3615afbb0f046d1.zip
Fixing doxygen warnings
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/45551 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/import/hwpf/fapi2')
-rw-r--r--src/import/hwpf/fapi2/include/fapi2_attribute_service.H7
-rw-r--r--src/import/hwpf/fapi2/include/fapi2_multicast.H4
2 files changed, 3 insertions, 8 deletions
diff --git a/src/import/hwpf/fapi2/include/fapi2_attribute_service.H b/src/import/hwpf/fapi2/include/fapi2_attribute_service.H
index 4db20b16..c637bbf2 100644
--- a/src/import/hwpf/fapi2/include/fapi2_attribute_service.H
+++ b/src/import/hwpf/fapi2/include/fapi2_attribute_service.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER sbe Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2016 */
+/* Contributors Listed Below - COPYRIGHT 2015,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -107,14 +107,9 @@ namespace fapi2
/// If there are ever attributes with more than 4 dimensions then this function
/// will need to be updated.
///
-/// @tparam K template parameter, passed in target.
/// @param[in] i_id AttributeID
/// @param[in] i_target Reference to fapi2::Target (can be NULL for system)
/// @param[out] o_val Reference to uint64_t where attribute value is set
-/// @param[in] i_arrayIndex1 If array attribute then index1
-/// @param[in] i_arrayIndex2 If at least 2D array attribute then index2
-/// @param[in] i_arrayIndex3 If at least 3D array attribute then index3
-/// @param[in] i_arrayIndex4 If at least 4D array attribute then index4
///
/// @return ReturnCode. Zero if success
///
diff --git a/src/import/hwpf/fapi2/include/fapi2_multicast.H b/src/import/hwpf/fapi2/include/fapi2_multicast.H
index b33f7fa8..531b7561 100644
--- a/src/import/hwpf/fapi2/include/fapi2_multicast.H
+++ b/src/import/hwpf/fapi2/include/fapi2_multicast.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER sbe Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2016 */
+/* Contributors Listed Below - COPYRIGHT 2016,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -58,7 +58,7 @@ class Multicast
///
/// @brief Create a Multicast value with a target value
- /// @param[in] Value the value (i.e., specific element this
+ /// @param[in] value the value (i.e., specific element this
/// target represents, or pointer)
/// @note Platforms can will update the handle value with
/// information on the multicast type and group
OpenPOWER on IntegriCloud