Update:Doc:Added some doxygen comments. Mainly to test the irc notification
authorkazer_ <kazer_@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Thu, 12 Jun 2008 21:25:39 +0000 (21:25 +0000)
committerkazer_ <kazer_@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Thu, 12 Jun 2008 21:25:39 +0000 (21:25 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk/navit@1110 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit.c

index 11ffd1c..250a027 100644 (file)
  * @{
  */
 
+//! The navit_vehicule
 struct navit_vehicle {
+       /*!< Limit of the update counter. See navit_add_vehicle */
        int update;
+       /*!< Deprecated : Update counter itself. When it reaches 'update' counts, route is updated */
        int update_curr;
+       /*!< Limit of the follow counter. See navit_add_vehicle */
        int follow;
+       /*!< Deprecated : follow counter itself. When it reaches 'update' counts, map is recentered*/
        int follow_curr;
        struct coord coord;
        int dir;