Skip to content

Commit

Permalink
Smaller gs jsdoc tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
motin committed Apr 23, 2019
1 parent aebca51 commit 66ed407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ import { menuValidateDatasetSpreadsheet } from "./menuActions/menuValidateDatase
*
* @param {A1:D} input_table_range_with_headers The input table range including [geo,name,time] for a concept value lookup
* @param {'data:pop@fasttrack:year:countries_etc'!A1:D} concept_data_table_range_with_headers Local spreadsheet range of the property or concept data to look up against. Required for performance reasons.
* @return A two-dimensional array containing the cell/column contents described above in the summary.
* @customfunction
*/
(global as any).GM_DATA_AGGR = function(
input_table_range_with_headers: string[][],
Expand Down Expand Up @@ -263,7 +263,7 @@ import { menuValidateDatasetSpreadsheet } from "./menuActions/menuValidateDatase
* @param {"pop"} concept_id Concept id (eg. "pop") of which concept to import
* @param {"year"} time_unit Time unit variant (eg. "year") of the concept to import
* @param {"countries_etc"} geo_set (Optional with default "countries_etc") Should be one of the geo set names listed in the "geo aliases and synonyms" spreadsheet
* @return A two-dimensional array containing the cell/column contents described above in the summary.
* @customfunction
*/
(global as any).GM_IMPORT_SLOW = function(
concept_id: string,
Expand Down

0 comments on commit 66ed407

Please sign in to comment.