summaryrefslogtreecommitdiff
path: root/navit/route_protected.h
diff options
context:
space:
mode:
authormvglasow <michael -at- vonglasow.com>2018-04-10 20:29:01 +0200
committermvglasow <michael -at- vonglasow.com>2018-04-10 20:29:01 +0200
commite79d572086f079dfe12be54eae6ad93061607375 (patch)
treebce0003be3eb36303e7711c311e0557416ac4cdc /navit/route_protected.h
parentea26a1dbb817b45ddf3848a99016c22d78fae8f3 (diff)
downloadnavit-e79d572086f079dfe12be54eae6ad93061607375.tar.gz
Refactor:core:Document route_segment_data.flags
Signed-off-by: mvglasow <michael -at- vonglasow.com>
Diffstat (limited to 'navit/route_protected.h')
-rw-r--r--navit/route_protected.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/route_protected.h b/navit/route_protected.h
index 7f7c02106..0aeb107e6 100644
--- a/navit/route_protected.h
+++ b/navit/route_protected.h
@@ -66,7 +66,7 @@ struct route_graph_point {
*/
struct route_segment_data {
struct item item; /**< The item (e.g. street) that this segment represents. */
- int flags;
+ int flags; /**< Flags e.g. for access, restrictions, segmentation or roundabouts. */
int len; /**< Length of this segment, in meters */
int score; /**< Used by the traffic module to give preference to some
* segments over others */