diff options
author | David Boddie <david.boddie@nokia.com> | 2010-12-14 15:03:40 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-12-14 15:03:40 (GMT) |
commit | a8fb1076935a0eb58f803477ed246dc237624370 (patch) | |
tree | 188f9b84fe140bf8c1fb82dcb404ec4a4d723097 /tools/qdoc3/test | |
parent | 086a010a63895c6e6d178c1de9434483f11b2d34 (diff) | |
download | Qt-a8fb1076935a0eb58f803477ed246dc237624370.zip Qt-a8fb1076935a0eb58f803477ed246dc237624370.tar.gz Qt-a8fb1076935a0eb58f803477ed246dc237624370.tar.bz2 |
Removed macros for figures and floats. We'll use \div...\enddiv instead.
Diffstat (limited to 'tools/qdoc3/test')
-rw-r--r-- | tools/qdoc3/test/macros.qdocconf | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/tools/qdoc3/test/macros.qdocconf b/tools/qdoc3/test/macros.qdocconf index 39986fc..2262daa 100644 --- a/tools/qdoc3/test/macros.qdocconf +++ b/tools/qdoc3/test/macros.qdocconf @@ -30,38 +30,6 @@ macro.endcomment = "\\c{*/}" macro.uuml.HTML = "ü" macro.mdash.HTML = "—" -# Macros for floating images and floating images with alt text. -# Ideally, these would be HTML-only macros. - -macro.floatleft = "\\raw HTML\n" \ - "<div style=\"float: left; margin-right: 2em\">" \ - "\\endraw\n" \ - "\\inlineimage \1\n" \ - "\\raw HTML\n" \ - "</div>\n" \ - "\\endraw\n" -macro.figureleft = "\\raw HTML\n" \ - "<div style=\"float: left; margin-right: 2em\">" \ - "\\endraw\n" \ - "\\inlineimage \1 \2\n" \ - "\\raw HTML\n" \ - "</div>\n" \ - "\\endraw\n" -macro.floatright = "\\raw HTML\n" \ - "<div style=\"float: right; margin-left: 2em\">\n" \ - "\\endraw\n" \ - "\\inlineimage \1\n" \ - "\\raw HTML\n" \ - "</div>\n" \ - "\\endraw\n" -macro.figureright = "\\raw HTML\n" \ - "<div style=\"float: right; margin-left: 2em\">" \ - "\\endraw\n" \ - "\\inlineimage \1 \2\n" \ - "\\raw HTML\n" \ - "</div>\n" \ - "\\endraw\n" - macro.beginfloatleft.HTML = "<div style=\"float: left; margin-right: 2em\">" macro.beginfloatright.HTML = "<div style=\"float: right; margin-left: 2em\">" macro.endfloat.HTML = "</div>" |