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