Index: tools/json_schema_compiler/model.py |
diff --git a/tools/json_schema_compiler/model.py b/tools/json_schema_compiler/model.py |
index b5837128cc1854701f8ff470ab0de81091bec28a..e8ab4f2cd1f9fdfe0c9604754c1f8e97dad4d8cb 100644 |
--- a/tools/json_schema_compiler/model.py |
+++ b/tools/json_schema_compiler/model.py |
@@ -135,6 +135,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, |