~cimi/ubuntu-ui-toolkit/panel_export-position

« back to all changes in this revision

Viewing changes to documentation/ubuntu-sdk.qdocconf

Various improvements to the documentation:
- Added an overview documentation page listing all the QML Items.
- Use \qmltype instead of deprecated command \qmlclass.
- Cleaned up directory structure.
- Added CSS style.. Approved by Gerry Boland, jenkins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
project = Ubuntu User Interface Toolkit
2
 
sourcedirs = modules/Ubuntu/Components
3
 
sources.fileextensions = "*.qml *.qdoc"
 
2
description = Ubuntu User Interface Toolkit Documentation
 
3
sourcedirs = ../modules/Ubuntu/Components
 
4
headerdirs = ../modules/Ubuntu/Components/plugin
 
5
sources.fileextensions = "*.qml *.qdoc *.cpp"
 
6
headers.fileextensions = "*.h"
4
7
outputdir = html
5
8
outputformats = HTML
6
9
version = 0.1
7
10
syntaxhighlighting = true
8
11
sourceencoding = UTF-8
9
12
outputencoding = UTF-8
 
13
 
 
14
HTML.templatedir = .
 
15
HTML.nobreadcrumbs = "true"
 
16
HTML.stylesheets = qtquick.css
 
17
HTML.headerstyles = "  <link rel=\"stylesheet\" type=\"text/css\" href=\"style/qtquick.css\" />\n"
 
18
HTML.endheader = "</head>\n"
 
19
HTML.footer = "<div class=\"footer\">Copyright (C) 2012 Canonical Ltd.</div>\n"
 
20