Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: remove old-style file comments #3105

Merged
merged 2 commits into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

/// @file
/// @date 2018-03-13
/// @author Moritz Kiehn <[email protected]>

#pragma once

#include "Acts/Definitions/Algebra.hpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

/// @file
/// @date 2018-03-13
/// @author Moritz Kiehn <[email protected]>

#pragma once

#include "ActsExamples/Framework/RandomNumbers.hpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

/// @file
/// @date 2018-03-13
/// @author Moritz Kiehn <[email protected]>

#pragma once

#include "Acts/Definitions/Algebra.hpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

/// @file
/// @date 2018-03-14
/// @author Moritz Kiehn <[email protected]>

#pragma once

#include "Acts/Geometry/GeometryIdentifier.hpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

/// @file
/// @date 2016-05-11 Initial version
/// @date 2017-07-27 Simplify interface
/// @author Andreas Salzburger
/// @author Moritz Kiehn <[email protected]>

#pragma once

#include "ActsExamples/Framework/ProcessCode.hpp"
Expand Down
4 changes: 0 additions & 4 deletions Examples/Framework/include/ActsExamples/Framework/IWriter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

/// @file
/// @date 2017-07-25
/// @author Moritz Kiehnn <[email protected]>

#pragma once

#include "ActsExamples/Framework/AlgorithmContext.hpp"
Expand Down
4 changes: 0 additions & 4 deletions Examples/Framework/include/ActsExamples/Framework/WriterT.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

/// @file
/// @date 2017-08-07
/// @author Moritz Kiehnn <[email protected]>

#pragma once

#include "ActsExamples/Framework/DataHandle.hpp"
Expand Down
3 changes: 0 additions & 3 deletions Examples/HelloWorld/HelloWorld.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

/// @file
/// @brief An example tools that shows the sequencer functionality

#include "ActsExamples/Framework/RandomNumbers.hpp"
#include "ActsExamples/Framework/Sequencer.hpp"

Expand Down
3 changes: 0 additions & 3 deletions Examples/Io/Csv/src/CsvOutputData.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

/// @file
/// @brief Plain structs that each define one row in a TrackML csv file

#pragma once

#include <ActsExamples/EventData/Index.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

/// @file
/// @brief Predefined materials for test

#pragma once

#include "Acts/Definitions/Units.hpp"
Expand Down
2 changes: 0 additions & 2 deletions Tests/UnitTests/Core/MagneticField/ConstantBFieldTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

/// @file ConstantBField_tests.cpp

#include <boost/test/data/test_case.hpp>
#include <boost/test/unit_test.hpp>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

/// @file InterpolatedBFieldMap_tests.cpp

#include <boost/test/unit_test.hpp>

#include "Acts/Definitions/Algebra.hpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

/// @file MagneticFieldInterfaceConsistencyTests.cpp

#include <boost/test/data/test_case.hpp>
#include <boost/test/tools/floating_point_comparison.hpp>
#include <boost/test/unit_test.hpp>
Expand Down
2 changes: 0 additions & 2 deletions Tests/UnitTests/Core/MagneticField/SolenoidBFieldTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

/// @file SolenoidBFieldTests.cpp

#include <boost/test/data/test_case.hpp>
#include <boost/test/unit_test.hpp>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

/// @file InterpolatedMaterialdMapTests.cpp

#include <boost/test/data/test_case.hpp>
#include <boost/test/unit_test.hpp>

Expand Down
2 changes: 0 additions & 2 deletions Tests/UnitTests/Core/Utilities/LoggerTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

/// @file Logger_tests.cpp

#include <boost/test/unit_test.hpp>

#include "Acts/Utilities/Logger.hpp"
Expand Down
Loading