summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormvglasow <michael -at- vonglasow.com>2017-11-30 18:03:13 +0100
committermvglasow <michael -at- vonglasow.com>2017-11-30 18:03:13 +0100
commitc1bfbaedd977d3f853c23fc58a78ef0daaac79b5 (patch)
tree94b404bfc4a01ad8f645ed5de12b2f4b33a11eb3
parentdf9132141c12e513e98330e0a1b11f0fe35f1fd8 (diff)
downloadnavit-c1bfbaedd977d3f853c23fc58a78ef0daaac79b5.tar.gz
Refactor:route:Improve struct route documentation
Signed-off-by: mvglasow <michael -at- vonglasow.com>
-rw-r--r--navit/route.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/navit/route.c b/navit/route.c
index 2251ffb7f..c67455902 100644
--- a/navit/route.c
+++ b/navit/route.c
@@ -250,8 +250,8 @@ struct route {
struct route_graph *graph; /**< Pointer to the route graph */
struct route_path *path2; /**< Pointer to the route path */
- struct map *map;
- struct map *graph_map;
+ struct map *map; /**< The map containing the route path */
+ struct map *graph_map; /**< The map containing the route graph */
struct callback * route_graph_done_cb ; /**< Callback when route graph is done */
struct callback * route_graph_flood_done_cb ; /**< Callback when route graph flooding is done */
struct callback_list *cbl2; /**< Callback list to call when route changes */