source: trunk/tools/qdoc3/test/jambi.qdocconf@ 1036

Last change on this file since 1036 was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 2.4 KB
Line 
1include(compat.qdocconf)
2include(macros.qdocconf)
3
4project = Qt Jambi
5description = Qt Jambi Reference Documentation
6url = http://qt.nokia.com/doc/qtjambi
7
8version = 4.4.0_01
9
10language = Java
11
12sources = $JAMBI/doc/japi/qdoc.japi
13outputformats = javadoc HTML
14outputdir = $JAMBI/doc/html/com/trolltech/qt
15
16imagedirs = $QTDIR/doc/src/images \
17 $QTDIR/examples \
18 $JAMBI/doc/src/images \
19 ../doc/src/images \
20 $QTDIR/doc/src/template/images
21
22extraimages.javadoc = qt-logo \
23 qt-logo.png
24
25HTML.stylesheets = classic.css
26
27HTML.postheader = "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n" \
28 "<tr>\n" \
29 "<td align=\"left\" valign=\"top\" width=\"32\">" \
30 "<img src=\"images/qt-logo.png\" align=\"left\" width=\"32\" height=\"32\" border=\"0\" />" \
31 "</td>\n" \
32 "<td width=\"1\">&nbsp;&nbsp;</td>" \
33 "<td class=\"postheader\" valign=\"center\">" \
34 "<a href=\"qtjambi-index.html\">" \
35 "<font color=\"#004faf\">Home</font></a>&nbsp;&middot;" \
36 " <a href=\"qtjambi-overviews.html\">" \
37 "<font color=\"#004faf\">Overviews</font></a>&nbsp;&middot;" \
38 " <a href=\"qtjambi-examples.html\">" \
39 "<font color=\"#004faf\">Examples</font></a>&nbsp;" \
40 "</td>\n" \
41 "</tr></table>"
42
43HTML.footer = "<p /><address><hr /><div align=\"center\">\n" \
44 "<table width=\"100%\" cellspacing=\"0\" border=\"0\"><tr class=\"address\">\n" \
45 "<td width=\"30%\" align=\"left\">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies)</td>\n" \
46 "<td width=\"40%\" align=\"center\"><a href=\"trademarks.html\">Trademarks</a></td>\n" \
47 "<td width=\"30%\" align=\"right\"><div align=\"right\">Qt Jambi \\version</div></td>\n" \
48 "</tr></table></div></address>"
Note: See TracBrowser for help on using the repository browser.