ENH: Further updates to doxygen docs

This commit is contained in:
andy
2012-07-13 16:17:48 +01:00
parent 5e86700b85
commit b44f84ad39
17 changed files with 245 additions and 64 deletions

View File

@ -51,6 +51,7 @@ functions
{
type functionObjectType;
libs ("libMyFunctionObjectlib.so");
active yes; // active by default
outputControl outputTime; // output or timeStep
outputInterval 1; // only necessary for outputControl=timeStep
...