From 2ddef8c6952b1f08855442989cb11ec10e4b48bc Mon Sep 17 00:00:00 2001 From: Timo Koch <timokoch@uio.no> Date: Fri, 9 Jun 2023 18:09:39 +0200 Subject: [PATCH] [doxygen] Switch parallel and examples section --- doc/doxygen/DoxygenDumuxLayout.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/doxygen/DoxygenDumuxLayout.xml b/doc/doxygen/DoxygenDumuxLayout.xml index 618cbe9e92..c98a20bd4d 100644 --- a/doc/doxygen/DoxygenDumuxLayout.xml +++ b/doc/doxygen/DoxygenDumuxLayout.xml @@ -22,9 +22,9 @@ SPDX-License-Identifier: GPL-3.0-or-later <!-- Note that extra documentation can be added to groups in separate markdown files --> <!-- For this write @addtogroup <groupname> at the top of that markdown page --> <tab type="user" url="@ref external-libraries" visible="yes" title="External libraries" intro=""/> - <tab type="user" url="@ref running-in-parallel" visible="yes" title="Running in parallel" intro=""/> - <tab type="modules" visible="yes" title="Module description" intro=""/> <tab type="user" url="@ref examples-and-tutorials" visible="yes" title="Examples and tutorials" intro=""/> + <tab type="modules" visible="yes" title="Module description" intro=""/> + <tab type="user" url="@ref running-in-parallel" visible="yes" title="Running in parallel" intro=""/> <tab type="user" url="@ref python-bindings" visible="yes" title="Python bindings" intro=""/> <tab type="user" url="@ref building-the-documentation" visible="yes" title="Build doxygen documentation" intro=""/> <tab type="namespaces" visible="yes" title=""> -- GitLab