diff --git a/Calorimeter/CaloIdentifier/CaloIdentifier/CaloIDHelper.h b/Calorimeter/CaloIdentifier/CaloIdentifier/CaloIDHelper.h index 2338b5566aa991fa0fbdedc1ff631852af5bb3fe..2f794ee30635466f7814a2889d4621f1fa6f8438 100644 --- a/Calorimeter/CaloIdentifier/CaloIdentifier/CaloIDHelper.h +++ b/Calorimeter/CaloIdentifier/CaloIdentifier/CaloIDHelper.h @@ -91,7 +91,7 @@ public: * @param name Name of this group (only for error reporting). * @param ids Set of Identifiers comprising this group. * @param end_index The ending index for the context for this group. - * @parma msgSvc The global message service + * @param msgSvc The global message service * (may be 0, only for error reporting). * @param full_range The @c MultiRange corresponding to this group. * If supplied, the side of the @c ids set is checked diff --git a/Calorimeter/CaloIdentifier/src/CaloIDHelper.cxx b/Calorimeter/CaloIdentifier/src/CaloIDHelper.cxx index 57e3b11c3c206c81d7a17cb5ca5c641f20aa8722..e579c9486061a16c84163234f3c24b62be930e2f 100644 --- a/Calorimeter/CaloIdentifier/src/CaloIDHelper.cxx +++ b/Calorimeter/CaloIdentifier/src/CaloIDHelper.cxx @@ -34,7 +34,7 @@ CaloIDHelper::HashGroup::HashGroup () * @param name Name of this group (only for error reporting). * @param ids Set of Identifiers comprising this group. * @param end_index The ending index for the context for this group. - * @parma msgSvc The global message service + * @param msgSvc The global message service * (may be 0, only for error reporting). * @param full_range The @c MultiRange corresponding to this group. * If supplied, the side of the @c ids set is checked diff --git a/Control/StoreGate/StoreGate/VarHandleBase.h b/Control/StoreGate/StoreGate/VarHandleBase.h index 31d33e9a6e89e914b6b86a7c318347b8c7770db4..d81b4738d176e3f2657d45359d620f5827d1f690 100644 --- a/Control/StoreGate/StoreGate/VarHandleBase.h +++ b/Control/StoreGate/StoreGate/VarHandleBase.h @@ -472,7 +472,7 @@ namespace SG { /** * @brief Output stream. * @param out Stream to which to write. - * @parma o Object to write. + * @param o Object to write. */ std::ostream& operator<<( std::ostream& out, const VarHandleBase& o ); diff --git a/Control/StoreGate/src/VarHandleBase.cxx b/Control/StoreGate/src/VarHandleBase.cxx index dc9a28de2b0eb097df95bfa4f5c007e64d8f0fca..d6eac9e4bcf218ae92c03005c8750772f966161f 100644 --- a/Control/StoreGate/src/VarHandleBase.cxx +++ b/Control/StoreGate/src/VarHandleBase.cxx @@ -943,7 +943,7 @@ namespace SG { /** * @brief Output stream. * @param out Stream to which to write. - * @parma o Object to write. + * @param o Object to write. */ std::ostream& operator<<( std::ostream& out, const VarHandleBase& o ) { diff --git a/Database/AthenaPOOL/RootConversions/src/TConvertingBranchElement.cxx b/Database/AthenaPOOL/RootConversions/src/TConvertingBranchElement.cxx index cfc3dc5af5f6da244c6098e77f4dff96e780964f..b98ad6da8ddb3440ff1f191e945d6c046a67d058 100755 --- a/Database/AthenaPOOL/RootConversions/src/TConvertingBranchElement.cxx +++ b/Database/AthenaPOOL/RootConversions/src/TConvertingBranchElement.cxx @@ -128,7 +128,7 @@ std::string BasenameOfBranch (const std::string& fullname) /** * @brief Find the @c TStreamerInfo for a class from a @c TFile. * @param cl The class for which we want the @c TStreamerInfo. - * @parma br The branch in which the class is being read. + * @param br The branch in which the class is being read. * * Find the @c TStreamerInfo for a class by looking directly at the * list from the file from which it's being read (not relying on the diff --git a/Event/xAOD/xAODMissingET/xAODMissingET/versions/MissingET_v1.icc b/Event/xAOD/xAODMissingET/xAODMissingET/versions/MissingET_v1.icc index 51543dbd5dce5c2d5c9b967f825bed3f6aaf1e62..c852776ee08b597d7956185fb6b7899f7d75f7d0 100644 --- a/Event/xAOD/xAODMissingET/xAODMissingET/versions/MissingET_v1.icc +++ b/Event/xAOD/xAODMissingET/xAODMissingET/versions/MissingET_v1.icc @@ -205,7 +205,7 @@ inline void xAOD::MissingET_v1::clear() * * @note The particular behaviour concerning the data store depends on the actual implementation of SG::AuxElement::makePrivateStore. * - * @parm[in] met reference to non-modifiable MET object (the source). + * @param[in] met reference to non-modifiable MET object (the source). */ ///////////// diff --git a/Reconstruction/RecoTools/CaloRingerTools/src/CaloAsymRingsBuilder.h b/Reconstruction/RecoTools/CaloRingerTools/src/CaloAsymRingsBuilder.h index c242796ba462afb45fddf28a36562e2958990bd5..5ac235573c76eb8f9c12d2bc2b853673adb3db22 100644 --- a/Reconstruction/RecoTools/CaloRingerTools/src/CaloAsymRingsBuilder.h +++ b/Reconstruction/RecoTools/CaloRingerTools/src/CaloAsymRingsBuilder.h @@ -62,11 +62,11 @@ class CaloAsymRingsBuilder : public CaloRingsBuilder // Tool pro (python configurables): /// @{ /** - * @brieg This can be set True to divide in two the eta axes. + * @brief This can be set True to divide in two the eta axes. **/ bool m_doEtaAxesDivision; /** - * @brieg This can be set True to divide in two the phi axes. + * @brief This can be set True to divide in two the phi axes. **/ bool m_doPhiAxesDivision; diff --git a/Trigger/TrigAlgorithms/TrigL2MuonSA/TrigL2MuonSA/TgcFit.h b/Trigger/TrigAlgorithms/TrigL2MuonSA/TrigL2MuonSA/TgcFit.h index b86df04231aae1d9f6b524a06b61d3d148da6baa..8f1598d36694c0f3a3878dd6b1bc97188597c114 100644 --- a/Trigger/TrigAlgorithms/TrigL2MuonSA/TrigL2MuonSA/TgcFit.h +++ b/Trigger/TrigAlgorithms/TrigL2MuonSA/TrigL2MuonSA/TgcFit.h @@ -142,7 +142,7 @@ class TgcFit: public AthAlgTool } /* * Calculate projected values given fit results. - * @parma fX The X value of the point to project. + * @param fX The X value of the point to project. * @return The projected Y value. */ double eval(double fX) const; diff --git a/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/DecisionAccess.h b/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/DecisionAccess.h index 87fa2ee8737240b0ca1156ce0e4f010dcdc01d5a..4e9efa0b8615313cefbd491a93008aed9173d8a3 100644 --- a/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/DecisionAccess.h +++ b/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/DecisionAccess.h @@ -107,7 +107,7 @@ namespace Trig { /** * @brief gives back feature matching (by seeding relation) - * @parm te - is trigger element to start with, not that thanks to conversion operators + * @param te - is trigger element to start with, not that thanks to conversion operators * Feature object can be given here as well **/ template<class T> @@ -116,7 +116,7 @@ namespace Trig { /** * @brief gives back features matching (by seeding relation) - will also flatten * containers if necessary - * @parm te - is trigger element to start with, not that thanks to conversion operators + * @param te - is trigger element to start with, not that thanks to conversion operators * Feature object can be given here as well **/ template<class T> diff --git a/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/ExpertMethods.h b/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/ExpertMethods.h index e7e7d3635743b944d36aa37f8b57904be924635d..98321b76dfe79ea889bb0b5f1bf0118c4c921b5f 100644 --- a/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/ExpertMethods.h +++ b/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/ExpertMethods.h @@ -65,25 +65,25 @@ namespace Trig { /** * @brief return TrigConf::TriggerItem - * @parm chain: name of the item + * @param chain: name of the item **/ const TrigConf::TriggerItem* getItemConfigurationDetails(const std::string& chain); /** * @brief return TrigConf::HLTChain - * @parm chain: name of the chain + * @param chain: name of the chain **/ const TrigConf::HLTChain* getChainConfigurationDetails(const std::string& chain); /** * @brief return LVL1CTP::Lvl1Item - * @parm chain: name of the item + * @param chain: name of the item **/ const LVL1CTP::Lvl1Item* getItemDetails(const std::string& chain) const; /** * @brief return HLT::Chain - * @parm chain: name of the chain + * @param chain: name of the chain **/ const HLT::Chain* getChainDetails(const std::string& chain) const;