summaryrefslogtreecommitdiff
path: root/tools/qdoc3/test/jambi.qdocconf
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qdoc3/test/jambi.qdocconf')
-rw-r--r--tools/qdoc3/test/jambi.qdocconf47
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 0000000000..3644b69988
--- /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\">&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%\">Copyright &copy; \$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>"