Index: tools/json_schema_compiler/model.py |
diff --git a/tools/json_schema_compiler/model.py b/tools/json_schema_compiler/model.py |
index 3b35a8bd7f86e0b18644037f5004c6317951ff6c..3dfc3b2422208d8309d6f65a25e8ff15a1ba5dc9 100644 |
--- a/tools/json_schema_compiler/model.py |
+++ b/tools/json_schema_compiler/model.py |
@@ -199,6 +199,8 @@ class Function(object): |
- |optional| whether the Function is "optional"; this only makes sense to be |
present when the Function is representing a callback property |
- |simple_name| the name of this Function without a namespace |
+ - |returns| the return type of the function; None if the function does not |
+ return a value |
""" |
def __init__(self, |
parent, |