Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
wilbeibi wrote:
So, what if thrift -r --gen html a.thrift ?
There is no way to gent a.thrift and b.thrift generate documentation in the same index.html
Confirmed. Does not work as one would expect, output is always put into the same dir. That's not cool.
ci.thrift
// CI container, call with thrift -r -gen ...
namespace * ci
#include a.thrift
#include b.thrift
a.thrift
namespace * Foo struct Foo { 1 : i32 foo }
b.thrift
namespace * Bar struct Bar { 1 : i32 Bar }
Attachments
Issue Links
- is related to
-
THRIFT-3862 Parse does not support multiple thrift files
- Closed