Add documentation to InputRestrictionContainer
This commit is contained in:
parent
006bcc0fc8
commit
345dd2481b
@ -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
|
||||
{
|
||||
TurnRestriction restriction;
|
||||
|
Loading…
Reference in New Issue
Block a user