mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: add usage notes to more utilities and solvers
This commit is contained in:
@ -235,6 +235,11 @@ bool writeOptionalMeshObject
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
argList::addNote
|
||||
(
|
||||
"Converts all IOobjects associated with a case into the format"
|
||||
" specified in the controlDict"
|
||||
);
|
||||
timeSelector::addOptions();
|
||||
argList::addBoolOption
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user