diff options
author | Lars Knoll <lars.knoll@nokia.com> | 2009-03-23 09:18:55 (GMT) |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2009-03-23 09:18:55 (GMT) |
commit | e5fcad302d86d316390c6b0f62759a067313e8a9 (patch) | |
tree | c2afbf6f1066b6ce261f14341cf6d310e5595bc1 /tools/qdoc3/test/jambi.qdocconf | |
download | Qt-e5fcad302d86d316390c6b0f62759a067313e8a9.zip Qt-e5fcad302d86d316390c6b0f62759a067313e8a9.tar.gz Qt-e5fcad302d86d316390c6b0f62759a067313e8a9.tar.bz2 |
Long live Qt 4.5!
Diffstat (limited to 'tools/qdoc3/test/jambi.qdocconf')
-rw-r--r-- | tools/qdoc3/test/jambi.qdocconf | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/tools/qdoc3/test/jambi.qdocconf b/tools/qdoc3/test/jambi.qdocconf new file mode 100644 index 0000000..3644b69 --- /dev/null +++ b/tools/qdoc3/test/jambi.qdocconf @@ -0,0 +1,47 @@ +include(compat.qdocconf) +include(macros.qdocconf) + +project = Qt Jambi +description = Qt Jambi Reference Documentation +url = http://doc.trolltech.com/qtjambi + +version = 4.4.0_01 + +language = Java + +sources = $JAMBI/doc/japi/qdoc.japi +outputformats = javadoc HTML +outputdir = $JAMBI/doc/html/com/trolltech/qt + +imagedirs = $QTDIR/doc/src/images \ + $QTDIR/examples \ + $JAMBI/doc/src/images \ + ../doc/src/images + +extraimages.javadoc = qt-logo \ + qt-logo.png + +HTML.stylesheets = classic.css + +HTML.postheader = "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n" \ + "<tr>\n" \ + "<td align=\"left\" valign=\"top\" width=\"32\">" \ + "<img src=\"images/qt-logo.png\" align=\"left\" width=\"32\" height=\"32\" border=\"0\" />" \ + "</td>\n" \ + "<td width=\"1\"> </td>" \ + "<td class=\"postheader\" valign=\"center\">" \ + "<a href=\"qtjambi-index.html\">" \ + "<font color=\"#004faf\">Home</font></a> ·" \ + " <a href=\"qtjambi-overviews.html\">" \ + "<font color=\"#004faf\">Overviews</font></a> ·" \ + " <a href=\"qtjambi-examples.html\">" \ + "<font color=\"#004faf\">Examples</font></a> " \ + "</td>\n" \ + "</tr></table>" + +HTML.footer = "<p /><address><hr /><div align=\"center\">\n" \ + "<table width=\"100%\" cellspacing=\"0\" border=\"0\"><tr class=\"address\">\n" \ + "<td width=\"30%\">Copyright © \$THISYEAR\$ <a href=\"trolltech.html\">Trolltech</a></td>\n" \ + "<td width=\"40%\" align=\"center\"><a href=\"trademarks.html\">Trademarks</a></td>\n" \ + "<td width=\"30%\" align=\"right\"><div align=\"right\">Qt Jambi \\version</div></td>\n" \ + "</tr></table></div></address>" |