util/qlalr/doc/qlalr.qdocconf
branchRCL_3
changeset 7 3f74d0d4af4c
equal deleted inserted replaced
6:dee5afe5301f 7:3f74d0d4af4c
       
     1 # Run qdoc from the directory that contains this file.
       
     2 
       
     3 project                 = qlalr
       
     4 description             = qlalr Reference Documentation
       
     5 url                     = http://qt.nokia.com/doc/
       
     6 
       
     7 language                = Cpp
       
     8 
       
     9 # sourcedirs              = $PWD/src
       
    10 sourcedirs              = src
       
    11 sources.fileextensions  = "*.qdoc"
       
    12 
       
    13 exampledirs             = ../examples
       
    14 
       
    15 imagedirs               = src/images
       
    16 outputdir               = html
       
    17 codeindent              = 1
       
    18 extraimages.HTML        = qt-logo \
       
    19                           trolltech-logo
       
    20 
       
    21 macro.key               = "\\bold"
       
    22 macro.menu              = "\\bold"
       
    23 macro.gui               = "\\bold"
       
    24 macro.reg.HTML          = "<sup>&reg;</sup>"
       
    25 macro.raisedaster.HTML  = "<sup>*</sup>"
       
    26 macro.BR.HTML           = "<br />"
       
    27 macro.br.HTML           = "<br />"
       
    28 macro.QD                = "\\e{Qt Designer}"
       
    29 macro.QA                = "\\e{Qt Assistant}"
       
    30 macro.eacute.HTML       = "&eacute;"
       
    31 macro.aring.HTML        = "&aring;"
       
    32 macro.oslash.HTML       = "&oslash;"
       
    33 macro.ouml.HTML         = "&ouml;"
       
    34 macro.Auml.HTML         = "&Auml;"
       
    35 macro.uuml.HTML         = "&uuml;"
       
    36 
       
    37 HTML.stylesheets        = src/classic.css
       
    38 HTML.postheader         = "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\n" \
       
    39                           "<tr>\n" \
       
    40                           "<td align=\"left\" valign=\"top\" width=\"32\">" \
       
    41                           "<a href=\"http://qt.nokia.com/\"><img src=\"images/qt-logo.png\" align=\"left\" width=\"32\" height=\"32\" border=\"0\" /></a>" \
       
    42                           "</td>\n" \
       
    43                           "<td width=\"1\">&nbsp;&nbsp;</td>" \
       
    44                           "<td class=\"postheader\" valign=\"center\">" \
       
    45                           "<a href=\"index.html\">" \
       
    46                           "<font color=\"#004faf\">Home</font></a>&nbsp;&middot;" \
       
    47                           " <a href=\"classes.html\">" \
       
    48                           "<font color=\"#004faf\">All&nbsp;Classes</font></a>&nbsp;&middot;" \
       
    49                           " <a href=\"mainclasses.html\">" \
       
    50                           "<font color=\"#004faf\">Main&nbsp;Classes</font></a>&nbsp;&middot;" \
       
    51                           " <a href=\"groups.html\">" \
       
    52                           "<font color=\"#004faf\">Grouped&nbsp;Classes</font></a>&nbsp;&middot;" \
       
    53                           " <a href=\"modules.html\">" \
       
    54                           "<font color=\"#004faf\">Modules</font></a>&nbsp;&middot;" \
       
    55                           " <a href=\"functions.html\">" \
       
    56                           "<font color=\"#004faf\">Functions</font></a>" \
       
    57                           "</td>\n" \
       
    58                           "<td align=\"right\" valign=\"top\" width=\"230\"><a href=\"http://qt.nokia.com\"><img src=\"images/trolltech-logo.png\" align=\"right\" width=\"203\" height=\"32\" border=\"0\" /></a></td></tr></table>"
       
    59 
       
    60 HTML.footer             = "<p /><address><hr /><div align=\"center\">\n" \
       
    61                           "<table width=\"100%\" cellspacing=\"0\" border=\"0\"><tr class=\"address\">\n" \
       
    62                           "<td width=\"30%\" align=\"left\">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies)</td>\n" \
       
    63                           "<td width=\"40%\" align=\"center\"><a href=\"trademarks.html\">Trademarks</a></td>\n" \
       
    64                           "<td width=\"30%\" align=\"right\"><div align=\"right\">Qt \\version</div></td>\n" \
       
    65                           "</tr></table></div></address>"