From 3daf4db478b663f24f6bc8fd837581d6e8170eda Mon Sep 17 00:00:00 2001 From: boldyrev <alexey.boldyrev@cern.ch> Date: Mon, 10 Apr 2017 15:15:29 +0300 Subject: [PATCH] Fix typos in Doxygen param command Former-commit-id: 6bd28c80b978e47127d7cbf2fd3e3b53c9ec81e2 --- Calorimeter/CaloIdentifier/CaloIdentifier/CaloIDHelper.h | 2 +- Calorimeter/CaloIdentifier/src/CaloIDHelper.cxx | 2 +- Control/StoreGate/StoreGate/VarHandleBase.h | 2 +- Control/StoreGate/src/VarHandleBase.cxx | 2 +- .../RootConversions/src/TConvertingBranchElement.cxx | 2 +- .../xAODMissingET/xAODMissingET/versions/MissingET_v1.icc | 2 +- .../RecoTools/CaloRingerTools/src/CaloAsymRingsBuilder.h | 4 ++-- Trigger/TrigAlgorithms/TrigL2MuonSA/TrigL2MuonSA/TgcFit.h | 2 +- .../TrigDecisionTool/TrigDecisionTool/DecisionAccess.h | 4 ++-- .../TrigDecisionTool/TrigDecisionTool/ExpertMethods.h | 8 ++++---- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Calorimeter/CaloIdentifier/CaloIdentifier/CaloIDHelper.h b/Calorimeter/CaloIdentifier/CaloIdentifier/CaloIDHelper.h index 2338b5566aa..2f794ee3063 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 57e3b11c3c2..e579c948606 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 31d33e9a6e8..d81b4738d17 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 dc9a28de2b0..d6eac9e4bcf 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 cfc3dc5af5f..b98ad6da8dd 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 51543dbd5dc..c852776ee08 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 c242796ba46..5ac235573c7 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 b86df04231a..8f1598d3669 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 87fa2ee8737..4e9efa0b861 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 e7e7d363574..98321b76dfe 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; -- GitLab