functionObjects::systemCall: Updated documentation

This commit is contained in:
Henry Weller
2016-07-09 14:23:27 +01:00
parent d3c863c283
commit 763476e965

View File

@ -40,7 +40,7 @@ Description
systemCall1 systemCall1
{ {
type systemCall; type systemCall;
libs ("libsystemCall.so"); libs ("libutilityFunctionObjects.so");
... ...
executeCalls executeCalls
( (
@ -61,11 +61,11 @@ Description
Usage Usage
\table \table
Property | Description | Required | Default value Property | Description | Required | Default value
type | type name: systemCall | yes | type | type name: systemCall | yes |
executeCalls | list of calls on execute | yes | executeCalls | list of calls on execute | yes |
writeCalls | list of calls on write | yes | writeCalls | list of calls on write | yes |
endCalls | list of calls on end | yes | endCalls | list of calls on end | yes |
\endtable \endtable
Note Note