Bastien Sevajol 7 年 前
コミット
8351e54d5f
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2 0
      hapic/doc.py

+ 2 - 0
hapic/doc.py ファイルの表示

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__