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
251 stars 129 forks source link

Generate docs for specific files #62

Open ursualexandr opened 3 years ago

ursualexandr commented 3 years ago

Cannot target specific files, it generates .json only for the last file in the range e.g.: apidoc-swagger -f './app/example.ts' -f './app/example_2.ts' -o ../doc

we will see only docs for example_2.ts, is this supported?