Skip to content

Commit

Permalink
try fix docs 2
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Jun 8, 2024
1 parent 65a91bf commit cd7b3f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Core/include/Acts/Propagator/PropagatorOptions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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,
Expand Down

0 comments on commit cd7b3f4

Please sign in to comment.