From 2f43c3f4bb926c7f550cca1a8459b1c55b678c87 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Wed, 4 Jun 2025 21:56:59 +0200 Subject: [PATCH] layout --- web/Doxyfile | 2 +- web/DoxygenLayout.xml | 226 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 227 insertions(+), 1 deletion(-) create mode 100644 web/DoxygenLayout.xml diff --git a/web/Doxyfile b/web/Doxyfile index 7d541057..e8639b3f 100644 --- a/web/Doxyfile +++ b/web/Doxyfile @@ -725,7 +725,7 @@ FILE_VERSION_FILTER = # DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE # tag is left empty. -LAYOUT_FILE = +LAYOUT_FILE = web/DoxygenLayout.xml # The CITE_BIB_FILES tag can be used to specify one or more bib files containing # the reference definitions. This must be a list of .bib files. The .bib diff --git a/web/DoxygenLayout.xml b/web/DoxygenLayout.xml new file mode 100644 index 00000000..f5cb085f --- /dev/null +++ b/web/DoxygenLayout.xml @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.39.5