Rev | Line | |
---|
[7] | 1 | module undocumentedParameters { |
---|
| 2 | |
---|
| 3 | |
---|
| 4 | // * @param newparam1 paramdescription |
---|
| 5 | // * @param newparam5 paramdescription |
---|
| 6 | // * @param newparam3 paramdescription |
---|
| 7 | import from module_with_moduleParameters recursive all; |
---|
| 8 | function f_test2 (inout StringStack newparam1, in charstring newparam2, in charstring newparam3, in charstring newparam4) runs on floor return integer{ |
---|
| 9 | p_stack.stringItems[p_stack.stackSize] := p_item; |
---|
| 10 | p_stack.stackSize := p_stack.stackSize + 1; |
---|
| 11 | } |
---|
| 12 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.