File: morph-web.qdocconf

package info (click to toggle)
morph-browser 1.0.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 8,004 kB
  • sloc: cpp: 11,940; javascript: 570; xml: 102; makefile: 43
file content (20 lines) | stat: -rw-r--r-- 616 bytes parent folder | download
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"