Index: tools/json_schema_compiler/model.py |
diff --git a/tools/json_schema_compiler/model.py b/tools/json_schema_compiler/model.py |
index 637942790825b1e76a9ac4033777589be57680e7..75ca4146f517a69d885f8caabbc627aa08cfd954 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, |