File: morph-web.qdocconf

package info (click to toggle)
morph-browser 1.1.2%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,424 kB
  • sloc: cpp: 12,201; javascript: 2,042; xml: 92; makefile: 43
file content (20 lines) | stat: -rw-r--r-- 616 bytes parent folder | download | duplicates (2)
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.1
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"