odk/docs/cpp/Doxyfile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f20b8e793f6816c354eb8853dc0a2a1594784b7e
Author:     Tomoyuki Kubota <[email protected]>
AuthorDate: Sun Apr 7 20:56:32 2019 +0900
Commit:     Michael Stahl <[email protected]>
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 <[email protected]>
    Tested-by: Michael Stahl <[email protected]>

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
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to