diff --git a/Core/include/Acts/Navigation/NavigationStream.hpp b/Core/include/Acts/Navigation/NavigationStream.hpp index 45e1a30919f..b267ec47472 100644 --- a/Core/include/Acts/Navigation/NavigationStream.hpp +++ b/Core/include/Acts/Navigation/NavigationStream.hpp @@ -128,13 +128,11 @@ class NavigationStream { /// Fill one portal into the candidate vector /// - /// @param nStream the navigation stream that is being filled /// @param portal the portals that are filled in void addPortalCandidate(const Portal* portal); /// Fill n portals into the candidate vector /// - /// @param nStream the navigation stream that is being filled /// @param portals the portals that are filled in void addPortalCandidates(const std::vector& portals);