From 62870abe342ab7e38dbfe76e6b7f0569d371af29 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sun, 16 Sep 2018 15:42:46 -0700 Subject: [PATCH] Remove newlines from Doxyfile.user aliases For some reason I started getting literal \n appearing in Doxygen-generated help files. These are coming from newlines in aliases defined in Doxyfile.user. These should be safe to remove because they are HTML-specific and there is still whitespace before them. Remove these newlines. This didn't reproduce on Linux; Doxygen is full of mysteries. --- Doxyfile.user | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doxyfile.user b/Doxyfile.user index 7afd4a8f1..080f10e11 100644 --- a/Doxyfile.user +++ b/Doxyfile.user @@ -235,9 +235,9 @@ ALIASES += "key{2}=\1-\2 ALIASES += "key{3}=\1-\2" ALIASES += "cursor_key{2}=\1" -ALIASES += "fish=\htmlonly[block] \n
"
-ALIASES += "fish{1}=\htmlonly[block] \n
"
-ALIASES += "endfish=
\endhtmlonly \n" +ALIASES += "fish=\htmlonly[block]
"
+ALIASES += "fish{1}=\htmlonly[block] 
"
+ALIASES += "endfish=
\endhtmlonly " ALIASES += "asis{1}=\1" ALIASES += "outp{1}=\1"