From af19481b651627b1527670b25a3880f25dde701f Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Sat, 16 Apr 2016 17:26:49 -0400 Subject: [PATCH] [Doc] Remove some incorrect copy/pasted docstrings --- include/cantera/thermo/RedlichKwongMFTP.h | 13 ++----------- src/thermo/RedlichKwongMFTP.cpp | 10 ++-------- 2 files changed, 4 insertions(+), 19 deletions(-) diff --git a/include/cantera/thermo/RedlichKwongMFTP.h b/include/cantera/thermo/RedlichKwongMFTP.h index b7d3d09e3..8d0910dd2 100644 --- a/include/cantera/thermo/RedlichKwongMFTP.h +++ b/include/cantera/thermo/RedlichKwongMFTP.h @@ -1,11 +1,5 @@ -/** - * @file RedlichKwongMFTP.h - * Definition file for a derived class of ThermoPhase that assumes either - * an ideal gas or ideal solution approximation and handles - * variable pressure standard state methods for calculating - * thermodynamic properties (see \ref thermoprops and - * class \link Cantera::RedlichKwongMFTP RedlichKwongMFTP\endlink). - */ +//! @file RedlichKwongMFTP.h + /* * Copyright (2005) Sandia Corporation. Under the terms of * Contract DE-AC04-94AL85000 with Sandia Corporation, the @@ -22,9 +16,6 @@ namespace Cantera { /** * @ingroup thermoprops - * - * This class can handle either an ideal solution or an ideal gas approximation - * of a phase. */ class RedlichKwongMFTP : public MixtureFugacityTP { diff --git a/src/thermo/RedlichKwongMFTP.cpp b/src/thermo/RedlichKwongMFTP.cpp index 3c3ee3107..d9a419004 100644 --- a/src/thermo/RedlichKwongMFTP.cpp +++ b/src/thermo/RedlichKwongMFTP.cpp @@ -1,11 +1,5 @@ -/** - * @file RedlichKwongMFTP.cpp - * Definition file for a derived class of ThermoPhase that assumes either - * an ideal gas or ideal solution approximation and handles - * variable pressure standard state methods for calculating - * thermodynamic properties (see \ref thermoprops and - * class \link Cantera::RedlichKwongMFTP RedlichKwongMFTP\endlink). - */ +//! @file RedlichKwongMFTP.cpp + /* * Copyright (2005) Sandia Corporation. Under the terms of * Contract DE-AC04-94AL85000 with Sandia Corporation, the