summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2014-08-05 14:59:10 +0200
committerTopi Reiniƶ <topi.reinio@digia.com>2014-08-26 20:07:40 +0200
commit4f2d1e2e048765b65cbe4511b408684f625c38fa (patch)
treee1adedfaf58d8af3cedce15e24c3d74fbc08a6d3 /doc
parent92c7cb815522ad1b31e98cc1e7adeabde58057da (diff)
qdoc: Fix output of \br command
Since the \br was promoted from a macro to a QDoc command, its output has been enclosed in extra paragraph end/start tags, adding to the visible vertical space. This change fixes the issue by not closing the paragraph when QDoc encounters a \br command. Also removes the now-obsolete \br and \hr macros, as they are both proper commands. \BR and \HR substitute macros are kept. Task-number: QTBUG-37361 Change-Id: Iabbefb6e79268419792ccba42386f6342ccd175d Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/global/macros.qdocconf3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/global/macros.qdocconf b/doc/global/macros.qdocconf
index 58d9a71c8c..71a9dc30d1 100644
--- a/doc/global/macros.qdocconf
+++ b/doc/global/macros.qdocconf
@@ -3,12 +3,11 @@ macro.Aring.HTML = "&Aring;"
macro.aring.HTML = "&aring;"
macro.Auml.HTML = "&Auml;"
macro.author = "\\b{Author:}"
-macro.br.HTML = "<br />"
macro.BR.HTML = "<br />"
macro.copyright.HTML = "&copy;"
macro.eacute.HTML = "&eacute;"
macro.gui = "\\b"
-macro.hr.HTML = "<hr />"
+macro.HR.HTML = "<hr />"
macro.iacute.HTML = "&iacute;"
macro.key = "\\b"
macro.menu = "\\b"