Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing function help (fix #15264)
(cherry-picked from 59dc407)
  • Loading branch information
nyalldawson committed Jul 19, 2016
1 parent 56fda9e commit b60cb35
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/function_help/json/Aggregates
@@ -0,0 +1,5 @@
{
"name": "Aggregates",
"type": "group",
"description": "Contains functions which aggregate values over layers and fields."
}
7 changes: 7 additions & 0 deletions resources/function_help/json/char
@@ -0,0 +1,7 @@
{
"name": "char",
"type": "function",
"description": "Returns the character associated with a unicode code.",
"arguments": [ {"arg":"code","description":"a unicode code number"}],
"examples": [ { "expression":"char(81)", "returns":"'Q'"} ]
}

0 comments on commit b60cb35

Please sign in to comment.