Closed crclark closed 4 years ago
I am playing with the ring-spec-swagger example, and I noticed that the parameters don't have descriptions. Furthermore, I wasn't able to find anything about parameter descriptions in the docs. Is there a way to document each parameter?
ring-spec-swagger
https://github.com/metosin/spec-tools/blob/master/test/cljc/spec_tools/swagger/core_test.cljc#L14-L19
you need to use spec tools, there is an example on the link
doc improvements welcome
I am playing with the
ring-spec-swagger
example, and I noticed that the parameters don't have descriptions. Furthermore, I wasn't able to find anything about parameter descriptions in the docs. Is there a way to document each parameter?