Skip to content

Commit

Permalink
[docs] Fix Doxygen warning about group ending
Browse files Browse the repository at this point in the history
Part of the group extent was outside of the namespace block.
  • Loading branch information
ischoegl committed Aug 2, 2023
1 parent e2e5e1b commit 054cb80
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions include/cantera/kinetics/solveSP.h
Expand Up @@ -12,10 +12,8 @@
#include "cantera/kinetics/InterfaceKinetics.h"
#include "cantera/numerics/DenseMatrix.h"

//! @addtogroup surfSolverGroup
//! @{

//! @defgroup solvesp_methods Surface Problem Solver Methods
//! @ingroup surfSolverGroup
//! @{

//! This assumes that the initial guess supplied to the routine is far from
Expand Down Expand Up @@ -47,6 +45,7 @@ const int SFLUX_TRANSIENT = 4;
//! @defgroup solvesp_bulkFunc Surface Problem Bulk Phase Mode
//! Functionality expected from the bulk phase. This changes the equations
//! that will be used to solve for the bulk mole fractions.
//! @ingroup surfSolverGroup
//! @{

//! Deposition of a bulk phase is to be expected. Bulk mole fractions are
Expand All @@ -62,6 +61,9 @@ const int BULK_ETCH = 2;
namespace Cantera
{

//! @addtogroup surfSolverGroup
//! @{

//! Method to solve a pseudo steady state surface problem
/*!
* The following class handles solving the surface problem. The calculation
Expand Down

0 comments on commit 054cb80

Please sign in to comment.