From: Timo Heister Date: Tue, 10 Jun 2025 21:25:48 +0000 (-0400) Subject: Doxygen Layout: move detailed description to the top X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e323f0a01768b6911ccf5e31834b9276e91d2b6a;p=dealii.git 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) --- 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 @@ -