~ci-train-bot/online-accounts-api/online-accounts-api-ubuntu-xenial-landing-033

« back to all changes in this revision

Viewing changes to doc/ubuntu-onlineaccounts2.qdocconf

  • Committer: CI Train Bot
  • Author(s): Alberto Mardegan
  • Date: 2015-09-23 12:41:36 UTC
  • mfrom: (8.4.11 update)
  • Revision ID: ci-train-bot@canonical.com-20150923124136-43tthyu1l6lkqq3l
Docs, fixes, library install

- Docs
- Couple of bugfixes
- Package the daemon as a library

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
project = UbuntuOnlineAccounts2
 
2
description = Ubuntu.OnlineAccounts 2.0 module documentation
 
3
sourcedirs = ./ ../src/lib/Ubuntu/OnlineAccounts.2/
 
4
sources.fileextensions = "*.qdoc *.cpp"
 
5
outputdir = html
 
6
outputformats = HTML
 
7
version = 0.2
 
8
syntaxhightlighting = true
 
9
sourceencoding = UTF-8
 
10
outputencoding = UTF-8
 
11
 
 
12
HTML.nonavigationbar = "true"
 
13
HTML.stylesheets = \
 
14
    css/base.css \
 
15
    css/qtquick.css \
 
16
    css/reset.css \
 
17
    css/scratch.css
 
18
HTML.headerstyles = \
 
19
    "<link rel=\"stylesheet\" type=\"text/css\" href=\"style/reset.css\" />\n" \
 
20
    "<link rel=\"stylesheet\" type=\"text/css\" href=\"style/qtquick.css\" />\n" \
 
21
    "<link rel=\"stylesheet\" type=\"text/css\" href=\"style/base.css\" />\n"