summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorTomoyuki Kubota <himajin100000@gmail.com>2019-04-07 20:56:32 +0900
committerMichael Stahl <Michael.Stahl@cib.de>2019-05-09 11:29:42 +0200
commitf20b8e793f6816c354eb8853dc0a2a1594784b7e (patch)
tree10c55be33458283410930cf60c18dd0aecdc8f5b /odk
parent43249c07adaf3f66bf47193c7aa08b941751e8d5 (diff)
par command does not allow n command in its first line(title)
Doxygen used to allow this but there was a regression, which is apparently not being fixed: https://github.com/doxygen/doxygen/issues/6304 Change-Id: I7602236522a56c30a2249bd8065796b3c6458704 Reviewed-on: https://gerrit.libreoffice.org/70377 Reviewed-by: Michael Stahl <Michael.Stahl@cib.de> Tested-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'odk')
-rw-r--r--odk/docs/cpp/Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/docs/cpp/Doxyfile b/odk/docs/cpp/Doxyfile
index 1bb4ddd4284b..6ea291782a79 100644
--- a/odk/docs/cpp/Doxyfile
+++ b/odk/docs/cpp/Doxyfile
@@ -30,7 +30,7 @@ HTML_TIMESTAMP = NO
GENERATE_LATEX = NO
-ALIASES = "derive=\par Derive: \n"
+ALIASES = "derive=\par Derive:"
MACRO_EXPANSION = YES
EXPAND_ONLY_PREDEF = YES