Bastien Sevajol 6 years ago
parent
commit
8351e54d5f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      hapic/doc.py

+ 2 - 0
hapic/doc.py View File

222
         #             print(route.method, path, description)
222
         #             print(route.method, path, description)
223
         #             continue
223
         #             continue
224
 
224
 
225
+
226
+# TODO BS 20171109: Must take care of already existing definition names
225
 def generate_schema_name(schema):
227
 def generate_schema_name(schema):
226
     return schema.__name__
228
     return schema.__name__