Skip to content

Commit

Permalink
Move 'new in' information from docs to source
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Jul 20, 2023
1 parent e509b01 commit eb9affb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/doxygen/yaml/yamlreference.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ information on thermodynamics, kinetics, and transport in a single file.
For an introductory tutorial of the YAML data language, refer to the
\ref sec-yaml-format-tutorial.

### Conversion Utilities {#sec-yaml-conversion}
## Conversion Utilities {#sec-yaml-conversion}

%Cantera provides the following conversion utilities to obtain YAML input from other
input file formats:
Expand Down
1 change: 1 addition & 0 deletions include/cantera/kinetics/BlowersMaselRate.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ struct BlowersMaselData : public ReactionData
* k_f = A T^b \exp (-E_a/RT)
* \f]
*
* @since New in %Cantera 2.6
* @ingroup arrheniusGroup
*/
class BlowersMaselRate : public ArrheniusBase
Expand Down
1 change: 1 addition & 0 deletions include/cantera/thermo/BinarySolutionTabulatedThermo.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ namespace Cantera
* molarVolume key is provided or not, the equation-of-state field in the pure species
* entries has to be defined.
*
* @since New in %Cantera 2.5
* @ingroup thermoprops
*/
class BinarySolutionTabulatedThermo : public IdealSolidSolnPhase
Expand Down

0 comments on commit eb9affb

Please sign in to comment.