~vorlon/ubuntu/natty/libthai/multiarch

« back to all changes in this revision

Viewing changes to doc/Doxyfile.in

  • Committer: Bazaar Package Importer
  • Author(s): Theppitak Karoonboonyanan
  • Date: 2008-06-21 11:16:43 UTC
  • mfrom: (3.1.4 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080621111643-lfo0bvhwz4pdwpl4
Tags: 0.1.9-4
* debian/libthai-doc.doc-base: Correct doc-base section (Programming).
* debian/copyright: Update format to recent proposal.
* debian/watch: Fix watch pattern so that only *.tar.gz is matched, not
  *.tar.gz.md5sum.
* debian/rules: Use 'make -C $dir' instead of 'cd $dir; make'.
* debian/control:
  - Add DM-Upload-Allowed
  - Bump Standards-Version to 3.8.0 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Doxyfile 1.4.7
 
1
# Doxyfile 1.5.3
2
2
 
3
3
#---------------------------------------------------------------------------
4
4
# Project related configuration options
5
5
#---------------------------------------------------------------------------
 
6
DOXYFILE_ENCODING      = UTF-8
6
7
PROJECT_NAME           = @PACKAGE@
7
8
PROJECT_NUMBER         = @VERSION@
8
9
OUTPUT_DIRECTORY       = @top_builddir@/doc
9
10
CREATE_SUBDIRS         = NO
10
11
OUTPUT_LANGUAGE        = English
11
 
USE_WINDOWS_ENCODING   = NO
12
12
BRIEF_MEMBER_DESC      = YES
13
13
REPEAT_BRIEF           = YES
14
14
ABBREVIATE_BRIEF       = "The $name class" \
29
29
STRIP_FROM_INC_PATH    = @top_srcdir@/include
30
30
SHORT_NAMES            = NO
31
31
JAVADOC_AUTOBRIEF      = NO
 
32
QT_AUTOBRIEF           = NO
32
33
MULTILINE_CPP_IS_BRIEF = NO
33
34
DETAILS_AT_TOP         = YES
34
35
INHERIT_DOCS           = YES
38
39
OPTIMIZE_OUTPUT_FOR_C  = YES
39
40
OPTIMIZE_OUTPUT_JAVA   = NO
40
41
BUILTIN_STL_SUPPORT    = NO
 
42
CPP_CLI_SUPPORT        = NO
41
43
DISTRIBUTE_GROUP_DOC   = NO
42
44
SUBGROUPING            = YES
43
45
#---------------------------------------------------------------------------
48
50
EXTRACT_STATIC         = NO
49
51
EXTRACT_LOCAL_CLASSES  = YES
50
52
EXTRACT_LOCAL_METHODS  = NO
 
53
EXTRACT_ANON_NSPACES   = NO
51
54
HIDE_UNDOC_MEMBERS     = YES
52
55
HIDE_UNDOC_CLASSES     = YES
53
56
HIDE_FRIEND_COMPOUNDS  = NO
83
86
# configuration options related to the input files
84
87
#---------------------------------------------------------------------------
85
88
INPUT                  = @top_srcdir@/include
 
89
INPUT_ENCODING         = UTF-8
86
90
FILE_PATTERNS          = *.c \
87
91
                         *.cc \
88
92
                         *.cxx \
128
132
EXCLUDE                = 
129
133
EXCLUDE_SYMLINKS       = NO
130
134
EXCLUDE_PATTERNS       = 
 
135
EXCLUDE_SYMBOLS        = 
131
136
EXAMPLE_PATH           = 
132
137
EXAMPLE_PATTERNS       = *
133
138
EXAMPLE_RECURSIVE      = NO
163
168
HTML_STYLESHEET        = 
164
169
HTML_ALIGN_MEMBERS     = YES
165
170
GENERATE_HTMLHELP      = NO
 
171
HTML_DYNAMIC_SECTIONS  = NO
166
172
CHM_FILE               = 
167
173
HHC_LOCATION           = 
168
174
GENERATE_CHI           = NO
246
252
# Configuration options related to the dot tool   
247
253
#---------------------------------------------------------------------------
248
254
CLASS_DIAGRAMS         = NO
 
255
MSCGEN_PATH            = 
249
256
HIDE_UNDOC_RELATIONS   = YES
250
257
HAVE_DOT               = NO
251
258
CLASS_GRAPH            = YES
262
269
DOT_IMAGE_FORMAT       = png
263
270
DOT_PATH               = 
264
271
DOTFILE_DIRS           = 
265
 
MAX_DOT_GRAPH_WIDTH    = 1024
266
 
MAX_DOT_GRAPH_HEIGHT   = 1024
 
272
DOT_GRAPH_MAX_NODES    = 50
267
273
MAX_DOT_GRAPH_DEPTH    = 1000
268
274
DOT_TRANSPARENT        = NO
269
275
DOT_MULTI_TARGETS      = NO