I upped the warning levels within doxygen and then filled in
the missing information within the currently covered files.
I also created a few more doxygen modules, aiming towards getting
100% coverage of classes within at least one doxygen module.
My hope here is to start adding doxygen documentation
for the strong electrolyte thermodynamics in the near future.
Corrected comments for procedure getInteger()
getFloatArray():
Added XML name checking. The default name is still "getFloatArray".
However, now other XML names are acceptable.
Changed atof() calls to atofCheck()
Changed the code so that a comma can be the last non-spaced character
in the value field.
of doubles, keyed by a lookup name that determines the two
indecises, e.g.:
H+:Cl-:3.0E5
This introduces a triplet notation into the Cantera API.
Added a parameter to the getFloatArray() routine, that has
a default value -> so it shouldn't cause any changes to the API.