Add documentation to InputRestrictionContainer

This commit is contained in:
Patrick Niklaus 2015-04-10 15:40:49 +02:00
parent 006bcc0fc8
commit 345dd2481b

View File

@ -77,6 +77,13 @@ struct TurnRestriction
} }
}; };
/**
* This is just a wrapper around TurnRestriction used in the extractor.
*
* Could be merged with TurnRestriction. For now the type-destiction makes sense
* as the format in which the restriction is presented in the extractor and in the
* preprocessing is different. (see restriction_parser.cpp)
*/
struct InputRestrictionContainer struct InputRestrictionContainer
{ {
TurnRestriction restriction; TurnRestriction restriction;