From 417ac33aca26ba6388cd1e05d91a8307bf9db92b Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Sun, 3 Jul 2016 23:16:29 +0100 Subject: [PATCH] functionObjects: Updated documentation Patch contributed by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2138 --- .../utilities/removeRegisteredObject/removeRegisteredObject.H | 4 ++-- src/functionObjects/utilities/writeObjects/writeObjects.H | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/functionObjects/utilities/removeRegisteredObject/removeRegisteredObject.H b/src/functionObjects/utilities/removeRegisteredObject/removeRegisteredObject.H index 221c09a0e3..2fc5df3038 100644 --- a/src/functionObjects/utilities/removeRegisteredObject/removeRegisteredObject.H +++ b/src/functionObjects/utilities/removeRegisteredObject/removeRegisteredObject.H @@ -37,7 +37,7 @@ Description type removeRegisteredObject; libs ("libutilityFunctionObjects.so"); ... - objectNames (obj1 obj2); + objects (obj1 obj2); } \endverbatim @@ -45,7 +45,7 @@ Usage \table Property | Description | Required | Default value type | type name: removeRegisteredObject | yes | - objectNames | objects to remove | yes | + objects | objects to remove | yes | \endtable See also diff --git a/src/functionObjects/utilities/writeObjects/writeObjects.H b/src/functionObjects/utilities/writeObjects/writeObjects.H index 548dbecfab..dbf3956378 100644 --- a/src/functionObjects/utilities/writeObjects/writeObjects.H +++ b/src/functionObjects/utilities/writeObjects/writeObjects.H @@ -48,7 +48,7 @@ Description libs ("libutilityFunctionObjects.so"); exclusiveWriting true; ... - objectNames (obj1 obj2); + objects (obj1 obj2); } \endverbatim @@ -56,7 +56,7 @@ Usage \table Property | Description | Required | Default value type | type name: writeObjects | yes | - objectNames | objects to write | yes | + objects | objects to write | yes | exclusiveWriting | Takes over object writing | no | yes \endtable