1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
project = MorphWeb
description = Morph Web module documentation
sourcedirs = ./
sources.fileextensions = "*.qdoc"
outputdir = html
outputformats = HTML
version = 0.2
syntaxhightlighting = true
sourceencoding = UTF-8
outputencoding = UTF-8
HTML.nonavigationbar = "true"
HTML.stylesheets = \
css/base.css \
css/custom.css \
css/qtquick.css
HTML.headerstyles = \
"<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/custom.css\" />\n"
|