Commit 3f0ffc18 authored by Patrik Huber's avatar Patrik Huber

Corrected Landmark documentation

parent 9029cbf0
...@@ -50,7 +50,7 @@ template<class LandmarkType> using LandmarkCollection = std::vector<Landmark<Lan ...@@ -50,7 +50,7 @@ template<class LandmarkType> using LandmarkCollection = std::vector<Landmark<Lan
* containing all landmarks whose name matches the one given by \p filter. * containing all landmarks whose name matches the one given by \p filter.
* *
* @param[in] landmarks The input LandmarkCollection to be filtered. * @param[in] landmarks The input LandmarkCollection to be filtered.
* @param[in] filter A landmark name (identifier) by which the given LandmarkCollection is filtered. * @param[in] filter A list of landmark names (identifiers) by which the given LandmarkCollection is filtered.
* @return A new, filtered LandmarkCollection. * @return A new, filtered LandmarkCollection.
*/ */
template<class T> template<class T>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment