Skip to content

Commit

Permalink
[docs] Create anchor for member section
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl authored and speth committed Aug 4, 2023
1 parent 9c2441b commit 5c0490b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/cantera/kinetics/Kinetics.h
Expand Up @@ -598,7 +598,9 @@ class Kinetics
//! @{

/**
* @name Routines to Calculate Kinetics Derivatives (Jacobians)
* @anchor kinDerivs
* @par Routines to Calculate Kinetics Derivatives (Jacobians)
* @name
*
* Kinetics derivatives are calculated with respect to temperature, pressure,
* molar concentrations and species mole fractions for forward/reverse/net rates
Expand Down
2 changes: 2 additions & 0 deletions include/cantera/kinetics/ReactionRate.h
Expand Up @@ -42,6 +42,8 @@ class Reaction;
//! partners, associated `DataType` containers should implement the methods
//! `perturbPressure(double deltaP)` and/or `perturbThirdBodies(double deltaM)`,
//! which allow for the calculation of numerical derivatives.
//! - For additional information, refer to the @ref kinDerivs "Kinetics Derivatives"
//! documentation.
//! @ingroup reactionGroup
class ReactionRate
{
Expand Down

0 comments on commit 5c0490b

Please sign in to comment.