File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -144,9 +144,9 @@ class PathAlgorithm {
144
144
/* *
145
145
* Add edges at the origin to the adjacency list
146
146
* @param graphreader Graph tile reader.
147
- * @param dest Location information of the destination
148
- * @param costing Dynamic costing
149
- * @param loop_edge Loop edge information
147
+ * @param origin Location information of the destination
148
+ * @param costing Dynamic costing
149
+ * @param loop_edge Loop edge information
150
150
*/
151
151
void SetOrigin (baldr::GraphReader& graphreader,
152
152
const baldr::PathLocation& origin,
@@ -156,8 +156,8 @@ class PathAlgorithm {
156
156
/* *
157
157
* Set the destination edge(s).
158
158
* @param graphreader Graph tile reader.
159
- * @param dest Location information of the destination
160
- * @param costing Dynamic costing
159
+ * @param dest Location information of the destination
160
+ * @param costing Dynamic costing
161
161
* @return Returns the relative density near the destination (0-15)
162
162
*/
163
163
uint32_t SetDestination (baldr::GraphReader& graphreader,
You can’t perform that action at this time.
0 commit comments