It appears as though documenting parameters in service methods doesn't work. I tried documenting them both in javadoc style, and as suggested in the DocTest.thrift file (just above the parameter decleration), but it didn't seem to work either way. Is this a known bug? Or am I doing something wrong (I'm using thrift 0.4.0)
On Mon, Dec 27, 2010 at 5:18 PM, Dvir Volk <[email protected]> wrote: > oops, never noticed it... cool! > > > On Mon, Dec 27, 2010 at 5:16 PM, Kosta Sokolov <[email protected]> wrote: > >> thirft --gen html >> >> 2010/12/27 Dvir Volk <[email protected]>: >> > Is there a way to generate protocol documentation with doxygen or >> another >> > tool? >> > >> > >
