~zsombi/ubuntu-ui-toolkit/colorSelector

265.3.6 by David Planella
Modularized the documentation configuration. Now both offline (ubuntu-ui-toolkit-offline.qdocconf) and online (ubuntu-ui-toolkit-online.qdocconf) documentation can be generated, both with Ubuntu style, and defaulting to online docs.
1
include(ubuntu-ui-toolkit-common.qdocconf)
507.2.1 by Christian Dywan
Enable bread crumbs for online HTML docs
2
HTML.nobreadcrumbs = "true"
119.1.1 by Kaleo
Cleaned up directory structure.
3
265.3.1 by David Planella
First go at styling the API docs to match the Ubuntu app developer style
4
HTML.stylesheets = \
1338.5.10 by Benjamin Zeller
generate docs in the builddir not the sourcedir
5
    css/breadcrumbs.js \
6
    css/reset.css \
7
    css/qtquick.css \
8
    css/base.css \
9
    css/scratch.css
265.3.1 by David Planella
First go at styling the API docs to match the Ubuntu app developer style
10
11
HTML.headerstyles = \
265.3.3 by David Planella
Now properly escaped all double quotes. Docs are now generated with the developer style
12
  "<link rel=\"stylesheet\" type=\"text/css\" href=\"style/reset.css\" />\n" \
13
  "<link rel=\"stylesheet\" type=\"text/css\" href=\"style/qtquick.css\" />\n" \
14
  "<link rel=\"stylesheet\" type=\"text/css\" href=\"style/base.css\" />\n" \
15
  "<link rel=\"stylesheet\" type=\"text/css\" href=\"style/scratch.css\" />\n"
265.3.1 by David Planella
First go at styling the API docs to match the Ubuntu app developer style
16
17
HTML.postheader = \
265.3.4 by David Planella
Added a few changes from Ant Dillon to work around qdoc missing on the class='descr' div wrapper on some documents
18
    "   <div class=\"wrapper\">\n" \
265.3.3 by David Planella
Now properly escaped all double quotes. Docs are now generated with the developer style
19
    "   <div class=\"main-content\">\n" 
265.3.6 by David Planella
Modularized the documentation configuration. Now both offline (ubuntu-ui-toolkit-offline.qdocconf) and online (ubuntu-ui-toolkit-online.qdocconf) documentation can be generated, both with Ubuntu style, and defaulting to online docs.
20
265.3.1 by David Planella
First go at styling the API docs to match the Ubuntu app developer style
21
HTML.footer = \
265.3.4 by David Planella
Added a few changes from Ant Dillon to work around qdoc missing on the class='descr' div wrapper on some documents
22
    "</div></div>\n" \
265.3.3 by David Planella
Now properly escaped all double quotes. Docs are now generated with the developer style
23
    "<div class=\"shadow\"></div>\n" \
265.3.1 by David Planella
First go at styling the API docs to match the Ubuntu app developer style
24
    "<footer>\n" \
25
    "	<div>\n" \
265.3.3 by David Planella
Now properly escaped all double quotes. Docs are now generated with the developer style
26
    "		<nav role=\"navigation\" class=\"clearfix\">\n" \
265.3.1 by David Planella
First go at styling the API docs to match the Ubuntu app developer style
27
    "		</nav>\n" \
464.1.1 by Juhapekka Piiroinen
Added Qt5 help generation for Qt Creator.
28
    "		<p>&copy; 2013 Canonical Ltd. Ubuntu and Canonical are registered trademarks of Canonical Ltd.</p>\n" \
265.3.1 by David Planella
First go at styling the API docs to match the Ubuntu app developer style
29
    "	</div>\n" \
265.3.6 by David Planella
Modularized the documentation configuration. Now both offline (ubuntu-ui-toolkit-offline.qdocconf) and online (ubuntu-ui-toolkit-online.qdocconf) documentation can be generated, both with Ubuntu style, and defaulting to online docs.
30
    "</footer>\n"