From c1e4430c8a73817cb3de23bfcfbcfa7245064bd7 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Wed, 19 Nov 2014 20:27:38 +0000 Subject: [PATCH] [Doc] Fix formatting of Doxygen comments for Reaction classes --- include/cantera/kinetics/Reaction.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/cantera/kinetics/Reaction.h b/include/cantera/kinetics/Reaction.h index 11c48757b..65b6d6d34 100644 --- a/include/cantera/kinetics/Reaction.h +++ b/include/cantera/kinetics/Reaction.h @@ -29,7 +29,7 @@ public: std::string equation() const; //! Ensure that the rate constant and other parameters for this reaction are - //valid. + //! valid. virtual void validate(); //! Type of the reaction. The valid types are listed in the file, @@ -58,7 +58,7 @@ public: bool duplicate; //! True if reaction orders can be specified for non-reactant species. - //Default is `false`. + //! Default is `false`. bool allow_nonreactant_orders; //! True if negative reaction orders are allowed. Default is `false`. @@ -195,12 +195,12 @@ public: //! the parameterization. std::map coverage_deps; - // Set to true if `rate` is a parameterization of the sticking coefficient - // rather than the forward rate constant + //! Set to true if `rate` is a parameterization of the sticking coefficient + //! rather than the forward rate constant bool is_sticking_coefficient; - // For reactions with multiple non-surface species, the sticking species - // needs to be explicitly identified. + //! For reactions with multiple non-surface species, the sticking species + //! needs to be explicitly identified. std::string sticking_species; };