From dba9ee6be396b29a072d9c5fc87ff346542c396e Mon Sep 17 00:00:00 2001 From: Jacob Harvey Date: Fri, 5 Feb 2016 15:24:59 -0600 Subject: 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 Reviewed-by: Brian Silver Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22767 Tested-by: FSP CI Jenkins Reviewed-by: JACOB L. HARVEY Reviewed-by: Daniel M. Crowell --- src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.H | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.H') 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 +/// @class mcTraits /// @brief a collection of traits associated with the Centaur controller /// template<> @@ -61,7 +61,7 @@ class mcTraits }; /// -/// @class rcTraits +/// @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& 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 > -- cgit v1.2.1