Skip to content
Snippets Groups Projects
Commit e30bee37 authored by Timo Koch's avatar Timo Koch
Browse files

[examples][tracer] Use [[details]] instead of plain HTML

parent 39b4420f
No related branches found
No related tags found
1 merge request!1899Feature/improve tracer example
...@@ -26,8 +26,8 @@ The documentation provided in the sequel is structured as follows: ...@@ -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, 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. for which we then specialize `properties` to the needs of the desired setup.
### Include files ### Includes
<details> <details><summary> Click to show includes</summary>
The `OneP` type tag specializes most of the `properties` required for single- 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 phase flow simulations in DuMuX. We will use this in the following to inherit the
......
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
// In this file, the type tag used for the single-phase flow simulation is defined, // 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. // for which we then specialize `properties` to the needs of the desired setup.
// //
// ### Include files // ### Includes
// <details> // [[details]] includes
// //
// The `OneP` type tag specializes most of the `properties` required for single- // 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 // phase flow simulations in DuMuX. We will use this in the following to inherit the
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
// We include the problem and spatial parameters headers used for this simulation. // We include the problem and spatial parameters headers used for this simulation.
#include "problem_1p.hh" #include "problem_1p.hh"
#include "spatialparams_1p.hh" #include "spatialparams_1p.hh"
// </details> // [[/details]]
// //
// ### Type tag definition // ### Type tag definition
// //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment