Adding more type documentation.

This commit is contained in:
Neil Fraser 2015-07-13 15:03:22 -07:00
parent f737b3ea48
commit e0f90e6e33
32 changed files with 75 additions and 67 deletions
generators

View file

@ -31,7 +31,7 @@ goog.require('Blockly.Generator');
/**
* PHP code generator.
* @type !Blockly.Generator
* @type {!Blockly.Generator}
*/
Blockly.PHP = new Blockly.Generator('PHP');