mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-20 10:55:07 +00:00
Added long form options for all generators (--cpp etc.)
Short-form versions are still supported, but are deprecated. Change-Id: I15f70ca8d69ba5790368205caa9603b65e1b7fff Tested: on Linux.
This commit is contained in:
@@ -352,6 +352,8 @@ MyGame.Example.Stat.endStat = function(builder) {
|
||||
};
|
||||
|
||||
/**
|
||||
* an example documentation comment: monster object
|
||||
*
|
||||
* @constructor
|
||||
*/
|
||||
MyGame.Example.Monster = function() {
|
||||
|
||||
Reference in New Issue
Block a user