From 88e4e952d73db9bc442593a96c88ca22ba7ab673 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Fri, 31 Jan 2025 15:24:03 +0000 Subject: [PATCH] Doc: Clean up output for tabbed content macro Insert line breaks in the content the \tab macro expands to. This produces nicer-looking html and also fixes an issue related to the post-processing done to the generated files. Fixes: QTWEBSITE-1202 Pick-to: 6.9 6.8 Change-Id: If4e7f7242f8687ef84ad715744653c4167cf907f Reviewed-by: Andreas Eliasson --- doc/global/htmltabs.qdocconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/global/htmltabs.qdocconf b/doc/global/htmltabs.qdocconf index 3a41a64d220..0b07b6737ec 100644 --- a/doc/global/htmltabs.qdocconf +++ b/doc/global/htmltabs.qdocconf @@ -37,7 +37,7 @@ # \endtabcontent # \endif -macro.tab.HTML = "" +macro.tab.HTML = "\n\n" macro.tabcontent = "\\div {class=\"tabcontent \1\"}" macro.endtabcontent = "\\enddiv"