Simplify and correct Doxygen lists using '-' rather than '\li \c'

This commit is contained in:
Henry Weller
2016-06-16 20:10:39 +01:00
parent 2fc8911d3e
commit 19ef39741b
22 changed files with 141 additions and 143 deletions

View File

@ -29,22 +29,23 @@ Group
Description
This function object allows specification of different writing frequency
of objects registered to the database. It has similar functionality
as the main time database through the writeControl setting:
of objects registered to the database.
\li \c timeStep
\li \c writeTime
\li \c adjustableRunTime
\li \c runTime
\li \c clockTime
\li \c cpuTime
It has similar functionality as the main time database through the
writeControl setting:
- timeStep
- writeTime
- adjustableRunTime
- runTime
- clockTime
- cpuTime
Example of function object specification:
\verbatim
writeObjects1
{
type writeObjects;
libs ("libutilityFunctionObjects.so");
libs ("libutilityFunctionObjects.so");
exclusiveWriting true;
...
objectNames (obj1 obj2);