[Doc] Add Doxygen docstrings for wrapper classes
Without at least a basic docstring, these classes are excluded from the Doxygen documentation.
This commit is contained in:
parent
3914ede44a
commit
fbf93bf270
5 changed files with 5 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
|||
namespace Cantera
|
||||
{
|
||||
|
||||
//! Convenience class which inherits from both EdgePhase and EdgeKinetics
|
||||
class Edge :
|
||||
public EdgePhase, public EdgeKinetics
|
||||
{
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
namespace Cantera
|
||||
{
|
||||
|
||||
//! Convenience class which inherits from both IdealGasPhase and GasKinetics
|
||||
class IdealGasMix :
|
||||
public IdealGasPhase,
|
||||
public GasKinetics
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
namespace Cantera
|
||||
{
|
||||
|
||||
//! Wrapper for ConstDensityThermo with constructor from file
|
||||
class IncompressibleSolid : public ConstDensityThermo
|
||||
{
|
||||
public:
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
namespace Cantera
|
||||
{
|
||||
|
||||
//! Wrapper for MetalPhase with constructor from file
|
||||
class Metal : public MetalPhase
|
||||
{
|
||||
public:
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
namespace Cantera
|
||||
{
|
||||
|
||||
//! Wrapper for PureFluidPhase with constructor from file
|
||||
class PureFluid : public PureFluidPhase
|
||||
{
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue