@@ -480,19 +480,24 @@ int Vect_net_get_node_cost(struct Map_info *Map, int node, double *cost)
480480   \brief Find nearest node(s) on network. 
481481
482482   \param Map vector map with build graph (see Vect_net_ttb_build_graph and 
483-    Vect_net_build_graph) \param x,y,z point coordinates (z coordinate NOT USED 
484-    !) \param direction (GV_FORWARD - from point to net, GV_BACKWARD - from net 
485-    to point) \param maxdist maximum distance to the network \param[out] node1 
486-    pointer where to store the node number (or NULL) \param[out] node2 pointer 
487-    where to store the node number (or NULL) \param[out] ln    pointer where to 
488-    store the nearest line number (or NULL) \param[out] costs1 pointer where to 
489-    store costs on nearest line to node1 (not costs from x,y,z to the line) (or 
490-    NULL) \param[out] costs2 pointer where to store costs on nearest line to 
491-    node2 (not costs from x,y,z to the line) (or NULL) \param[out] Points1 
492-    pointer to structure where to store vertices on nearest line to node1 (or 
493-    NULL) \param[out] Points2 pointer to structure where to store vertices on 
494-    nearest line to node2 (or NULL) \param[out] pointer where to distance to the 
495-    line (or NULL) \param[out] distance 
483+               Vect_net_build_graph) 
484+    \param x,y,z point coordinates (z coordinate NOT USED!) 
485+    \param direction (GV_FORWARD - from point to net, GV_BACKWARD - from net 
486+                     to point) 
487+    \param maxdist maximum distance to the network 
488+    \param[out] node1 pointer where to store the node number (or NULL) 
489+    \param[out] node2 pointer where to store the node number (or NULL) 
490+    \param[out] ln    pointer where to store the nearest line number (or NULL) 
491+    \param[out] costs1 pointer where to store costs on nearest line to node1 (not 
492+                       costs from x,y,z to the line) (or NULL) 
493+    \param[out] costs2 pointer where to store costs on nearest line to node2 
494+                       (not costs from x,y,z to the line) (or NULL) 
495+    \param[out] Points1 pointer to structure where to store vertices on nearest 
496+                        line to node1 (or NULL) 
497+    \param[out] Points2 pointer to structure where to store vertices on nearest 
498+                        line to node2 (or NULL) 
499+   \param[out] pointer where to distance to the line (or NULL) 
500+   \param[out] distance 
496501
497502   \return number of nodes found (0,1,2) 
498503 */ 
0 commit comments