~darkxst/ubuntu/raring/xorg-server/lp1073724

« back to all changes in this revision

Viewing changes to hw/dmx/doc/doxygen.conf

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2010-06-07 14:50:49 UTC
  • mfrom: (0.9.4 upstream)
  • mto: This revision was merged to the branch mainline in revision 187.
  • Revision ID: james.westby@ubuntu.com-20100607145049-eys326hqtq5mjqxt
Tags: upstream-1.8.1.901
ImportĀ upstreamĀ versionĀ 1.8.1.901

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
 
44
44
OUTPUT_LANGUAGE        = English
45
45
 
46
 
# This tag can be used to specify the encoding used in the generated output. 
47
 
# The encoding is not always determined by the language that is chosen, 
48
 
# but also whether or not the output is meant for Windows or non-Windows users. 
49
 
# In case there is a difference, setting the USE_WINDOWS_ENCODING tag to YES 
50
 
# forces the Windows encoding (this is the default for the Windows binary), 
51
 
# whereas setting the tag to NO uses a Unix-style encoding (the default for 
52
 
# all platforms other than Windows).
53
 
 
54
 
USE_WINDOWS_ENCODING   = NO
55
 
 
56
46
# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 
57
47
# include brief member descriptions after the members that are listed in 
58
48
# the file and class documentation (similar to JavaDoc). 
115
105
 
116
106
MULTILINE_CPP_IS_BRIEF = NO
117
107
 
118
 
# If the DETAILS_AT_TOP tag is set to YES then Doxygen 
119
 
# will output the detailed description near the top, like JavaDoc.
120
 
# If set to NO, the detailed description appears after the member 
121
 
# documentation.
122
 
 
123
 
DETAILS_AT_TOP         = NO
124
 
 
125
108
# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented 
126
109
# member inherits the documentation from any documented member that it 
127
110
# reimplements.
180
163
# Private class members and static file members will be hidden unless 
181
164
# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
182
165
 
183
 
EXTRACT_ALL            = NO
 
166
EXTRACT_ALL            = YES
184
167
 
185
168
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class 
186
169
# will be included in the documentation.
190
173
# If the EXTRACT_STATIC tag is set to YES all static members of a file 
191
174
# will be included in the documentation.
192
175
 
193
 
EXTRACT_STATIC         = NO
 
176
EXTRACT_STATIC         = YES
194
177
 
195
178
# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) 
196
179
# defined locally in source files will be included in the documentation. 
363
346
 
364
347
INPUT                  = .. \
365
348
                         ../input \
366
 
                         ../config \
367
 
                         ../../../Xext/dmx.c \
368
 
                         ../../../../../include/extensions/dmxproto.h \
369
 
                         ../../../../../include/extensions/dmxext.h \
370
 
                         ../../../../../lib/dmx
 
349
                         ../config
371
350
 
372
351
# If the value of the INPUT tag contains directories, you can use the 
373
352
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
1041
1020
 
1042
1021
DOTFILE_DIRS           = 
1043
1022
 
1044
 
# The MAX_DOT_GRAPH_WIDTH tag can be used to set the maximum allowed width 
1045
 
# (in pixels) of the graphs generated by dot. If a graph becomes larger than 
1046
 
# this value, doxygen will try to truncate the graph, so that it fits within 
1047
 
# the specified constraint. Beware that most browsers cannot cope with very 
1048
 
# large images.
1049
 
 
1050
 
MAX_DOT_GRAPH_WIDTH    = 1024
1051
 
 
1052
 
# The MAX_DOT_GRAPH_HEIGHT tag can be used to set the maximum allows height 
1053
 
# (in pixels) of the graphs generated by dot. If a graph becomes larger than 
1054
 
# this value, doxygen will try to truncate the graph, so that it fits within 
1055
 
# the specified constraint. Beware that most browsers cannot cope with very 
1056
 
# large images.
1057
 
 
1058
 
MAX_DOT_GRAPH_HEIGHT   = 1024
1059
 
 
1060
1023
# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the 
1061
1024
# graphs generated by dot. A depth value of 3 means that only nodes reachable 
1062
1025
# from the root by following a path via at most 3 edges will be shown. Nodes that