From f0b9aa6b27ad22fbb9720089daecda616dbae2a2 Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de>
Date: Fri, 16 Jun 2023 09:49:07 +0200
Subject: [PATCH] correct Doxygen aliases

---
 Doc/Doxygen/core/Doxyfile.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Doc/Doxygen/core/Doxyfile.in b/Doc/Doxygen/core/Doxyfile.in
index 5bb7ae11cdf..cbd5ab3b6cb 100644
--- a/Doc/Doxygen/core/Doxyfile.in
+++ b/Doc/Doxygen/core/Doxyfile.in
@@ -272,8 +272,8 @@ TAB_SIZE               = 4
 # with the commands \{ and \} for these it is advised to use the version @{ and
 # @} or use a double escape (\\{ and \\})
 
-ALIASES                = "homepage=@par Homepage:\n" \
-                         "license=@par License:\n"
+ALIASES                = "homepage=@par Homepage:^^" \
+                         "license=@par License:^^"
 
 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
 # only. Doxygen will then generate output that is more tailored for C. For
-- 
GitLab