Skip to content
Snippets Groups Projects
Commit 9f682a0c authored by Henry Weller's avatar Henry Weller
Browse files

functionObjects::systemCall: Updated documentation

parent 6e95af9d
Branches
Tags
No related merge requests found
......@@ -40,7 +40,7 @@ Description
systemCall1
{
type systemCall;
libs ("libsystemCall.so");
libs ("libutilityFunctionObjects.so");
...
executeCalls
(
......@@ -61,11 +61,11 @@ Description
Usage
\table
Property | Description | Required | Default value
type | type name: systemCall | yes |
executeCalls | list of calls on execute | yes |
writeCalls | list of calls on write | yes |
endCalls | list of calls on end | yes |
Property | Description | Required | Default value
type | type name: systemCall | yes |
executeCalls | list of calls on execute | yes |
writeCalls | list of calls on write | yes |
endCalls | list of calls on end | yes |
\endtable
Note
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment