Skip to content

Commit 01849fd

Browse files
docs: Fix some Doxygen warnings
1 parent e05679b commit 01849fd

4 files changed

Lines changed: 6 additions & 11 deletions

File tree

examples/common/mcstack/FairStack.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/********************************************************************************
2-
* Copyright (C) 2014-2022 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
2+
* Copyright (C) 2014-2023 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
33
* *
44
* This software is distributed under the terms of the *
55
* GNU Lesser General Public Licence (LGPL) version 3, *
@@ -174,7 +174,6 @@ class FairStack : public FairGenericStack
174174
void Register() override;
175175

176176
/** Output to screen
177-
**@param iVerbose: 0=events summary, 1=track info
178177
**/
179178
void Print(Option_t*) const override;
180179

fairroot/base/steer/FairTrajFilter.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/********************************************************************************
2-
* Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
2+
* Copyright (C) 2014-2023 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
33
* *
44
* This software is distributed under the terms of the *
55
* GNU Lesser General Public Licence (LGPL) version 3, *
@@ -253,7 +253,8 @@ class FairTrajFilter
253253

254254
/**
255255
* This is the getter for the total energy cut.
256-
* @param References to the variables where return values should be stored.
256+
*
257+
* \param [out] etotMin,etotMax References to the variables where return values should be stored.
257258
*/
258259
void GetEnergyCut(Double_t& etotMin, Double_t& etotMax) const;
259260

fairroot/eventdisplay/FairHitDraw.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/********************************************************************************
2-
* Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
2+
* Copyright (C) 2014-2023 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
33
* *
44
* This software is distributed under the terms of the *
55
* GNU Lesser General Public Licence (LGPL) version 3, *
@@ -22,8 +22,6 @@
2222
#include <Rtypes.h> // for FairHitDraw::Class, etc
2323
#include <TVector3.h> // for TVector3
2424

25-
class TObject;
26-
2725
class FairHitDraw : public FairBoxSetDraw
2826
{
2927
public:
@@ -38,7 +36,6 @@ class FairHitDraw : public FairBoxSetDraw
3836

3937
/** Legacy constructor
4038
*@param name Name of task
41-
*@param dataSource Input container for data to be displayed
4239
*@param iVerbose Verbosity level
4340
**/
4441
FairHitDraw(const char* name, Int_t iVerbose = 1);

fairroot/generators/FairUrqmdGenerator.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/********************************************************************************
2-
* Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
2+
* Copyright (C) 2014-2023 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
33
* *
44
* This software is distributed under the terms of the *
55
* GNU Lesser General Public Licence (LGPL) version 3, *
@@ -55,8 +55,6 @@ class FairUrqmdGenerator : public FairGenerator
5555

5656
/** Reads on event from the input file and pushes the tracks onto
5757
** the stack. Abstract method in base class.
58-
** @param pStack pointer to the stack
59-
** @param ver not used
6058
**/
6159
Bool_t ReadEvent(FairPrimaryGenerator* primGen);
6260

0 commit comments

Comments
 (0)