summaryrefslogtreecommitdiff
path: root/navit/navit.c
diff options
context:
space:
mode:
authorsleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2015-01-25 13:35:15 +0000
committersleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2015-01-25 13:35:15 +0000
commit9b1b53677b3fd4634611f586e957503f25ee9365 (patch)
tree2346006f8a939459518b1cbaf64d3e36500a97a0 /navit/navit.c
parent11ddc3882a4aeb6620408c6097d48c86451b8df2 (diff)
downloadnavit-svn-9b1b53677b3fd4634611f586e957503f25ee9365.tar.gz
Refactor:core:Doxygen comment.
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@6006 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/navit.c')
-rw-r--r--navit/navit.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/navit/navit.c b/navit/navit.c
index be0838d1..737630aa 100644
--- a/navit/navit.c
+++ b/navit/navit.c
@@ -2982,7 +2982,9 @@ coord_not_set(struct coord c){
/**
* Toggle the cursor update : refresh the map each time the cursor has moved (instead of only when it reaches a border)
*
- * @param navit The navit instance
+ * @param this_ The navit instance
+ * @param nv vehicle to draw
+ * @param pnt Screen coordinates of the vehicle. If NULL, position stored in nv is used.
* @returns nothing
*/