From cd7b3f4ab42e9c4515ca50983c84fb50325c81ce Mon Sep 17 00:00:00 2001 From: Andreas Stefl Date: Sat, 8 Jun 2024 19:03:25 +0200 Subject: [PATCH] try fix docs 2 --- Core/include/Acts/Propagator/PropagatorOptions.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/include/Acts/Propagator/PropagatorOptions.hpp b/Core/include/Acts/Propagator/PropagatorOptions.hpp index f3a8a35ac145..465abc9a31b0 100644 --- a/Core/include/Acts/Propagator/PropagatorOptions.hpp +++ b/Core/include/Acts/Propagator/PropagatorOptions.hpp @@ -21,8 +21,7 @@ namespace Acts { -/// @brief Class holding the trivial options in propagator options -/// +/// @brief Holds the generic propagator options struct PropagatorPlainOptions { /// Propagation direction Direction direction = Direction::Forward; @@ -45,6 +44,7 @@ struct PropagatorPlainOptions { NavigatorPlainOptions navigation; }; +/// @brief Holds generic propagator options and the context objects struct BasePropagatorOptions : public PropagatorPlainOptions { /// BasePropagatorOptions with context BasePropagatorOptions(const GeometryContext& gctx,