Index: Source/bindings/scripts/idl_definitions.py |
diff --git a/Source/bindings/scripts/idl_definitions.py b/Source/bindings/scripts/idl_definitions.py |
index 6a2a85c3abd598f0b1ad8ce55be59210f2a12558..ee7158ab663cde7578524829e76c38e02088f376 100644 |
--- a/Source/bindings/scripts/idl_definitions.py |
+++ b/Source/bindings/scripts/idl_definitions.py |
@@ -637,13 +637,14 @@ def ext_attributes_node_to_extended_attributes(idl_name, node): |
""" |
Returns: |
Dictionary of {ExtAttributeName: ExtAttributeValue}. |
- Value is usually a string, with three exceptions: |
+ Value is usually a string, with these exceptions: |
Constructors: value is a list of Arguments nodes, corresponding to |
possible signatures of the constructor. |
CustomConstructors: value is a list of Arguments nodes, corresponding to |
possible signatures of the custom constructor. |
NamedConstructor: value is a Call node, corresponding to the single |
signature of the named constructor. |
+ SetWrapperReferenceTo: value is an Arguments node. |
""" |
# Primarily just make a dictionary from the children. |
# The only complexity is handling various types of constructors: |