From 93bfb693765e3f444a5532d47e87243232a31e9e Mon Sep 17 00:00:00 2001
From: Bastian Schlag <bastian.schlag@cern.ch>
Date: Fri, 28 Feb 2020 17:45:52 +0100
Subject: [PATCH] add missing docs

---
 Core/include/Acts/Vertexing/AdaptiveMultiVertexFinder.hpp | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/Core/include/Acts/Vertexing/AdaptiveMultiVertexFinder.hpp b/Core/include/Acts/Vertexing/AdaptiveMultiVertexFinder.hpp
index ad5163674..2eada8b97 100644
--- a/Core/include/Acts/Vertexing/AdaptiveMultiVertexFinder.hpp
+++ b/Core/include/Acts/Vertexing/AdaptiveMultiVertexFinder.hpp
@@ -334,7 +334,12 @@ class AdaptiveMultiVertexFinder {
       const Vertex<InputTrack_t>* vtx,
       const std::vector<Vertex<InputTrack_t>*>& allVertices) const;
 
-  // TODO
+  /// @brief Prepares the output vector of vertices
+  ///
+  /// @param allVerticesPtr Vector of pointers to vertices
+  /// @param fitterState The vertex fitter state
+  ///
+  /// @return The output vertex collection
   std::vector<Vertex<InputTrack_t>> getVertexOutputList(
       const std::vector<Vertex<InputTrack_t>*>& allVerticesPtr,
       FitterState_t& fitterState) const;
-- 
GitLab