Python: Fix potential code generation issue of documentation comment.

This commit is contained in:
Melvi Ts
2015-08-28 23:48:28 +08:00
parent aeff09d724
commit 82a71b18f1
2 changed files with 2 additions and 3 deletions

View File

@@ -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);