diff options
author | Robert <me@rwinslow.com> | 2015-10-20 13:25:53 -0700 |
---|---|---|
committer | Robert <me@rwinslow.com> | 2015-10-20 13:25:53 -0700 |
commit | 07478a67007e257163a70b8b76e4b5e7f2ca631f (patch) | |
tree | 40c4557823defd933dc557b25cce6ec799d07099 /tests | |
parent | 48ff7294779eb3a255dce51474c20628a4b4b3dc (diff) | |
parent | 82a71b18f1d89d41ed5c1807d1ab80cf74491bcd (diff) | |
download | flatbuffers-07478a67007e257163a70b8b76e4b5e7f2ca631f.tar.gz flatbuffers-07478a67007e257163a70b8b76e4b5e7f2ca631f.tar.bz2 flatbuffers-07478a67007e257163a70b8b76e4b5e7f2ca631f.zip |
Merge pull request #204 from layzerar/fix_struct_comment
fix comment generation of struct
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/monster_test.fbs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/monster_test.fbs b/tests/monster_test.fbs index b2b99bb8..6fe5f25d 100755 --- a/tests/monster_test.fbs +++ b/tests/monster_test.fbs @@ -31,6 +31,7 @@ table Stat { count:ushort; } +/// an example documentation comment: monster object table Monster { pos:Vec3 (id: 0); hp:short = 100 (id: 2); |