diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-12-09 11:56:47 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-12-09 11:56:47 (GMT) |
commit | 3ee5edeff7890c3fc1099029320f0fb038e7f81d (patch) | |
tree | 9c72c8caebb91172f861076ed15c53453dd63915 /tools | |
parent | 7cfb008dd0aa1908464f071b1661e40e6117aba8 (diff) | |
download | Qt-3ee5edeff7890c3fc1099029320f0fb038e7f81d.zip Qt-3ee5edeff7890c3fc1099029320f0fb038e7f81d.tar.gz Qt-3ee5edeff7890c3fc1099029320f0fb038e7f81d.tar.bz2 |
doc: Removed the \hr macro from the DITA XML qdocconf file.
This eliminates some "raw-html" cases.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/qdoc3/test/qt-ditaxml.qdocconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qdoc3/test/qt-ditaxml.qdocconf b/tools/qdoc3/test/qt-ditaxml.qdocconf index cc2937a..bc32149 100644 --- a/tools/qdoc3/test/qt-ditaxml.qdocconf +++ b/tools/qdoc3/test/qt-ditaxml.qdocconf @@ -20,7 +20,7 @@ macro.BR.DITAXML = " " macro.copyright.DITAXML = "©" macro.eacute.DITAXML = "é" macro.gui = "\\bold" -macro.hr.DITAXML = "<hr />" +macro.hr.DITAXML = " " macro.iacute.DITAXML = "í" macro.key = "\\bold" macro.menu = "\\bold" |