forked from webcamoid/webcamoid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Webcamoid.qdocconf
71 lines (56 loc) · 2.13 KB
/
Webcamoid.qdocconf
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
63
64
65
66
67
68
69
70
71
# http://doc-snapshot.qt-project.org/qdoc/index.html
# Project info.
project = Webcamoid
description = webcam capture application
url = http://webcamoid.github.io/
# Common configs.
generateindex = true
language = Cpp
naturallanguage = en
outputencoding = UTF-8
syntaxhighlighting = true
tabsize = 4
# The outputdir variable specifies the directory
# where QDoc will put the generated documentation.
outputdir = share/docs_auto/html
outputformats += HTML \
DITAXML
# The headerdirs variable specifies the directories
# containing the header files associated
# with the .cpp source files used in the documentation.
headerdirs = StandAlone/src
headers.fileextensions += *.h
# The sourcedirs variable specifies the
# directories containing the .cpp or .qdoc
# files used in the documentation.
sourcedirs = StandAlone/src
sources.fileextensions += *.cpp *.qdoc
# The imagedirs variable specifies the
# directories containing the images used in the documentation.
imagedirs = StandAlone/share/images
images.fileextensions.HTML += *.png
# DITA XML output configs.
macro.aacute.DITAXML = "á"
macro.Aring.DITAXML = "Å"
macro.aring.DITAXML = "å"
macro.Auml.DITAXML = "Ä"
macro.br.DITAXML = " "
macro.BR.DITAXML = " "
macro.copyright.DITAXML = "©"
macro.eacute.DITAXML = "é"
macro.hr.DITAXML = " "
macro.iacute.DITAXML = "í"
macro.oslash.DITAXML = "ø"
macro.ouml.DITAXML = "ö"
macro.raisedaster.DITAXML = "<sup>*</sup>"
macro.rarrow.DITAXML = "→"
macro.reg.DITAXML = "<sup>®</sup>"
macro.uuml.DITAXML = "ü"
macro.mdash.DITAXML = "—"
macro.emptyspan.DITAXML = " "
dita.metadata.default.author = Gonzalo Exequiel Pedone
dita.metadata.default.permissions = all
dita.metadata.default.publisher = Gonzalo Exequiel Pedone
dita.metadata.default.copyryear = 2012
dita.metadata.default.copyrholder = Gonzalo Exequiel Pedone
dita.metadata.default.audience = user