From e30bee3770c32adcbbab092dc06ed10a96d7321c Mon Sep 17 00:00:00 2001 From: Timo Koch <timo.koch@iws.uni-stuttgart.de> Date: Thu, 2 Apr 2020 17:24:17 +0200 Subject: [PATCH] [examples][tracer] Use [[details]] instead of plain HTML --- examples/1ptracer/doc/1pmodel.md | 4 ++-- examples/1ptracer/properties_1p.hh | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/1ptracer/doc/1pmodel.md b/examples/1ptracer/doc/1pmodel.md index bb47e062d2..62e42912b4 100644 --- a/examples/1ptracer/doc/1pmodel.md +++ b/examples/1ptracer/doc/1pmodel.md @@ -26,8 +26,8 @@ The documentation provided in the sequel is structured as follows: In this file, the type tag used for the single-phase flow simulation is defined, for which we then specialize `properties` to the needs of the desired setup. -### Include files -<details> +### Includes +<details><summary> Click to show includes</summary> The `OneP` type tag specializes most of the `properties` required for single- phase flow simulations in DuMuX. We will use this in the following to inherit the diff --git a/examples/1ptracer/properties_1p.hh b/examples/1ptracer/properties_1p.hh index 088af0e7a3..0cbbe1993a 100644 --- a/examples/1ptracer/properties_1p.hh +++ b/examples/1ptracer/properties_1p.hh @@ -25,8 +25,8 @@ // In this file, the type tag used for the single-phase flow simulation is defined, // for which we then specialize `properties` to the needs of the desired setup. // -// ### Include files -// <details> +// ### Includes +// [[details]] includes // // The `OneP` type tag specializes most of the `properties` required for single- // phase flow simulations in DuMuX. We will use this in the following to inherit the @@ -49,7 +49,7 @@ // We include the problem and spatial parameters headers used for this simulation. #include "problem_1p.hh" #include "spatialparams_1p.hh" -// </details> +// [[/details]] // // ### Type tag definition // -- GitLab