Changeset 561 for trunk/tools/qdoc3/test
- Timestamp:
- Feb 11, 2010, 11:19:06 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 4 deleted
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/vendor/nokia/qt/4.6.1 merged eligible /branches/vendor/nokia/qt/current merged eligible /branches/vendor/trolltech/qt/current 3-149
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/tools/qdoc3/test/assistant.qdocconf
r2 r561 7 7 project = Qt Assistant 8 8 description = Qt Assistant Manual 9 url = http:// doc.trolltech.com/4.59 url = http://qt.nokia.com/doc/4.6 10 10 11 11 indexes = $QT_BUILD_TREE/doc-build/html-qt/qt.index … … 14 14 15 15 qhp.Assistant.file = assistant.qhp 16 qhp.Assistant.namespace = com.trolltech.assistant.4 5116 qhp.Assistant.namespace = com.trolltech.assistant.460 17 17 qhp.Assistant.virtualFolder = qdoc 18 18 qhp.Assistant.indexTitle = Qt Assistant Manual 19 19 qhp.Assistant.extraFiles = classic.css images/qt-logo.png images/trolltech-logo.png 20 qhp.Assistant.filterAttributes = qt 4. 5.1 tools assistant20 qhp.Assistant.filterAttributes = qt 4.6.1 tools assistant 21 21 qhp.Assistant.customFilters.Assistant.name = Qt Assistant Manual 22 22 qhp.Assistant.customFilters.Assistant.filterAttributes = qt tools assistant … … 32 32 language = Cpp 33 33 34 sources = $QT_SOURCE_TREE/doc/src/ assistant-manual.qdoc \34 sources = $QT_SOURCE_TREE/doc/src/development/assistant-manual.qdoc \ 35 35 $QT_SOURCE_TREE/doc/src/examples/simpletextviewer.qdoc 36 36 -
trunk/tools/qdoc3/test/carbide-eclipse-integration.qdocconf
r2 r561 7 7 HTML.footer = "<p /><address><hr /><div align=\"center\">\n" \ 8 8 "<table width=\"100%\" cellspacing=\"0\" border=\"0\"><tr class=\"address\">\n" \ 9 "<td width=\" 40%\" align="left">Copyright © 2009 <a href=\"http://doc.trolltech.com/trolltech.html\">Nokia Corporation</a></td>\n" \10 "<td width=\" 30%\" align=\"center\"><a href=\"http://doc.trolltech.com\">Trademarks</a></td>\n" \11 "<td width=\" 40%\" align=\"right\"><div align=\"right\">Carbide.c++</div></td>\n" \9 "<td width=\"30%\" align=\"left\">Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies)</td>\n" \ 10 "<td width=\"40%\" align=\"center\"><a href=\"http://qt.nokia.com/doc\">Trademarks</a></td>\n" \ 11 "<td width=\"30%\" align=\"right\"><div align=\"right\">Carbide.c++</div></td>\n" \ 12 12 "</tr></table></div></address>" -
trunk/tools/qdoc3/test/classic.css
r2 r561 1 BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV { 2 font-family: Arial, Geneva, Helvetica, sans-serif; 3 } 4 H1 { 5 text-align: center; 6 font-size: 160%; 7 } 8 H2 { 9 font-size: 120%; 10 } 11 H3 { 12 font-size: 100%; 13 } 14 1 15 h3.fn,span.fn 2 16 { 3 margin-left: 1cm; 4 text-indent: -1cm; 17 background-color: #eee; 18 border-width: 1px; 19 border-style: solid; 20 border-color: #ddd; 21 font-weight: bold; 22 padding: 6px 0px 6px 10px; 23 margin: 42px 0px 0px 0px; 24 } 25 26 hr { 27 border: 0; 28 color: #a0a0a0; 29 background-color: #ccc; 30 height: 1px; 31 width: 100%; 32 text-align: left; 33 margin: 34px 0px 34px 0px; 34 } 35 36 table.valuelist { 37 border-width: 1px 1px 1px 1px; 38 border-style: solid; 39 border-color: #dddddd; 40 border-collapse: collapse; 41 background-color: #f0f0f0; 42 } 43 44 table.indextable { 45 border-width: 1px 1px 1px 1px; 46 border-style: solid; 47 border-collapse: collapse; 48 background-color: #f0f0f0; 49 border-color:#555; 50 font-size: 100%; 51 } 52 53 table td.largeindex { 54 border-width: 1px 1px 1px 1px; 55 border-collapse: collapse; 56 background-color: #f0f0f0; 57 border-color:#555; 58 font-size: 120%; 59 } 60 61 table.valuelist th { 62 border-width: 1px 1px 1px 2px; 63 padding: 4px; 64 border-style: solid; 65 border-color: #666; 66 color:white; 67 background-color:#666; 68 } 69 70 th.titleheader { 71 border-width: 1px 0px 1px 0px; 72 padding: 2px; 73 border-style: solid; 74 border-color: #666; 75 color:white; 76 background-color:#555; 77 background-image:url('images/gradient.png')}; 78 background-repeat: repeat-x; 79 font-size: 100%; 80 } 81 82 83 th.largeheader { 84 border-width: 1px 0px 1px 0px; 85 padding: 4px; 86 border-style: solid; 87 border-color: #444; 88 color:white; 89 background-color:#555555; 90 font-size: 120%; 91 } 92 93 p { 94 95 margin-left: 4px; 96 margin-top: 8px; 97 margin-bottom: 8px; 5 98 } 6 99 7 100 a:link 8 101 { 9 color: #004 faf;102 color: #0046ad; 10 103 text-decoration: none 11 104 } … … 41 134 } 42 135 43 td.postheader44 {45 font-family: sans-serif46 }47 48 tr.address49 {50 font-family: sans-serif51 }52 53 136 body 54 137 { 55 138 background: #ffffff; 56 139 color: black 140 } 141 142 table.generic, table.annotated 143 { 144 border-width: 1px; 145 border-color:#bbb; 146 border-style:solid; 147 border-collapse:collapse; 148 } 149 150 table td.memItemLeft { 151 width: 180px; 152 padding: 2px 0px 0px 8px; 153 margin: 4px; 154 border-width: 1px; 155 border-color: #E0E0E0; 156 border-style: none; 157 font-size: 100%; 158 white-space: nowrap 159 } 160 161 table td.memItemRight { 162 padding: 2px 8px 0px 8px; 163 margin: 4px; 164 border-width: 1px; 165 border-color: #E0E0E0; 166 border-style: none; 167 font-size: 100%; 57 168 } 58 169 … … 78 189 table tr pre 79 190 { 80 padding-top: none;81 padding-bottom: none;82 padding-left: none;83 padding-right: none;191 padding-top: 0px; 192 padding-bottom: 0px; 193 padding-left: 0px; 194 padding-right: 0px; 84 195 border: none; 85 196 background: none … … 138 249 font-size: 0.65em 139 250 } 251 252 .qmlitem { 253 padding: 0; 254 } 255 256 .qmlname { 257 white-space: nowrap; 258 } 259 260 .qmltype { 261 text-align: center; 262 font-size: 160%; 263 } 264 265 .qmlproto { 266 background-color: #eee; 267 border-width: 1px; 268 border-style: solid; 269 border-color: #ddd; 270 font-weight: bold; 271 padding: 6px 10px 6px 10px; 272 margin: 42px 0px 0px 0px; 273 } 274 275 .qmlreadonly { 276 float: right; 277 color: red 278 } 279 280 .qmldoc { 281 } 282 283 *.qmlitem p { 284 } -
trunk/tools/qdoc3/test/designer.qdocconf
r2 r561 7 7 project = Qt Designer 8 8 description = Qt Designer Manual 9 url = http:// doc.trolltech.com/4.59 url = http://qt.nokia.com/doc/4.6 10 10 11 11 indexes = $QT_BUILD_TREE/doc-build/html-qt/qt.index … … 14 14 15 15 qhp.Designer.file = designer.qhp 16 qhp.Designer.namespace = com.trolltech.designer.4 5116 qhp.Designer.namespace = com.trolltech.designer.460 17 17 qhp.Designer.virtualFolder = qdoc 18 18 qhp.Designer.indexTitle = Qt Designer Manual 19 19 qhp.Designer.extraFiles = classic.css images/qt-logo.png images/trolltech-logo.png 20 qhp.Designer.filterAttributes = qt 4. 5.1 tools designer20 qhp.Designer.filterAttributes = qt 4.6.1 tools designer 21 21 qhp.Designer.customFilters.Designer.name = Qt Designer Manual 22 22 qhp.Designer.customFilters.Designer.filterAttributes = qt tools designer … … 32 32 language = Cpp 33 33 34 sources = $QT_SOURCE_TREE/doc/src/de signer-manual.qdoc \34 sources = $QT_SOURCE_TREE/doc/src/development/designer-manual.qdoc \ 35 35 $QT_SOURCE_TREE/doc/src/examples/calculatorbuilder.qdoc \ 36 36 $QT_SOURCE_TREE/doc/src/examples/calculatorform.qdoc \ -
trunk/tools/qdoc3/test/eclipse-integration.qdocconf
r2 r561 3 3 headerdirs = 4 4 sourcedirs = 5 sourcedirs = $QTDIR/../qteclipsetools/ main/doc6 imagedirs = $QTDIR/../qteclipsetools/ main/doc7 outputdir = $QTDIR/../qteclipsetools/ main/doc/html5 sourcedirs = $QTDIR/../qteclipsetools/eclipse_patched/doc 6 imagedirs = $QTDIR/../qteclipsetools/eclipse_patched/doc 7 outputdir = $QTDIR/../qteclipsetools/eclipse_patched/doc/html 8 8 9 9 project = Qt Eclipse Integration 10 10 description = "Qt Eclipse Integration" 11 url = http:// doc.trolltech.com/eclipse-integration-4.411 url = http://qt.nokia.com/doc/qt-eclipse-1.5 12 12 13 13 HTML.{postheader,address} = "" -
trunk/tools/qdoc3/test/jambi.qdocconf
r2 r561 4 4 project = Qt Jambi 5 5 description = Qt Jambi Reference Documentation 6 url = http:// doc.trolltech.com/qtjambi6 url = http://qt.nokia.com/doc/qtjambi 7 7 8 8 version = 4.4.0_01 … … 42 42 HTML.footer = "<p /><address><hr /><div align=\"center\">\n" \ 43 43 "<table width=\"100%\" cellspacing=\"0\" border=\"0\"><tr class=\"address\">\n" \ 44 "<td width=\"30%\" >Copyright © \$THISYEAR\$ <a href=\"trolltech.html\">Trolltech</a></td>\n" \44 "<td width=\"30%\" align=\"left\">Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies)</td>\n" \ 45 45 "<td width=\"40%\" align=\"center\"><a href=\"trademarks.html\">Trademarks</a></td>\n" \ 46 46 "<td width=\"30%\" align=\"right\"><div align=\"right\">Qt Jambi \\version</div></td>\n" \ -
trunk/tools/qdoc3/test/linguist.qdocconf
r2 r561 7 7 project = Qt Linguist 8 8 description = Qt Linguist Manual 9 url = http:// doc.trolltech.com/4.59 url = http://qt.nokia.com/doc/4.6 10 10 11 11 indexes = $QT_BUILD_TREE/doc-build/html-qt/qt.index … … 14 14 15 15 qhp.Linguist.file = linguist.qhp 16 qhp.Linguist.namespace = com.trolltech.linguist.4 5116 qhp.Linguist.namespace = com.trolltech.linguist.460 17 17 qhp.Linguist.virtualFolder = qdoc 18 18 qhp.Linguist.indexTitle = Qt Linguist Manual 19 19 qhp.Linguist.extraFiles = classic.css images/qt-logo.png images/trolltech-logo.png 20 qhp.Linguist.filterAttributes = qt 4. 5.1 tools linguist20 qhp.Linguist.filterAttributes = qt 4.6.1 tools linguist 21 21 qhp.Linguist.customFilters.Linguist.name = Qt Linguist Manual 22 22 qhp.Linguist.customFilters.Linguist.filterAttributes = qt tools linguist … … 32 32 language = Cpp 33 33 34 sources = $QT_SOURCE_TREE/doc/src/ linguist-manual.qdoc \34 sources = $QT_SOURCE_TREE/doc/src/internationalization/linguist-manual.qdoc \ 35 35 $QT_SOURCE_TREE/doc/src/examples/hellotr.qdoc \ 36 36 $QT_SOURCE_TREE/doc/src/examples/arrowpad.qdoc \ -
trunk/tools/qdoc3/test/macros.qdocconf
r2 r561 1 macro.aacute.HTML = "á" 1 2 macro.Aring.HTML = "Å" 2 3 macro.aring.HTML = "å" … … 5 6 macro.br.HTML = "<br />" 6 7 macro.BR.HTML = "<br />" 7 macro. aacute.HTML = "á"8 macro.copyright.HTML = "©" 8 9 macro.eacute.HTML = "é" 9 macro.iacute.HTML = "í"10 10 macro.gui = "\\bold" 11 11 macro.hr.HTML = "<hr />" 12 macro.iacute.HTML = "í" 12 13 macro.key = "\\bold" 13 14 macro.menu = "\\bold" … … 28 29 macro.uuml.HTML = "ü" 29 30 macro.mdash.HTML = "—" 31 32 macro.beginfloatleft.HTML = "<div style=\"float: left; margin-right: 2em\">" 33 macro.beginfloatright.HTML = "<div style=\"float: right; margin-left: 2em\">" 34 macro.endfloat.HTML = "</div>" 35 macro.clearfloat.HTML = "<div style=\"clear: both\">" -
trunk/tools/qdoc3/test/qmake.qdocconf
r2 r561 7 7 project = QMake 8 8 description = QMake Manual 9 url = http:// doc.trolltech.com/4.59 url = http://qt.nokia.com/doc/4.6 10 10 11 11 indexes = $QT_BUILD_TREE/doc-build/html-qt/qt.index … … 14 14 15 15 qhp.qmake.file = qmake.qhp 16 qhp.qmake.namespace = com.trolltech.qmake.4 5116 qhp.qmake.namespace = com.trolltech.qmake.460 17 17 qhp.qmake.virtualFolder = qdoc 18 18 qhp.qmake.indexTitle = QMake Manual 19 19 qhp.qmake.extraFiles = classic.css images/qt-logo.png images/trolltech-logo.png 20 qhp.qmake.filterAttributes = qt 4. 5.1 tools qmake20 qhp.qmake.filterAttributes = qt 4.6.1 tools qmake 21 21 qhp.qmake.customFilters.qmake.name = qmake Manual 22 22 qhp.qmake.customFilters.qmake.filterAttributes = qt tools qmake … … 28 28 language = Cpp 29 29 30 sources = $QT_SOURCE_TREE/doc/src/ qmake-manual.qdoc30 sources = $QT_SOURCE_TREE/doc/src/development/qmake-manual.qdoc 31 31 32 32 sources.fileextensions = "*.cpp *.qdoc" -
trunk/tools/qdoc3/test/qt-api-only.qdocconf
r2 r561 10 10 # .qhp file. 11 11 12 qhp.Qt.excluded += $QT_SOURCE_TREE/doc/src/ assistant-manual.qdoc \12 qhp.Qt.excluded += $QT_SOURCE_TREE/doc/src/development/assistant-manual.qdoc \ 13 13 $QT_SOURCE_TREE/doc/src/examples/simpletextviewer.qdoc \ 14 $QT_SOURCE_TREE/doc/src/de signer-manual.qdoc \14 $QT_SOURCE_TREE/doc/src/development/designer-manual.qdoc \ 15 15 $QT_SOURCE_TREE/doc/src/examples/calculatorbuilder.qdoc \ 16 16 $QT_SOURCE_TREE/doc/src/examples/calculatorform.qdoc \ … … 20 20 $QT_SOURCE_TREE/doc/src/examples/worldtimeclockbuilder.qdoc \ 21 21 $QT_SOURCE_TREE/doc/src/examples/worldtimeclockplugin.qdoc \ 22 $QT_SOURCE_TREE/doc/src/ linguist-manual.qdoc \22 $QT_SOURCE_TREE/doc/src/internationalization/linguist-manual.qdoc \ 23 23 $QT_SOURCE_TREE/doc/src/examples/hellotr.qdoc \ 24 24 $QT_SOURCE_TREE/doc/src/examples/arrowpad.qdoc \ 25 25 $QT_SOURCE_TREE/doc/src/examples/trollprint.qdoc \ 26 $QT_SOURCE_TREE/doc/src/ qmake-manual.qdoc26 $QT_SOURCE_TREE/doc/src/development/qmake-manual.qdoc 27 27 28 28 outputdir = $QT_BUILD_TREE/doc-build/html-qt -
trunk/tools/qdoc3/test/qt-build-docs.qdocconf
r2 r561 7 7 project = Qt 8 8 description = Qt Reference Documentation 9 url = http:// doc.trolltech.com/4.59 url = http://qt.nokia.com/doc/4.6 10 10 11 edition.Console.modules = QtCore QtDBus QtNetwork QtScript QtSql QtXml \ 12 QtXmlPatterns QtTest 13 edition.Desktop.modules = QtCore QtDBus QtGui QtNetwork QtOpenGL QtScript QtSql QtSvg \ 11 edition.Desktop.modules = QtCore QtDBus QtGui QtNetwork QtOpenGL QtScript QtScriptTools QtSql QtSvg \ 14 12 QtWebKit QtXml QtXmlPatterns Qt3Support QtHelp \ 15 13 QtDesigner QtAssistant QAxContainer Phonon \ … … 21 19 22 20 qhp.Qt.file = qt.qhp 23 qhp.Qt.namespace = com.trolltech.qt.4 5121 qhp.Qt.namespace = com.trolltech.qt.460 24 22 qhp.Qt.virtualFolder = qdoc 25 23 qhp.Qt.indexTitle = Qt Reference Documentation … … 30 28 qhp.Qt.extraFiles = classic.css \ 31 29 images/qt-logo.png \ 32 images/trolltech-logo \33 30 images/taskmenuextension-example.png \ 34 31 images/coloreditorfactoryimage.png \ … … 36 33 images/stylesheet-coffee-plastique.png 37 34 38 qhp.Qt.filterAttributes = qt 4. 5.1 qtrefdoc39 qhp.Qt.customFilters.Qt.name = Qt 4. 5.140 qhp.Qt.customFilters.Qt.filterAttributes = qt 4. 5.135 qhp.Qt.filterAttributes = qt 4.6.1 qtrefdoc 36 qhp.Qt.customFilters.Qt.name = Qt 4.6.1 37 qhp.Qt.customFilters.Qt.filterAttributes = qt 4.6.1 41 38 qhp.Qt.subprojects = classes overviews examples 42 39 qhp.Qt.subprojects.classes.title = Classes … … 101 98 sources.fileextensions = "*.cpp *.qdoc *.mm" 102 99 examples.fileextensions = "*.cpp *.h *.js *.xq *.svg *.xml *.ui *.qhp *.qhcp" 100 examples.imageextensions = "*.png" 103 101 104 102 exampledirs = $QT_SOURCE_TREE/doc/src \ … … 106 104 $QT_SOURCE_TREE/examples/tutorials \ 107 105 $QT_SOURCE_TREE \ 108 $QT_SOURCE_TREE/qmake/examples 106 $QT_SOURCE_TREE/qmake/examples \ 107 $QT_SOURCE_TREE/src/3rdparty/webkit/WebKit/qt/docs 109 108 imagedirs = $QT_SOURCE_TREE/doc/src/images \ 110 109 $QT_SOURCE_TREE/examples … … 112 111 tagfile = $QT_BUILD_TREE/doc/html/qt.tags 113 112 base = file:$QT_BUILD_TREE/doc/html 113 114 HTML.generatemacrefs = "true" -
trunk/tools/qdoc3/test/qt-cpp-ignore.qdocconf
r2 r561 13 13 QM_EXPORT_NETWORK \ 14 14 QM_EXPORT_OPENGL \ 15 QM_EXPORT_OPENVG \ 15 16 QM_EXPORT_SQL \ 16 17 QM_EXPORT_TABLE \ … … 26 27 Q_COMPAT_EXPORT \ 27 28 Q_CORE_EXPORT \ 29 Q_CORE_EXPORT_INLINE \ 28 30 Q_EXPLICIT \ 29 31 Q_EXPORT \ … … 51 53 Q_NETWORK_EXPORT \ 52 54 Q_OPENGL_EXPORT \ 55 Q_OPENVG_EXPORT \ 53 56 Q_OUTOFLINE_TEMPLATE \ 54 57 Q_SQL_EXPORT \ … … 66 69 QT_END_NAMESPACE \ 67 70 QT_END_INCLUDE_NAMESPACE \ 68 PHONON_EXPORT 71 PHONON_EXPORT \ 72 Q_DECLARATIVE_EXPORT \ 73 Q_GADGET \ 74 QWEBKIT_EXPORT 69 75 Cpp.ignoredirectives = Q_DECLARE_HANDLE \ 70 76 Q_DECLARE_INTERFACE \ -
trunk/tools/qdoc3/test/qt-html-templates.qdocconf
r2 r561 3 3 "<tr>\n" \ 4 4 "<td align=\"left\" valign=\"top\" width=\"32\">" \ 5 "<a href=\"http://qt software.com/products/qt\"><img src=\"images/qt-logo.png\" align=\"left\" border=\"0\" /></a>" \5 "<a href=\"http://qt.nokia.com/\"><img src=\"images/qt-logo.png\" align=\"left\" border=\"0\" /></a>" \ 6 6 "</td>\n" \ 7 7 "<td width=\"1\"> </td>" \ … … 9 9 "<a href=\"index.html\">" \ 10 10 "<font color=\"#004faf\">Home</font></a> ·" \ 11 " <a href=\"namespaces.html\">" \12 "<font color=\"#004faf\">All Namespaces</font></a> ·" \13 11 " <a href=\"classes.html\">" \ 14 12 "<font color=\"#004faf\">All Classes</font></a> ·" \ 15 " <a href=\"mainclasses.html\">" \16 "<font color=\"#004faf\">Main Classes</font></a> ·" \17 " <a href=\"groups.html\">" \18 "<font color=\"#004faf\">Grouped Classes</font></a> ·" \19 " <a href=\"modules.html\">" \20 "<font color=\"#004faf\">Modules</font></a> ·" \21 13 " <a href=\"functions.html\">" \ 22 "<font color=\"#004faf\">Functions</font></a>" \ 23 "</td>\n" \ 24 "<td align=\"right\" valign=\"top\" width=\"230\"></td></tr></table>" 14 "<font color=\"#004faf\">All Functions</font></a> ·" \ 15 " <a href=\"overviews.html\">" \ 16 "<font color=\"#004faf\">Overviews</font></a>" \ 17 "</td>" \ 18 "</tr></table>" 25 19 26 20 HTML.footer = "<p /><address><hr /><div align=\"center\">\n" \ 27 21 "<table width=\"100%\" cellspacing=\"0\" border=\"0\"><tr class=\"address\">\n" \ 28 "<td width=\"30%\" align=\"left\">Copyright © 2009 Nokia Corporation " \ 29 "and/or its subsidiary(-ies)</td>\n" \ 30 "<td width=\"40%\" align=\"center\"><a href=\"trademarks.html\">Trademarks</a></td>\n" \ 31 "<td width=\"30%\" align=\"right\"><div align=\"right\">Qt \\version</div></td>\n" \ 22 "<td width=\"40%\" align=\"left\">Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies)</td>\n" \ 23 "<td width=\"20%\" align=\"center\"><a href=\"trademarks.html\">Trademarks</a></td>\n" \ 24 "<td width=\"40%\" align=\"right\"><div align=\"right\">Qt \\version</div></td>\n" \ 32 25 "</tr></table></div></address>" -
trunk/tools/qdoc3/test/qt.qdocconf
r2 r561 7 7 project = Qt 8 8 versionsym = 9 version = 4. 5.19 version = 4.6.1 10 10 description = Qt Reference Documentation 11 url = http:// doc.trolltech.com/4.511 url = http://qt.nokia.com/doc/4.6 12 12 13 edition.Console.modules = QtCore QtDBus QtNetwork QtScript QtSql QtXml \14 QtXmlPatterns QtTest15 13 edition.Desktop.modules = QtCore QtDBus QtGui QtNetwork QtOpenGL QtScript QtScriptTools QtSql QtSvg \ 16 14 QtWebKit QtXml QtXmlPatterns Qt3Support QtHelp \ … … 23 21 24 22 qhp.Qt.file = qt.qhp 25 qhp.Qt.namespace = com.trolltech.qt.4 5123 qhp.Qt.namespace = com.trolltech.qt.460 26 24 qhp.Qt.virtualFolder = qdoc 27 25 qhp.Qt.indexTitle = Qt Reference Documentation … … 32 30 qhp.Qt.extraFiles = classic.css \ 33 31 images/qt-logo.png \ 34 images/trolltech-logo \35 32 images/taskmenuextension-example.png \ 36 33 images/coloreditorfactoryimage.png \ … … 38 35 images/stylesheet-coffee-plastique.png 39 36 40 qhp.Qt.filterAttributes = qt 4. 5.1 qtrefdoc41 qhp.Qt.customFilters.Qt.name = Qt 4. 5.142 qhp.Qt.customFilters.Qt.filterAttributes = qt 4. 5.137 qhp.Qt.filterAttributes = qt 4.6.1 qtrefdoc 38 qhp.Qt.customFilters.Qt.name = Qt 4.6.1 39 qhp.Qt.customFilters.Qt.filterAttributes = qt 4.6.1 43 40 qhp.Qt.subprojects = classes overviews examples 44 41 qhp.Qt.subprojects.classes.title = Classes … … 99 96 $QTDIR/src/3rdparty/phonon/ds9 \ 100 97 $QTDIR/src/3rdparty/phonon/qt7 \ 98 $QTDIR/src/3rdparty/phonon/mmf \ 101 99 $QTDIR/src/3rdparty/phonon/waveout 102 100 103 101 sources.fileextensions = "*.cpp *.qdoc *.mm" 104 102 examples.fileextensions = "*.cpp *.h *.js *.xq *.svg *.xml *.ui *.qhp *.qhcp" 103 examples.imageextensions = "*.png" 105 104 106 105 exampledirs = $QTDIR/doc/src \ … … 108 107 $QTDIR/examples/tutorials \ 109 108 $QTDIR \ 110 $QTDIR/qmake/examples 109 $QTDIR/qmake/examples \ 110 $QTDIR/src/3rdparty/webkit/WebKit/qt/docs 111 111 imagedirs = $QTDIR/doc/src/images \ 112 112 $QTDIR/examples … … 114 114 tagfile = $QTDIR/doc/html/qt.tags 115 115 base = file:$QTDIR/doc/html 116 117 HTML.generatemacrefs = "true" -
trunk/tools/qdoc3/test/standalone-eclipse-integration.qdocconf
r2 r561 6 6 HTML.footer = "<p /><address><hr /><div align=\"center\">\n" \ 7 7 "<table width=\"100%\" cellspacing=\"0\" border=\"0\"><tr class=\"address\">\n" \ 8 "<td width=\" 40%\" align="left">Copyright © 2009 <a href=\"http://doc.trolltech.com\">Nokia Corporation</a></td>\n" \9 "<td width=\" 30%\" align=\"center\"><a href=\"http://doc.trolltech.com/trademarks.html\">Trademarks</a></td>\n" \10 "<td width=\" 40%\" align=\"right\"><div align=\"right\">Qt Eclipse Integration 1.4.3</div></td>\n" \8 "<td width=\"30%\" align=\"left\">Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies)</td>\n" \ 9 "<td width=\"40%\" align=\"center\"><a href=\"http://qt.nokia.com/doc/trademarks.html\">Trademarks</a></td>\n" \ 10 "<td width=\"30%\" align=\"right\"><div align=\"right\">Qt Eclipse Integration 1.5.3</div></td>\n" \ 11 11 "</tr></table></div></address>"
Note:
See TracChangeset
for help on using the changeset viewer.