Skip to content

Commit e5ab06f

Browse files
committedMay 21, 2019
Add missing function group help
1 parent 026cb0e commit e5ab06f

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed
 
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "Files and Paths",
3+
"type": "group",
4+
"description": "Contains functions which manipulate file and path names."
5+
}

‎resources/function_help/json/Rasters

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "Rasters",
3+
"type": "group",
4+
"description": "Contains functions which calculate raster statistics and values."
5+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Record",
2+
"name": "Record and Attributes",
33
"type": "group",
44
"description": "This group contains functions that operate on record identifiers."
55
}

0 commit comments

Comments
 (0)
Please sign in to comment.