Skip to content

Commit

Permalink
docs(generators): @fileoverview -> @file
Browse files Browse the repository at this point in the history
With an update to the wording for generators/php.ts.
  • Loading branch information
cpcallen committed Nov 18, 2023
1 parent 5c3afa3 commit 8686f5d
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions generators/php.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
*/

/**
* @fileoverview Complete helper functions for generating PHP for
* blocks. This is the entrypoint for php_compressed.js.
* @suppress {extraRequire}
* @file Instantiate a PhpGenerator and populate it with the complete
* set of block generator functions for PHP. This is the entrypoint
* for php_compressed.js.
*/

// Former goog.module ID: Blockly.PHP.all
Expand Down
2 changes: 1 addition & 1 deletion generators/php/colour.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

/**
* @fileoverview Generating PHP for colour blocks.
* @file Generating PHP for colour blocks.
*/

// Former goog.module ID: Blockly.PHP.colour
Expand Down
2 changes: 1 addition & 1 deletion generators/php/lists.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

/**
* @fileoverview Generating PHP for list blocks.
* @file Generating PHP for list blocks.
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion generators/php/logic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

/**
* @fileoverview Generating PHP for logic blocks.
* @file Generating PHP for logic blocks.
*/

// Former goog.module ID: Blockly.PHP.logic
Expand Down
2 changes: 1 addition & 1 deletion generators/php/loops.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

/**
* @fileoverview Generating PHP for loop blocks.
* @file Generating PHP for loop blocks.
*/

// Former goog.module ID: Blockly.PHP.loops
Expand Down
2 changes: 1 addition & 1 deletion generators/php/math.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

/**
* @fileoverview Generating PHP for math blocks.
* @file Generating PHP for math blocks.
*/

// Former goog.module ID: Blockly.PHP.math
Expand Down
2 changes: 1 addition & 1 deletion generators/php/procedures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

/**
* @fileoverview Generating PHP for procedure blocks.
* @file Generating PHP for procedure blocks.
*/

// Former goog.module ID: Blockly.PHP.procedures
Expand Down
2 changes: 1 addition & 1 deletion generators/php/text.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

/**
* @fileoverview Generating PHP for text blocks.
* @file Generating PHP for text blocks.
*/

// Former goog.module ID: Blockly.PHP.texts
Expand Down
2 changes: 1 addition & 1 deletion generators/php/variables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

/**
* @fileoverview Generating PHP for variable blocks.
* @file Generating PHP for variable blocks.
*/

// Former goog.module ID: Blockly.PHP.variables
Expand Down
2 changes: 1 addition & 1 deletion generators/php/variables_dynamic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

/**
* @fileoverview Generating PHP for dynamic variable blocks.
* @file Generating PHP for dynamic variable blocks.
*/

// Former goog.module ID: Blockly.PHP.variablesDynamic
Expand Down

0 comments on commit 8686f5d

Please sign in to comment.