diff -r d42b6cf00fa6 -r c507c363625e plcopen/definitions.py --- a/plcopen/definitions.py Fri Sep 29 15:36:33 2017 +0300 +++ b/plcopen/definitions.py Fri Sep 29 16:26:15 2017 +0300 @@ -66,11 +66,10 @@ # ------------------------------------------------------------------------------- -""" -Ordored list of common data types defined in the IEC 61131-3 -Each type is associated to his direct parent type. It defines then a hierarchy -between type that permits to make a comparison of two types -""" +#: Ordored list of common data types defined in the IEC 61131-3 +#: Each type is associated to his direct parent type. It defines then a hierarchy +#: between type that permits to make a comparison of two types + TypeHierarchy_list = [ ("ANY", None), ("ANY_DERIVED", "ANY"),