apidoc/apidoc-core

Delete route seems not working

marcosrocha85 opened this issue · 1 comments

When type a doc like @api {delete} /product Removes a product from database the documentation ends up without that route. I saw that already exists a css class named #type__delete on apidoc project, but I think apidoc is not parsing when api has delete type.

I don't know how neither why, but after publish my apidocs I could see delete route. Anyway, thanks.