Add api docs landing content

This commit is contained in:
Nick O'Leary
2019-02-28 22:21:22 +00:00
parent e7f54f005c
commit 236d437430
5 changed files with 29 additions and 5 deletions

View File

@@ -413,7 +413,7 @@ function setObjectProperty(msg,prop,value,createMissing) {
}
}
/**
/*!
* Get value of environment variable.
* @param {Node} node - accessing node
* @param {String} name - name of variable
@@ -439,7 +439,7 @@ function getSetting(node, name) {
* @param {String} value - the string to parse
* @param {Node} node - the node evaluating the property
* @return {String} The parsed string
* @memberof @node-red/util_util
* @memberof @node-red/util_util
*/
function evaluateEnvProperty(value, node) {
var result;