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

Merge branch 'feature/add-basic-concepts_doxygen' into 'master'

Adding Basic concepts to doxygen

See merge request !3938
parents 4157d534 fdfdf8ec
No related branches found
No related tags found
1 merge request!3938Adding Basic concepts to doxygen
Pipeline #54129 passed
...@@ -19,6 +19,7 @@ SPDX-License-Identifier: GPL-3.0-or-later ...@@ -19,6 +19,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
<tab type="user" url="@ref external-libraries" visible="yes" title="External libraries" intro=""/> <tab type="user" url="@ref external-libraries" visible="yes" title="External libraries" intro=""/>
<tab type="user" url="@ref examples-and-tutorials" visible="yes" title="Examples and tutorials" intro=""/> <tab type="user" url="@ref examples-and-tutorials" visible="yes" title="Examples and tutorials" intro=""/>
<tab type="usergroup" url="@ref understanding-dumux" visible="yes" title="Understanding DuMux" > <tab type="usergroup" url="@ref understanding-dumux" visible="yes" title="Understanding DuMux" >
<tab type="user" url="@ref basic-concepts" visible="yes" title="Basic concepts" intro=""/>
<tab type="user" url="@ref runtime-parameters" visible="yes" title="Runtime parameters" intro=""/> <tab type="user" url="@ref runtime-parameters" visible="yes" title="Runtime parameters" intro=""/>
<tab type="user" url="@ref running-in-parallel" visible="yes" title="Running in parallel" intro=""/> <tab type="user" url="@ref running-in-parallel" visible="yes" title="Running in parallel" intro=""/>
<tab type="user" url="@ref input-and-output-formats" visible="yes" title="Input and output formats" intro=""/> <tab type="user" url="@ref input-and-output-formats" visible="yes" title="Input and output formats" intro=""/>
......
# Basic concepts
...@@ -4,6 +4,7 @@ This part of the documentation is dedicated to provide explanations, ...@@ -4,6 +4,7 @@ This part of the documentation is dedicated to provide explanations,
tips & tricks on how to use DuMux and will introduce you to some tips & tricks on how to use DuMux and will introduce you to some
of the conventions and concepts. of the conventions and concepts.
* @ref basic-concepts
* @ref runtime-parameters * @ref runtime-parameters
* @ref running-in-parallel * @ref running-in-parallel
* @ref input-and-output-formats * @ref input-and-output-formats
......
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