From 62aefaafe213274b4d6c99cb7da3b3dcf2631b18 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Tue, 15 Aug 2023 13:16:29 -0400 Subject: [PATCH] [Doc] Make transport properties a top-level group --- include/cantera/transport/Transport.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/include/cantera/transport/Transport.h b/include/cantera/transport/Transport.h index cbcf67dd3..c6e57cafd 100644 --- a/include/cantera/transport/Transport.h +++ b/include/cantera/transport/Transport.h @@ -9,11 +9,10 @@ // at https://cantera.org/license.txt for license and copyright information. /** - * @defgroup tranprops Transport Properties for Species in Phases + * @defgroup tranprops Transport Properties * - * @ingroup phases - * - * These classes provide transport properties. + * These classes provide transport properties, including diffusion coefficients, + * thermal conductivity, and viscosity. */ #ifndef CT_TRANSPORT_H