[traffxml] Documentation

Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
mvglasow
2025-11-10 23:32:53 +02:00
parent 67a3866529
commit 5c2cedb19a

View File

@@ -616,6 +616,7 @@ void TruncateStart(std::vector<routing::RouteSegment> & rsegments,
* @param checkpoints The reference points (at least two) * @param checkpoints The reference points (at least two)
* @param end Index of the last segment to keep * @param end Index of the last segment to keep
* @param endSaving Cost saved by truncating * @param endSaving Cost saved by truncating
* @param endWeight Total weight of the route, including trailing fake segments
* @param junctions Junctions with the weight of their leap segment * @param junctions Junctions with the weight of their leap segment
*/ */
void TruncateEnd(std::vector<routing::RouteSegment> & rsegments, void TruncateEnd(std::vector<routing::RouteSegment> & rsegments,