flatbuffers/tests
Advay Mengle 3ad853630c Generate appropriate schema doc comments from .proto files
- Add parse handling of .proto struct and field doc comments (enums and
their values were already handled)
- Add FBS generation handling of doc comments for structs, their
fields, enums, and their values (requires linking idl_gen_general in
the test binary build)
- Tested using test.proto|golden with doc comments added.  Xcode run of
flattest passes.

Change-Id: Idff64dd8064afba227174ab77d2c7be22d006628
2015-04-01 17:17:39 -07:00
..
FlatBuffers.Test Added Copyright headers 2015-03-11 17:27:38 -07:00
MyGame/Example Generate Java doc comments in JavaDoc style 2015-04-01 17:10:52 -07:00
prototest Generate appropriate schema doc comments from .proto files 2015-04-01 17:17:39 -07:00
GoTest.sh Fixed bug in convenient constructors for Java/C# 2014-09-25 15:53:56 -07:00
JavaTest.bat Fixed a bugs in the Java runtime that could cause an index out of bounds exception. 2014-07-02 14:39:58 -07:00
JavaTest.java Support for booleans in the Java/C# API 2015-01-26 13:08:44 -08:00
JavaTest.sh Added Copyright headers 2015-03-11 17:27:38 -07:00
go_test.go Add CreateByteVector function to Go's builder 2015-03-11 17:27:39 -07:00
include_test1.fbs Schemas now support include files. 2014-08-19 16:44:14 -07:00
include_test2.fbs Referring to types from other namespaces in C++ now works correctly. 2014-08-19 17:20:08 -07:00
monster_test.fbs Unsigned types in Java now return bigger size signed types. 2015-03-23 17:01:33 -07:00
monster_test_generated.h Unsigned types in Java now return bigger size signed types. 2015-03-23 17:01:33 -07:00
monsterdata_test.golden Added the hash attribute to ints and longs. 2015-02-17 14:10:18 -08:00
monsterdata_test.json Added the hash attribute to ints and longs. 2015-02-17 14:10:18 -08:00
monsterdata_test.mon Added the hash attribute to ints and longs. 2015-02-17 14:10:18 -08:00
test.cpp Make FuzzTest2 fuzzier. 2015-03-11 17:27:39 -07:00