mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-16 09:12:22 +00:00
Python: Fix potential code generation issue of documentation comment.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user