FYI, It worked for the generated C# files but not for the C++ files.
On Tue, Jun 10, 2014 at 2:52 PM, Joseph Fradley <[email protected]> wrote: > c++ and c#, I tried //, ///, and /* */. But not /** */. I'll give it a > whirl, thank you. > > > On Tue, Jun 10, 2014 at 2:50 PM, Craig Peterson <[email protected]> > wrote: > >> Yes. If you use /** fooo */ style comments they are considered doc text. >> Most generators put them on appropriate elements, but it is possible that >> some don't. What language are you using? >> >> > On Jun 10, 2014, at 11:01 AM, "Joseph Fradley" <[email protected]> >> wrote: >> > >> > Hello, >> > >> > Is there a way to have the Thrift compiler take the comments specified >> in >> > the *.thrift idl file and put them into the generated language file? >> > >> > Joe >> >> >> >
