NAME
KGS::SGF - SGF I/O
SYNOPSIS
use KGS::SGF;
# to be written
DESCRIPTION
# to be written
Property Type Structure
A property type is a hash like this:
{
name => "SQ",
group => {
name => "Markup properties",
restrictions => "CR, MA, SL, SQ and TR points must be unique, ...",
},
related => "TR, CR, LB, SL, AR, MA, LN",
function => "Marks the given points with a square.\nPoints must be unique.",
propertytype => "-",
propvalue => "list of point"
is_list => 1,
}
AUTHOR
Marc Lehmann <pcg@goof.com>
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 119:
You forgot a '=back' before '=head2'
- Around line 318:
=back without =over