Fix:Documentation:Fixed wrongly placed comments
authorkazer_ <kazer_@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Thu, 12 Jun 2008 22:27:10 +0000 (22:27 +0000)
committerkazer_ <kazer_@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Thu, 12 Jun 2008 22:27:10 +0000 (22:27 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk/navit@1111 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit.c

index 250a027..384a088 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 */
+       /*! Limit of the update counter. See navit_add_vehicle */
        int update_curr;
-       /*!< Limit of the follow counter. See navit_add_vehicle */
+       /*! Deprecated : Update counter itself. When it reaches 'update' counts, route is updated */
        int follow;
-       /*!< Deprecated : follow counter itself. When it reaches 'update' counts, map is recentered*/
+       /*! Limit of the follow counter. See navit_add_vehicle */
        int follow_curr;
+       /*! Deprecated : follow counter itself. When it reaches 'update' counts, map is recentered*/
        struct coord coord;
        int dir;
        int speed;