Add some documentation to the restriction parser

This commit is contained in:
Patrick Niklaus
2015-04-10 15:33:41 +02:00
parent c25d14e454
commit 006bcc0fc8
3 changed files with 25 additions and 4 deletions
-3
View File
@@ -79,9 +79,6 @@ struct TurnRestriction
struct InputRestrictionContainer
{
// EdgeID fromWay;
// EdgeID toWay;
// NodeID via_node;
TurnRestriction restriction;
InputRestrictionContainer(EdgeID fromWay, EdgeID toWay, EdgeID vw)