annotate doc/ALmixer.doxyfile.cmake @ 47:9b772c81b550

Added addition query to get the current number of buffers processed in the new inner buffer decoupling loop because I've been seeing a lot of 59TestingError warnings. I think it is possible the value may become stale after the first iteration of the loop resulting in assumption failures which result in triggering this error. Also changed some // comments to /* */ for C89 compliance.
author Eric Wing <ewing@anscamobile.com>
date Thu, 29 Sep 2011 11:33:34 -0700
parents 8cb13d89451a
children
rev   line source
5
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
1
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
2 #---------------------------------------------------------------------------
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
3 # Project related configuration options
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
4 #---------------------------------------------------------------------------
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
5 DOXYFILE_ENCODING = UTF-8
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
6 PROJECT_NAME = ALmixer
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
7 PROJECT_NUMBER = 1
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
8 OUTPUT_DIRECTORY = "@PROJECT_BINARY_DIR@/doc"
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
9 CREATE_SUBDIRS = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
10 OUTPUT_LANGUAGE = English
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
11 BRIEF_MEMBER_DESC = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
12 REPEAT_BRIEF = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
13 ABBREVIATE_BRIEF = "The $name class" \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
14 "The $name widget" \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
15 "The $name file" \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
16 is \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
17 provides \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
18 specifies \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
19 contains \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
20 represents \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
21 a \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
22 an \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
23 the
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
24 ALWAYS_DETAILED_SEC = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
25 INLINE_INHERITED_MEMB = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
26 FULL_PATH_NAMES = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
27 STRIP_FROM_PATH = /Applications/
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
28 STRIP_FROM_INC_PATH =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
29 SHORT_NAMES = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
30 JAVADOC_AUTOBRIEF = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
31 QT_AUTOBRIEF = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
32 MULTILINE_CPP_IS_BRIEF = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
33 INHERIT_DOCS = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
34 SEPARATE_MEMBER_PAGES = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
35 TAB_SIZE = 8
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
36 ALIASES =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
37 OPTIMIZE_OUTPUT_FOR_C = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
38 OPTIMIZE_OUTPUT_JAVA = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
39 OPTIMIZE_FOR_FORTRAN = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
40 OPTIMIZE_OUTPUT_VHDL = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
41 EXTENSION_MAPPING =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
42 BUILTIN_STL_SUPPORT = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
43 CPP_CLI_SUPPORT = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
44 SIP_SUPPORT = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
45 IDL_PROPERTY_SUPPORT = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
46 DISTRIBUTE_GROUP_DOC = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
47 SUBGROUPING = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
48 TYPEDEF_HIDES_STRUCT = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
49 SYMBOL_CACHE_SIZE = 0
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
50
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
51 #---------------------------------------------------------------------------
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
52 # Build related configuration options
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
53 #---------------------------------------------------------------------------
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
54 EXTRACT_ALL = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
55 EXTRACT_PRIVATE = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
56 EXTRACT_STATIC = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
57 EXTRACT_LOCAL_CLASSES = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
58 EXTRACT_LOCAL_METHODS = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
59 EXTRACT_ANON_NSPACES = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
60 HIDE_UNDOC_MEMBERS = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
61 HIDE_UNDOC_CLASSES = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
62 HIDE_FRIEND_COMPOUNDS = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
63 HIDE_IN_BODY_DOCS = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
64 INTERNAL_DOCS = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
65 CASE_SENSE_NAMES = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
66 HIDE_SCOPE_NAMES = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
67 SHOW_INCLUDE_FILES = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
68 FORCE_LOCAL_INCLUDES = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
69 INLINE_INFO = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
70 SORT_MEMBER_DOCS = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
71 SORT_BRIEF_DOCS = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
72 SORT_MEMBERS_CTORS_1ST = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
73 SORT_GROUP_NAMES = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
74 SORT_BY_SCOPE_NAME = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
75 GENERATE_TODOLIST = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
76 GENERATE_TESTLIST = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
77 GENERATE_BUGLIST = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
78 GENERATE_DEPRECATEDLIST= YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
79 ENABLED_SECTIONS =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
80 MAX_INITIALIZER_LINES = 30
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
81 SHOW_USED_FILES = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
82 SHOW_DIRECTORIES = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
83 SHOW_FILES = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
84 SHOW_NAMESPACES = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
85 FILE_VERSION_FILTER =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
86 LAYOUT_FILE =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
87
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
88 #---------------------------------------------------------------------------
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
89 # configuration options related to warning and progress messages
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
90 #---------------------------------------------------------------------------
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
91 QUIET = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
92 WARNINGS = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
93 WARN_IF_UNDOCUMENTED = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
94 WARN_IF_DOC_ERROR = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
95 WARN_NO_PARAMDOC = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
96 WARN_FORMAT = "$file:$line: $text"
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
97 WARN_LOGFILE =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
98
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
99 #---------------------------------------------------------------------------
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
100 # configuration options related to the input files
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
101 #---------------------------------------------------------------------------
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
102 INPUT = "@PROJECT_SOURCE_DIR@"
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
103 INPUT_ENCODING = UTF-8
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
104 FILE_PATTERNS = *.c \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
105 *.cc \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
106 *.cxx \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
107 *.cpp \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
108 *.c++ \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
109 *.java \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
110 *.ii \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
111 *.ixx \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
112 *.ipp \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
113 *.i++ \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
114 *.inl \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
115 *.h \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
116 *.hh \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
117 *.hxx \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
118 *.hpp \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
119 *.h++ \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
120 *.idl \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
121 *.odl \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
122 *.cs \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
123 *.php \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
124 *.php3 \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
125 *.inc \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
126 *.m \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
127 *.mm \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
128 *.dox \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
129 *.py \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
130 *.f90 \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
131 *.f \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
132 *.vhd \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
133 *.vhdl
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
134 RECURSIVE = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
135 EXCLUDE =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
136 EXCLUDE_SYMLINKS = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
137 EXCLUDE_PATTERNS =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
138 EXCLUDE_SYMBOLS =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
139 EXAMPLE_PATH =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
140 EXAMPLE_PATTERNS = *
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
141 EXAMPLE_RECURSIVE = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
142 IMAGE_PATH =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
143 INPUT_FILTER =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
144 FILTER_PATTERNS =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
145 FILTER_SOURCE_FILES = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
146
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
147 #---------------------------------------------------------------------------
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
148 # configuration options related to source browsing
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
149 #---------------------------------------------------------------------------
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
150 SOURCE_BROWSER = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
151 INLINE_SOURCES = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
152 STRIP_CODE_COMMENTS = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
153 REFERENCED_BY_RELATION = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
154 REFERENCES_RELATION = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
155 REFERENCES_LINK_SOURCE = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
156 USE_HTAGS = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
157 VERBATIM_HEADERS = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
158
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
159 #---------------------------------------------------------------------------
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
160 # configuration options related to the alphabetical class index
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
161 #---------------------------------------------------------------------------
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
162 ALPHABETICAL_INDEX = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
163 COLS_IN_ALPHA_INDEX = 5
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
164 IGNORE_PREFIX =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
165
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
166 #---------------------------------------------------------------------------
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
167 # configuration options related to the HTML output
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
168 #---------------------------------------------------------------------------
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
169 GENERATE_HTML = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
170 HTML_OUTPUT = html
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
171 HTML_FILE_EXTENSION = .html
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
172 HTML_HEADER =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
173 HTML_FOOTER =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
174 HTML_STYLESHEET =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
175 HTML_COLORSTYLE_HUE = 220
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
176 HTML_COLORSTYLE_SAT = 100
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
177 HTML_COLORSTYLE_GAMMA = 80
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
178 HTML_TIMESTAMP = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
179 HTML_ALIGN_MEMBERS = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
180 HTML_DYNAMIC_SECTIONS = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
181 GENERATE_DOCSET = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
182 DOCSET_FEEDNAME = "Doxygen generated docs"
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
183 DOCSET_BUNDLE_ID = org.doxygen.Project
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
184 DOCSET_PUBLISHER_ID = org.doxygen.Publisher
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
185 DOCSET_PUBLISHER_NAME = Publisher
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
186 GENERATE_HTMLHELP = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
187 CHM_FILE =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
188 HHC_LOCATION =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
189 GENERATE_CHI = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
190 CHM_INDEX_ENCODING =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
191 BINARY_TOC = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
192 TOC_EXPAND = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
193 GENERATE_QHP = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
194 QCH_FILE =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
195 QHP_NAMESPACE = org.doxygen.Project
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
196 QHP_VIRTUAL_FOLDER = doc
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
197 QHP_CUST_FILTER_NAME =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
198 QHP_CUST_FILTER_ATTRS =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
199 QHP_SECT_FILTER_ATTRS =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
200 QHG_LOCATION =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
201 GENERATE_ECLIPSEHELP = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
202 ECLIPSE_DOC_ID = org.doxygen.Project
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
203 DISABLE_INDEX = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
204 ENUM_VALUES_PER_LINE = 4
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
205 GENERATE_TREEVIEW = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
206 USE_INLINE_TREES = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
207 TREEVIEW_WIDTH = 250
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
208 EXT_LINKS_IN_WINDOW = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
209 FORMULA_FONTSIZE = 10
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
210 FORMULA_TRANSPARENT = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
211 USE_MATHJAX = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
212 MATHJAX_RELPATH = http://www.mathjax.org/mathjax
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
213 SEARCHENGINE = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
214 SERVER_BASED_SEARCH = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
215
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
216 #---------------------------------------------------------------------------
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
217 # configuration options related to the LaTeX output
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
218 #---------------------------------------------------------------------------
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
219 GENERATE_LATEX = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
220 LATEX_OUTPUT = latex
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
221 LATEX_CMD_NAME = latex
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
222 MAKEINDEX_CMD_NAME = makeindex
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
223 COMPACT_LATEX = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
224 PAPER_TYPE = a4
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
225 EXTRA_PACKAGES =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
226 LATEX_HEADER =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
227 PDF_HYPERLINKS = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
228 USE_PDFLATEX = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
229 LATEX_BATCHMODE = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
230 LATEX_HIDE_INDICES = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
231 LATEX_SOURCE_CODE = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
232
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
233 #---------------------------------------------------------------------------
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
234 # configuration options related to the RTF output
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
235 #---------------------------------------------------------------------------
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
236 GENERATE_RTF = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
237 RTF_OUTPUT = rtf
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
238 COMPACT_RTF = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
239 RTF_HYPERLINKS = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
240 RTF_STYLESHEET_FILE =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
241 RTF_EXTENSIONS_FILE =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
242
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
243 #---------------------------------------------------------------------------
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
244 # configuration options related to the man page output
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
245 #---------------------------------------------------------------------------
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
246 GENERATE_MAN = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
247 MAN_OUTPUT = man
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
248 MAN_EXTENSION = .3
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
249 MAN_LINKS = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
250
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
251 #---------------------------------------------------------------------------
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
252 # configuration options related to the XML output
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
253 #---------------------------------------------------------------------------
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
254 GENERATE_XML = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
255 XML_OUTPUT = xml
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
256 XML_SCHEMA =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
257 XML_DTD =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
258 XML_PROGRAMLISTING = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
259
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
260 #---------------------------------------------------------------------------
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
261 # configuration options for the AutoGen Definitions output
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
262 #---------------------------------------------------------------------------
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
263 GENERATE_AUTOGEN_DEF = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
264
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
265 #---------------------------------------------------------------------------
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
266 # configuration options related to the Perl module output
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
267 #---------------------------------------------------------------------------
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
268 GENERATE_PERLMOD = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
269 PERLMOD_LATEX = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
270 PERLMOD_PRETTY = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
271 PERLMOD_MAKEVAR_PREFIX =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
272
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
273 #---------------------------------------------------------------------------
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
274 # Configuration options related to the preprocessor
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
275 #---------------------------------------------------------------------------
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
276 ENABLE_PREPROCESSING = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
277 MACRO_EXPANSION = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
278 EXPAND_ONLY_PREDEF = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
279 SEARCH_INCLUDES = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
280 INCLUDE_PATH =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
281 INCLUDE_FILE_PATTERNS =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
282 PREDEFINED = DOXYGEN_ONLY \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
283 DOXYGEN_SHOULD_IGNORE_THIS \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
284 ALMIXER_DECLSPEC= \
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
285 ALMIXER_CALL=
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
286 EXPAND_AS_DEFINED =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
287 SKIP_FUNCTION_MACROS = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
288
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
289 #---------------------------------------------------------------------------
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
290 # Configuration::additions related to external references
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
291 #---------------------------------------------------------------------------
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
292 TAGFILES =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
293 GENERATE_TAGFILE =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
294 ALLEXTERNALS = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
295 EXTERNAL_GROUPS = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
296 PERL_PATH = /usr/bin/perl
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
297
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
298 #---------------------------------------------------------------------------
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
299 # Configuration options related to the dot tool
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
300 #---------------------------------------------------------------------------
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
301 CLASS_DIAGRAMS = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
302 MSCGEN_PATH =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
303 HIDE_UNDOC_RELATIONS = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
304 HAVE_DOT = @HAVE_DOT@
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
305 #HAVE_DOT = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
306 DOT_NUM_THREADS = 0
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
307 DOT_FONTNAME = FreeSans.ttf
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
308 DOT_FONTSIZE = 10
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
309 DOT_FONTPATH =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
310 CLASS_GRAPH = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
311 COLLABORATION_GRAPH = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
312 GROUP_GRAPHS = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
313 UML_LOOK = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
314 TEMPLATE_RELATIONS = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
315 INCLUDE_GRAPH = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
316 INCLUDED_BY_GRAPH = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
317 CALL_GRAPH = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
318 CALLER_GRAPH = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
319 GRAPHICAL_HIERARCHY = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
320 DIRECTORY_GRAPH = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
321 DOT_IMAGE_FORMAT = png
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
322 DOT_PATH = @DOT_PATH@
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
323 DOTFILE_DIRS =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
324 MSCFILE_DIRS =
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
325 DOT_GRAPH_MAX_NODES = 50
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
326 MAX_DOT_GRAPH_DEPTH = 0
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
327 DOT_TRANSPARENT = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
328 DOT_MULTI_TARGETS = NO
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
329 GENERATE_LEGEND = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
330 DOT_CLEANUP = YES
8cb13d89451a Doxygen support and fixes.
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff changeset
331