diff --git a/Core/include/Acts/MagneticField/MagneticFieldContext.hpp b/Core/include/Acts/MagneticField/MagneticFieldContext.hpp index d2980482f670..511a531005a5 100644 --- a/Core/include/Acts/MagneticField/MagneticFieldContext.hpp +++ b/Core/include/Acts/MagneticField/MagneticFieldContext.hpp @@ -25,6 +25,7 @@ namespace Acts { class MagneticFieldContext : public ContextType { public: + /// Inherit all constructors using ContextType::ContextType; }; diff --git a/Core/include/Acts/Utilities/CalibrationContext.hpp b/Core/include/Acts/Utilities/CalibrationContext.hpp index 9032400bbe58..ee2657b38c4c 100644 --- a/Core/include/Acts/Utilities/CalibrationContext.hpp +++ b/Core/include/Acts/Utilities/CalibrationContext.hpp @@ -25,6 +25,7 @@ namespace Acts { class CalibrationContext : public ContextType { public: + /// Inherit all constructors using ContextType::ContextType; }; diff --git a/docs/_extensions/lazy_autodoc.py b/docs/_extensions/lazy_autodoc.py index 08e1d32dae2f..0d34bebf7515 100644 --- a/docs/_extensions/lazy_autodoc.py +++ b/docs/_extensions/lazy_autodoc.py @@ -83,7 +83,7 @@ def run() -> None: role_instances["class"] |= { "Acts::GeometryContext", "Acts::MagneticFieldContext", - "Acts:: CalibrationContext", + "Acts::CalibrationContext", "Acts::BinningData", "Acts::Direction", "Acts::ConstrainedStep",