~vcs-imports/gconfmm/main

« back to all changes in this revision

Viewing changes to docs/reference/Doxyfile.in

  • Committer: murrayc
  • Date: 2007-01-09 15:43:50 UTC
  • Revision ID: vcs-imports@canonical.com-20070109154350-lczyek6p0f2bqgva
moving

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Doxyfile 0.1
 
2
 
 
3
#---------------------------------------------------------------------------
 
4
# General configuration options
 
5
#---------------------------------------------------------------------------
 
6
PROJECT_NAME           = gconfmm
 
7
PROJECT_NUMBER         = @GCONFMM_VERSION@ 
 
8
OUTPUT_DIRECTORY       = 
 
9
OUTPUT_LANGUAGE        = English
 
10
EXTRACT_ALL            = YES
 
11
EXTRACT_PRIVATE        = NO
 
12
EXTRACT_STATIC         = YES
 
13
EXTRACT_LOCAL_CLASSES  = YES
 
14
HIDE_UNDOC_MEMBERS     = NO
 
15
HIDE_UNDOC_CLASSES     = NO
 
16
BRIEF_MEMBER_DESC      = YES
 
17
REPEAT_BRIEF           = YES
 
18
ALWAYS_DETAILED_SEC    = NO
 
19
INLINE_INHERITED_MEMB  = NO
 
20
FULL_PATH_NAMES        = NO
 
21
STRIP_FROM_PATH        = 
 
22
INTERNAL_DOCS          = NO
 
23
STRIP_CODE_COMMENTS    = YES
 
24
CASE_SENSE_NAMES       = YES
 
25
SHORT_NAMES            = NO
 
26
HIDE_SCOPE_NAMES       = NO
 
27
VERBATIM_HEADERS       = YES
 
28
SHOW_INCLUDE_FILES     = YES
 
29
JAVADOC_AUTOBRIEF      = YES
 
30
INHERIT_DOCS           = YES
 
31
INLINE_INFO            = YES
 
32
SORT_MEMBER_DOCS       = YES
 
33
DISTRIBUTE_GROUP_DOC   = NO
 
34
TAB_SIZE               = 8
 
35
GENERATE_TODOLIST      = YES
 
36
GENERATE_TESTLIST      = YES
 
37
GENERATE_BUGLIST       = YES
 
38
ALIASES                = 
 
39
ENABLED_SECTIONS       = 
 
40
MAX_INITIALIZER_LINES  = 30
 
41
OPTIMIZE_OUTPUT_FOR_C  = NO
 
42
SHOW_USED_FILES        = YES
 
43
#---------------------------------------------------------------------------
 
44
# configuration options related to warning and progress messages
 
45
#---------------------------------------------------------------------------
 
46
QUIET                  = NO
 
47
WARNINGS               = YES
 
48
WARN_IF_UNDOCUMENTED   = YES
 
49
WARN_FORMAT            = "$file:$line: $text"
 
50
WARN_LOGFILE           = 
 
51
#---------------------------------------------------------------------------
 
52
# configuration options related to the input files
 
53
#---------------------------------------------------------------------------
 
54
INPUT                  = @GCONFMM_DOXYGEN_INPUT@
 
55
FILE_PATTERNS          = *.h
 
56
RECURSIVE              = NO
 
57
EXCLUDE                = 
 
58
EXCLUDE_PATTERNS       = 
 
59
EXAMPLE_PATH           = 
 
60
EXAMPLE_PATTERNS       = 
 
61
EXAMPLE_RECURSIVE      = NO
 
62
IMAGE_PATH             = 
 
63
INPUT_FILTER           = 
 
64
FILTER_SOURCE_FILES    = NO
 
65
#---------------------------------------------------------------------------
 
66
# configuration options related to source browsing
 
67
#---------------------------------------------------------------------------
 
68
SOURCE_BROWSER         = NO
 
69
INLINE_SOURCES         = NO
 
70
REFERENCED_BY_RELATION = YES
 
71
REFERENCES_RELATION    = YES
 
72
#---------------------------------------------------------------------------
 
73
# configuration options related to the alphabetical class index
 
74
#---------------------------------------------------------------------------
 
75
ALPHABETICAL_INDEX     = YES
 
76
COLS_IN_ALPHA_INDEX    = 5
 
77
IGNORE_PREFIX          = 
 
78
#---------------------------------------------------------------------------
 
79
# configuration options related to the HTML output
 
80
#---------------------------------------------------------------------------
 
81
GENERATE_HTML          = YES
 
82
HTML_OUTPUT            = html
 
83
HTML_HEADER            = 
 
84
HTML_FOOTER            = 
 
85
HTML_STYLESHEET        = 
 
86
HTML_ALIGN_MEMBERS     = YES
 
87
GENERATE_HTMLHELP      = NO
 
88
GENERATE_CHI           = NO
 
89
BINARY_TOC             = NO
 
90
TOC_EXPAND             = NO
 
91
DISABLE_INDEX          = NO
 
92
ENUM_VALUES_PER_LINE   = 4
 
93
GENERATE_TREEVIEW      = NO
 
94
TREEVIEW_WIDTH         = 250
 
95
#---------------------------------------------------------------------------
 
96
# configuration options related to the LaTeX output
 
97
#---------------------------------------------------------------------------
 
98
GENERATE_LATEX         = NO
 
99
LATEX_OUTPUT           = latex
 
100
COMPACT_LATEX          = NO
 
101
PAPER_TYPE             = a4wide
 
102
EXTRA_PACKAGES         = 
 
103
LATEX_HEADER           = 
 
104
PDF_HYPERLINKS         = NO
 
105
USE_PDFLATEX           = NO
 
106
LATEX_BATCHMODE        = NO
 
107
#---------------------------------------------------------------------------
 
108
# configuration options related to the RTF output
 
109
#---------------------------------------------------------------------------
 
110
GENERATE_RTF           = NO
 
111
RTF_OUTPUT             = rtf
 
112
COMPACT_RTF            = NO
 
113
RTF_HYPERLINKS         = NO
 
114
RTF_STYLESHEET_FILE    = 
 
115
RTF_EXTENSIONS_FILE    = 
 
116
#---------------------------------------------------------------------------
 
117
# configuration options related to the man page output
 
118
#---------------------------------------------------------------------------
 
119
GENERATE_MAN           = NO
 
120
MAN_OUTPUT             = man
 
121
MAN_EXTENSION          = .3
 
122
MAN_LINKS              = NO
 
123
#---------------------------------------------------------------------------
 
124
# configuration options related to the XML output
 
125
#---------------------------------------------------------------------------
 
126
GENERATE_XML           = NO
 
127
#---------------------------------------------------------------------------
 
128
# configuration options for the AutoGen Definitions output
 
129
#---------------------------------------------------------------------------
 
130
GENERATE_AUTOGEN_DEF   = NO
 
131
#---------------------------------------------------------------------------
 
132
# Configuration options related to the preprocessor   
 
133
#---------------------------------------------------------------------------
 
134
ENABLE_PREPROCESSING   = YES
 
135
MACRO_EXPANSION        = NO
 
136
EXPAND_ONLY_PREDEF     = NO
 
137
SEARCH_INCLUDES        = YES
 
138
INCLUDE_PATH           = 
 
139
INCLUDE_FILE_PATTERNS  = 
 
140
PREDEFINED             = DOXYGEN_SHOULD_SKIP_THIS
 
141
EXPAND_AS_DEFINED      = 
 
142
SKIP_FUNCTION_MACROS   = YES
 
143
#---------------------------------------------------------------------------
 
144
# Configuration::addtions related to external references   
 
145
#---------------------------------------------------------------------------
 
146
TAGFILES               = 
 
147
GENERATE_TAGFILE       = 
 
148
ALLEXTERNALS           = NO
 
149
PERL_PATH              = @PERL_PATH@
 
150
#---------------------------------------------------------------------------
 
151
# Configuration options related to the dot tool   
 
152
#---------------------------------------------------------------------------
 
153
CLASS_DIAGRAMS         = YES
 
154
HAVE_DOT               = YES
 
155
CLASS_GRAPH            = YES
 
156
COLLABORATION_GRAPH    = NO
 
157
TEMPLATE_RELATIONS     = NO
 
158
HIDE_UNDOC_RELATIONS   = NO
 
159
INCLUDE_GRAPH          = NO
 
160
INCLUDED_BY_GRAPH      = NO
 
161
GRAPHICAL_HIERARCHY    = YES
 
162
DOT_PATH               = 
 
163
DOTFILE_DIRS           = 
 
164
MAX_DOT_GRAPH_WIDTH    = 1024
 
165
MAX_DOT_GRAPH_HEIGHT   = 1024
 
166
GENERATE_LEGEND        = YES
 
167
DOT_CLEANUP            = YES
 
168
#---------------------------------------------------------------------------
 
169
# Configuration::addtions related to the search engine   
 
170
#---------------------------------------------------------------------------
 
171
SEARCHENGINE           = NO
 
172
CGI_NAME               = search.cgi
 
173
CGI_URL                = 
 
174
DOC_URL                = 
 
175
DOC_ABSPATH            = 
 
176
BIN_ABSPATH            = 
 
177
EXT_DOC_PATHS          =