diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2011-03-15 15:39:18 (GMT) |
---|---|---|
committer | Jerome Pasion <jerome.pasion@nokia.com> | 2011-03-15 15:39:18 (GMT) |
commit | 3396a1a750dd729aff9cb618510662f37954379d (patch) | |
tree | 50783c1e7e992ed5f5e2682e21347ea3afd695a2 /tools | |
parent | 3dbf838e50821073127adef8a70ff2557c59cc69 (diff) | |
download | Qt-3396a1a750dd729aff9cb618510662f37954379d.zip Qt-3396a1a750dd729aff9cb618510662f37954379d.tar.gz Qt-3396a1a750dd729aff9cb618510662f37954379d.tar.bz2 |
Adding QtWebKit Guide (BETA).
Added images, new doc build configurations, and example code.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/qdoc3/test/macros.qdocconf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qdoc3/test/macros.qdocconf b/tools/qdoc3/test/macros.qdocconf index 2262daa..87e442d 100644 --- a/tools/qdoc3/test/macros.qdocconf +++ b/tools/qdoc3/test/macros.qdocconf @@ -29,6 +29,7 @@ macro.begincomment = "\\c{/*}" macro.endcomment = "\\c{*/}" macro.uuml.HTML = "ü" macro.mdash.HTML = "—" +macro.pi.HTML = "Π" macro.beginfloatleft.HTML = "<div style=\"float: left; margin-right: 2em\">" macro.beginfloatright.HTML = "<div style=\"float: right; margin-left: 2em\">" |