summaryrefslogtreecommitdiff
path: root/navit/navit.c
diff options
context:
space:
mode:
authormvglasow <michael -at- vonglasow.com>2015-10-04 16:45:11 +0200
committermvglasow <michael -at- vonglasow.com>2015-10-04 16:45:11 +0200
commit6cdd491979e751595f671f45cf1c16e910639e99 (patch)
treefe685e04b80a90a4439b92d901d9d4bf8a89f66e /navit/navit.c
parent7de2f45d1403c3f7b683ab0ec681beefd61fbfbb (diff)
downloadnavit-6cdd491979e751595f671f45cf1c16e910639e99.tar.gz
Refactor:core:Improve documentation in navit.c and route.c
Signed-off-by: mvglasow <michael -at- vonglasow.com>
Diffstat (limited to 'navit/navit.c')
-rw-r--r--navit/navit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/navit/navit.c b/navit/navit.c
index 5420a08cc..79c4ba955 100644
--- a/navit/navit.c
+++ b/navit/navit.c
@@ -1535,7 +1535,8 @@ navit_mark_navigation_stopped(char *former_destination_file){
* @param navit The navit instance
* @param c The coordinate to start routing to
* @param description A label which allows the user to later identify this destination in the former destinations selection
- * @returns nothing
+ * @param async Set to 1 to do route calculation asynchronously
+ * @return nothing
*/
void
navit_set_destination(struct navit *this_, struct pcoord *c, const char *description, int async)