diff --git a/tools/doc/Cantera.cfg.in b/tools/doc/Cantera.cfg.in index d11aab385..573680bdb 100755 --- a/tools/doc/Cantera.cfg.in +++ b/tools/doc/Cantera.cfg.in @@ -101,6 +101,8 @@ FILE_PATTERNS = Kinetics.h Kinetics.cpp \ Elements.h Elements.cpp \ importCTML.cpp importCTML.h \ ThermoFactory.h ThermoFactory.cpp \ + SpeciesThermoFactory.h SpeciesThermoFactory.cpp \ + speciesThermoTypes.h SpeciesThermoMgr.h SpeciesThermo.h SpeciesThermoInterpTypes.h \ utilities.h \ VPStandardStateTP.h VPStandardStateTP.cpp \ SingleSpeciesTP.h SingleSpeciesTP.cpp \ diff --git a/tools/doc/doxyinput/exceptions.txt b/tools/doc/doxyinput/exceptions.txt index d7e4abf16..0aa7b89cd 100644 --- a/tools/doc/doxyinput/exceptions.txt +++ b/tools/doc/doxyinput/exceptions.txt @@ -2,7 +2,7 @@ \page cxx-exceptions Exception Handling -Cantera throws exceptions of type CanteraError when an error is encountered. Your program should always catch these. You can throw CanteraError exceptions too, if you like, or you can use your own application-specific exception classes. +%Cantera throws exceptions of type CanteraError when an error is encountered. Your program should always catch these. You can throw CanteraError exceptions too, if you like, or you can use your own application-specific exception classes. \include except.cpp