-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.qdocconf
More file actions
62 lines (51 loc) · 1.85 KB
/
config.qdocconf
File metadata and controls
62 lines (51 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
project = SimpleFuse
description = Simplified Filesystem in User Space
sources.fileextensions = "*.cpp *.qdoc"
headers.fileextensions = "*.h"
outputformats = HTML
HTML.nonavigationbar = "false"
HTML.extraimages += doctemplate/images/arrow_bc.png \
doctemplate/images/home.png \
doctemplate/images/ico_out.png \
doctemplate/images/ico_note.png \
doctemplate/images/ico_note_attention.png \
doctemplate/images/btn_prev.png \
doctemplate/images/btn_next.png \
doctemplate/images/bullet_dn.png \
doctemplate/images/bgrContent.png
qhp.extraFiles += style/offline.css \
images/arrow_bc.png \
images/home.png \
images/ico_out.png \
images/ico_note.png \
images/ico_note_attention.png \
images/btn_prev.png \
images/btn_next.png \
images/bullet_dn.png \
images/bgrContent.png
HTML.stylesheets = doctemplate/style/offline.css
HTML.headerstyles = "<link rel=\"stylesheet\" type=\"text/css\" href=\"style/offline.css\" />\n"
HTML.endheader = "</head>\n"
HTML.postheader = \
"<body>\n" \
"<div class=\"header\" id=\"qtdocheader\">\n"\
" <div class=\"main\">\n" \
" <div class=\"main-rounded\">\n" \
" <div class=\"navigationbar\">\n"\
" <ul>\n"
HTML.postpostheader = \
" </ul>\n"\
" </div>\n" \
"</div>\n" \
"<div class=\"content\">\n" \
"<div class=\"line\">\n" \
"<div class=\"content mainContent\">\n"
HTML.footer = \
" </div>\n" \
" </div>\n" \
" </div>\n" \
" </div>\n" \
"</div>\n"
headerdirs = ./src
sourcedirs = ./src
outputdir = doc