summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/test/jambi.qdocconf
blob: 04bb51bd053d0c9a469b801a2283aba5e9918969 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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; 2010 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>"