Re: Generating Swagger doc from C++ annotations

2017-05-10 Thread tony tam
Hi, unfortunately I don’t know of any C++ server integrations for autogenerating swagger documents. > On May 10, 2017, at 10:21 AM, Topher Eliot wrote: > > Please excuse me if this is an obvious question. > We have existing server C++ applications that have RESTful

Generating Swagger doc from C++ annotations

2017-05-10 Thread Topher Eliot
Please excuse me if this is an obvious question. We have existing server C++ applications that have RESTful interfaces, but have no swagger anything. I'm trying to figure out what annotations to put into C++, and what tools to invoke to generate Swagger documentation. Unfortunately all my