From e323f0a01768b6911ccf5e31834b9276e91d2b6a Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Tue, 10 Jun 2025 17:25:48 -0400 Subject: [PATCH] Doxygen Layout: move detailed description to the top Class documentation is currently ordered in the following way: - brief description - inheritance diagramm - list of all members - detailed description This PR moves the detailed description to the top (after the @brief description we rarely use) --- doc/doxygen/DoxygenLayout.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen/DoxygenLayout.xml.in b/doc/doxygen/DoxygenLayout.xml.in index 4115a79ee9..99243d6de0 100644 --- a/doc/doxygen/DoxygenLayout.xml.in +++ b/doc/doxygen/DoxygenLayout.xml.in @@ -29,6 +29,7 @@ + @@ -65,7 +66,6 @@ - -- 2.39.5