Explorar o código

ncd: modules: call: document _caller.variable

ambrop7 %!s(int64=14) %!d(string=hai) anos
pai
achega
e2a2afb32d
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      ncd/modules/call.c

+ 2 - 0
ncd/modules/call.c

@@ -26,6 +26,8 @@
  * Description:
  *   Module which allows using a single statement to represent multiple statements
  *   in a process template, allowing reuse of repetitive code.
+ *   The created template process can access variables and objects as seen from the
+ *   call statement via "_caller.variable".
  * 
  * Variables:
  *   Exposes variables as seen from the end of the called process template.