diff --git a/src/backend/functionNode_webgl.js b/src/backend/functionNode_webgl.js index 8c9c003b..9aa99934 100644 --- a/src/backend/functionNode_webgl.js +++ b/src/backend/functionNode_webgl.js @@ -2,13 +2,15 @@ var functionNode_webgl = (function() { /// - /// @function functionNode_webgl + /// Function: functionNode_webgl /// /// Takes in a function node, and does all the AST voodoo required to generate its respective webGL code. /// - /// @param {functionNode} The function node object + /// Parameter: + /// inNode - {functionNode} The function node object /// - /// @returns the webGL function string + /// Returns: + /// the converted webGL function string /// function functionNode_webgl( inNode ) { inNode.webglFunctionString_array = ast_generic( inNode.getJS_AST(), [], inNode );