plcopen/definitions.py
changeset 1837 c507c363625e
parent 1802 74a3f4d5f407
child 1850 614396cbffbf
--- 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"),