mirror of
https://github.com/google/blockly.git
synced 2026-01-11 02:47:09 +01:00
Updating JsDoc in response to comment (#4491)
This commit is contained in:
@@ -159,7 +159,7 @@ Blockly.Generator.prototype.allNestedComments = function(block) {
|
||||
|
||||
/**
|
||||
* Generate code for the specified block (and attached blocks).
|
||||
* The generator should be initialized before calling this function.
|
||||
* The generator must be initialized before calling this function.
|
||||
* @param {Blockly.Block} block The block to generate code for.
|
||||
* @param {boolean=} opt_thisOnly True to generate code for only this statement.
|
||||
* @return {string|!Array} For statement blocks, the generated code.
|
||||
|
||||
Reference in New Issue
Block a user