|
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>®</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 = "é" |
|
31 macro.aring.HTML = "å" |
|
32 macro.oslash.HTML = "ø" |
|
33 macro.ouml.HTML = "ö" |
|
34 macro.Auml.HTML = "Ä" |
|
35 macro.uuml.HTML = "ü" |
|
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\"> </td>" \ |
|
44 "<td class=\"postheader\" valign=\"center\">" \ |
|
45 "<a href=\"index.html\">" \ |
|
46 "<font color=\"#004faf\">Home</font></a> ·" \ |
|
47 " <a href=\"classes.html\">" \ |
|
48 "<font color=\"#004faf\">All Classes</font></a> ·" \ |
|
49 " <a href=\"mainclasses.html\">" \ |
|
50 "<font color=\"#004faf\">Main Classes</font></a> ·" \ |
|
51 " <a href=\"groups.html\">" \ |
|
52 "<font color=\"#004faf\">Grouped Classes</font></a> ·" \ |
|
53 " <a href=\"modules.html\">" \ |
|
54 "<font color=\"#004faf\">Modules</font></a> ·" \ |
|
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 © 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>" |