summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.H
diff options
context:
space:
mode:
authorJacob Harvey <jlharvey@us.ibm.com>2016-02-05 15:24:59 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-04-01 21:23:21 -0400
commitdba9ee6be396b29a072d9c5fc87ff346542c396e (patch)
treed3edf1b1207aad6dd8d7b9b93473067be1dd6e48 /src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.H
parenta08c13b301d1ee48a40474261711c6dc8174b108 (diff)
downloadtalos-hostboot-dba9ee6be396b29a072d9c5fc87ff346542c396e.tar.gz
talos-hostboot-dba9ee6be396b29a072d9c5fc87ff346542c396e.zip
Fixed doxygen errors and typos
Change-Id: I86313e4af81003744f0ab6c507d019a39c4a4992 Original-Change-Id: I94120c654c32b5c3513740ce8aae4b4cc632fc41 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/24281 Tested-by: Jenkins Server Reviewed-by: Andre A. Marin <aamarin@us.ibm.com> Reviewed-by: Brian Silver <bsilver@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22767 Tested-by: FSP CI Jenkins Reviewed-by: JACOB L. HARVEY <jlharvey@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.H16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.H b/src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.H
index ef0108fb3..f239dd0c7 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.H
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.H
@@ -52,7 +52,7 @@ template< fapi2::TargetType T >
class mcTraits;
///
-/// @class rcTraits<fapi2::TARGET_TYPE_MEMBUF_CHIP>
+/// @class mcTraits
/// @brief a collection of traits associated with the Centaur controller
///
template<>
@@ -61,7 +61,7 @@ class mcTraits<fapi2::TARGET_TYPE_MEMBUF_CHIP>
};
///
-/// @class rcTraits<fapi2::TARGET_TYPE_MCS>
+/// @class mcTraits
/// @brief a collection of traits associated with the Nimbus controller
///
template<>
@@ -151,7 +151,7 @@ enum
///
/// @class mss::mc
/// @brief The memory controller class
-/// @tparam T, the fapi2::TargetType of the controller
+/// @tparam T the fapi2::TargetType of the controller
///
template< fapi2::TargetType T >
class mc
@@ -160,17 +160,17 @@ class mc
public:
///
/// @brief Perform initializations for the MC
- /// @tparam T, the fapi2::TargetType
- /// @param[in] i_target, the target which has the MCs to initialize
+ /// @tparam T the fapi2::TargetType
+ /// @param[in] i_target the target which has the MCs to initialize
/// @return FAPI2_RC_SUCCESS iff ok
///
fapi2::ReturnCode scominit(const fapi2::Target<T>& i_target);
///
/// @brief Perform initializations of the MC translation
- /// @tparm P, the fapi2::TargetType of the port
- /// @tparm TT, the typename of the traits
- /// @param[in] i_target, the target which has the MCA to map
+ /// @tparam P the fapi2::TargetType of the port
+ /// @tparam TT the typename of the traits
+ /// @param[in] i_target the target which has the MCA to map
/// @return FAPI2_RC_SUCCESS iff ok
///
template< fapi2::TargetType P, typename TT = mcTraits<T> >
OpenPOWER on IntegriCloud