diff --git a/src/trixi_include.jl b/src/trixi_include.jl index 3ea08d0..92e773a 100644 --- a/src/trixi_include.jl +++ b/src/trixi_include.jl @@ -19,6 +19,8 @@ for ODEs, see the "Miscellaneous" section of the # Examples ```@example +julia> using TrixiBase, Trixi + julia> redirect_stdout(devnull) do trixi_include(@__MODULE__, joinpath(examples_dir(), "tree_1d_dgsem", "elixir_advection_extended.jl"), tspan=(0.0, 0.1))