fsbahman / apidoc-swagger

apidoc and swagger are two nice projects which are focusing on documentation of APIs. This project is a middle tier which tries to bring them together in a sense that it uses apidoc to convert inline documentation to json schema and later convert it to swagger json schmea.
Other
252 stars 129 forks source link

Use title as summary field if description is empty #27

Open andreax79 opened 7 years ago

andreax79 commented 7 years ago

Tiny hack to use title field is the description is empty (i.e. @apiDescription is not present).