summaryrefslogtreecommitdiff
path: root/navit
diff options
context:
space:
mode:
authormvglasow <michael -at- vonglasow.com>2021-04-26 20:36:24 +0300
committermvglasow <michael -at- vonglasow.com>2021-04-26 20:36:24 +0300
commit879ef98200438044504a6ac76aa95305f8537655 (patch)
tree24e24145455087eacfb23aeddf3c0ce236e967bc /navit
parent37aa2df0eb7fcc878e3aeb5cea5a6fc7d873029c (diff)
downloadnavit-879ef98200438044504a6ac76aa95305f8537655.tar.gz
Refactor:core:Fix docs for route_graph_add_segment()
Signed-off-by: mvglasow <michael -at- vonglasow.com>
Diffstat (limited to 'navit')
-rw-r--r--navit/route.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/navit/route.c b/navit/route.c
index ae8cd958f..46b99c5fc 100644
--- a/navit/route.c
+++ b/navit/route.c
@@ -1609,11 +1609,7 @@ int route_graph_segment_is_duplicate(struct route_graph_point *start, struct rou
* @param this The route graph to insert the segment into
* @param start The graph point which should be connected to the start of this segment
* @param end The graph point which should be connected to the end of this segment
- * @param len The length of this segment
- * @param item The item that is represented by this segment
- * @param flags Flags for this segment
- * @param offset If the item passed in "item" is segmented (i.e. divided into several segments), this indicates the position of this segment within the item
- * @param maxspeed The maximum speed allowed on this segment in km/h. -1 if not known.
+ * @param data The segment data
*/
void route_graph_add_segment(struct route_graph *this, struct route_graph_point *start,
struct route_graph_point *end, struct route_graph_segment_data *data) {