More cleanup on headers/source for doxygen

- it also found things like size_t instead of size_type in fileName class
This commit is contained in:
Mark Olesen
2008-07-22 11:12:40 +02:00
parent 85c164340e
commit b42e13583a
30 changed files with 118 additions and 108 deletions

View File

@ -26,8 +26,14 @@ Class
Foam::OutputFilterFunctionObject
Description
FunctionObject wrapper around OutputFilter to allow them to be created
via the functions list within controlDict.
A functionObject wrapper around OutputFilter to allow them to be
created via the functions list within controlDict.
Note
Since the timeIndex is used directly from Foam::Time, it is unaffected
by user-time conversions. For example, Foam::engineTime might cause @a
writeInterval to be degrees crank angle, but the functionObject
execution @a interval would still be in timestep.
SourceFiles
OutputFilterFunctionObject.C