summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormvglasow <michael -at- vonglasow.com>2018-08-04 23:57:32 +0200
committermvglasow <michael -at- vonglasow.com>2018-08-04 23:57:32 +0200
commit609805e24c80a5e950adbfd20b5f1344708d4eb9 (patch)
treedea143771971ddd4b43e8baa7d6ce9f3168028b4
parentd2413503fc583c1d96e3247f2d1621dc4f50b362 (diff)
downloadnavit-609805e24c80a5e950adbfd20b5f1344708d4eb9.tar.gz
Refactor:core:Minor documentation amendment
Signed-off-by: mvglasow <michael -at- vonglasow.com>
-rw-r--r--navit/route.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/route.c b/navit/route.c
index 5c23f0d29..116040857 100644
--- a/navit/route.c
+++ b/navit/route.c
@@ -2161,7 +2161,7 @@ static void route_process_traffic_distortion(struct route_graph *this, struct it
* @brief Adds a turn restriction item to the route graph
*
* @param this The route graph to add to
- * @param item The item to add
+ * @param item The item to add, must be of `type_street_turn_restriction_no` or `type_street_turn_restriction_only`
*/
static void route_process_turn_restriction(struct route_graph *this, struct item *item) {
struct route_graph_point *pnt[4];