|
|
@@ -494,8 +494,8 @@ class Node extends EventDispatcher {
|
|
|
|
|
|
/**
|
|
|
* Represents the setup stage which is the first step of the build process, see {@link Node#build} method.
|
|
|
- * This method is often overwritten in derived modules to prepare the node which is used as the output/result.
|
|
|
- * The output node must be returned in the `return` statement.
|
|
|
+ * This method is often overwritten in derived modules to prepare the node which is used as a node's output/result.
|
|
|
+ * If an output node is prepared, then it must be returned in the `return` statement of the derived module's setup function.
|
|
|
*
|
|
|
* @param {NodeBuilder} builder - The current node builder.
|
|
|
* @return {?Node} The output node.
|