tools/qdoc3/test/jambi.qdocconf
changeset 0 1918ee327afb
child 4 3b1da2848fc7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/qdoc3/test/jambi.qdocconf	Mon Jan 11 14:00:40 2010 +0000
@@ -0,0 +1,47 @@
+include(compat.qdocconf)
+include(macros.qdocconf)
+
+project                 = Qt Jambi
+description             = Qt Jambi Reference Documentation
+url                     = http://qt.nokia.com/doc/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\">&nbsp;&nbsp;</td>" \
+                          "<td class=\"postheader\" valign=\"center\">" \
+                          "<a href=\"qtjambi-index.html\">" \
+                          "<font color=\"#004faf\">Home</font></a>&nbsp;&middot;" \
+                          " <a href=\"qtjambi-overviews.html\">" \
+                          "<font color=\"#004faf\">Overviews</font></a>&nbsp;&middot;" \
+                          " <a href=\"qtjambi-examples.html\">" \
+                          "<font color=\"#004faf\">Examples</font></a>&nbsp;" \
+                          "</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%\" align=\"left\">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies)</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>"