1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
project = U1Db-Qt
description = U1Db-Qt plugin documentation
# the index file is gzipped
# indexes = /usr/share/doc/lomiri-ui-toolkit/html/lomiriuserinterfacetoolkit.index
sourcedirs = ../src \
../documentation
headerdirs = ../src/
Cpp.ignoretokens = Q_DECL_EXPORT \
Q_PROPERTY \
QT_BEGIN_NAMESPACE_U1DB \
Q_INVOKABLE \
defines = Q_QDOC
Cpp.ignoredirectives = Q_ENUMS \
Q_FLAGS \
QT_PREPEND_NAMESPACE_U1DB \
Q_DISABLE_COPY
exampledirs = ../examples/u1db-qt-example-1 \
../examples/u1db-qt-example-2 \
../examples/u1db-qt-example-2b \
../examples/u1db-qt-example-3 \
../examples/u1db-qt-example-5 \
../examples/u1db-qt-example-6
imagedirs = images
sources.fileextensions = "*.cpp *.qdoc *.mm *.qml"
headers.fileextensions = "*.h *.ch *.h++ *.hh *.hpp *.hxx"
examples.fileextensions = "*.cpp *.h *.js *.xq *.svg *.xml *.ui *.qhp *.qhcp"
examples.imageextensions = "*.png *.jpeg *.jpg *.gif *.mng"
outputdir = output/html
outputformats = HTML
syntaxhighlighting = true
HTML.postheader = "<div class=\"wrapper\">\n" \
"<div class=\"main-content\">\n"
HTML.footer = "</div>\n" \
"</div>\n"
HTML.headerstyles = "<link rel=\"stylesheet\" type=\"text/css\" href=\"style/css_002.css\">\n" \
"<link rel=\"stylesheet\" type=\"text/css\" href=\"style/reset.css\">\n" \
"<link rel=\"stylesheet\" type=\"text/css\" href=\"style/qtquick.css\">\n" \
"<link rel=\"stylesheet\" type=\"text/css\" href=\"style/base.css\">\n" \
"<link rel=\"stylesheet\" type=\"text/css\" href=\"style/scratch.css\">\n"
HTML.stylesheets = style/base.css \
style/css_002.css \
style/reset.css \
style/qtquick.css \
style/base.css \
style/scratch.css \
qhp.projects = U1DbQt
qhp.U1DbQt.file = u1dbqt.qhp
qhp.U1DbQt.namespace = net.launchpad.u1db-qt
qhp.U1DbQt.virtualFolder = u1dbqt
qhp.U1DbQt.indexTitle = U1DbQt Reference Documentation
qhp.U1DbQt.indexRoot =
qhp.U1DbQt.subprojects = overview tutorial concepts
qhp.U1DbQt.subprojects.overview.title = U1DbQt Overview
qhp.U1DbQt.subprojects.overview.indexTitle = All Modules
qhp.U1DbQt.subprojects.overview.selectors = class
qhp.U1DbQt.subprojects.tutorial.title = U1DbQt Tutorial
qhp.U1DbQt.subprojects.tutorial.indexTitle = Tutorial
qhp.U1DbQt.subprojects.tutorial.selectors = fake:page,group,module
qhp.U1DbQt.subprojects.concepts.title = U1DbQt Design Concepts
qhp.U1DbQt.subprojects.concepts.indexTitle = Design Concepts
qhp.U1DbQt.subprojects.concepts.selectors = fake:example
|