[Libreoffice-commits] core.git: odk/docs
Tomoyuki Kubota (via logerrit)
logerrit at kemper.freedesktop.org
Thu May 9 09:31:00 UTC 2019
odk/docs/cpp/Doxyfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f20b8e793f6816c354eb8853dc0a2a1594784b7e
Author: Tomoyuki Kubota <himajin100000 at gmail.com>
AuthorDate: Sun Apr 7 20:56:32 2019 +0900
Commit: Michael Stahl <Michael.Stahl at cib.de>
CommitDate: Thu May 9 11:29:42 2019 +0200
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 at cib.de>
Tested-by: Michael Stahl <Michael.Stahl at cib.de>
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
More information about the Libreoffice-commits
mailing list