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:
Wouter van Oortmerssen
2015-11-25 17:26:34 -08:00
parent b7d8c2af1a
commit d7b4a31e93
6 changed files with 68 additions and 33 deletions

View File

@@ -352,6 +352,8 @@ MyGame.Example.Stat.endStat = function(builder) {
};
/**
* an example documentation comment: monster object
*
* @constructor
*/
MyGame.Example.Monster = function() {