/[svn]/libgig/trunk/Doxyfile.in
ViewVC logotype

Contents of /libgig/trunk/Doxyfile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1383 - (show annotations) (download)
Fri Oct 5 09:39:12 2007 UTC (16 years, 5 months ago) by schoenebeck
File size: 8360 byte(s)
- internal function RIFF::__resolveChunkPath() is now static
- fixed typo in API doc of method RIFF::Chunk::GetState()
- don't expose internal static file members to the API docs

1 # Doxyfile 1.3.4-KDevelop
2
3 #---------------------------------------------------------------------------
4 # Project related configuration options
5 #---------------------------------------------------------------------------
6 PROJECT_NAME = @PACKAGE@
7 PROJECT_NUMBER = @VERSION@
8 OUTPUT_DIRECTORY = doc
9 OUTPUT_LANGUAGE = English
10 USE_WINDOWS_ENCODING = NO
11 BRIEF_MEMBER_DESC = YES
12 REPEAT_BRIEF = YES
13 ALWAYS_DETAILED_SEC = NO
14 INLINE_INHERITED_MEMB = YES
15 FULL_PATH_NAMES = NO
16 STRIP_FROM_PATH =
17 SHORT_NAMES = NO
18 JAVADOC_AUTOBRIEF = YES
19 MULTILINE_CPP_IS_BRIEF = NO
20 DETAILS_AT_TOP = NO
21 INHERIT_DOCS = YES
22 DISTRIBUTE_GROUP_DOC = NO
23 TAB_SIZE = 8
24 ALIASES =
25 OPTIMIZE_OUTPUT_FOR_C = NO
26 OPTIMIZE_OUTPUT_JAVA = NO
27 SUBGROUPING = YES
28 #---------------------------------------------------------------------------
29 # Build related configuration options
30 #---------------------------------------------------------------------------
31 EXTRACT_ALL = YES
32 EXTRACT_PRIVATE = NO
33 EXTRACT_STATIC = NO
34 EXTRACT_LOCAL_CLASSES = YES
35 HIDE_UNDOC_MEMBERS = NO
36 HIDE_UNDOC_CLASSES = NO
37 HIDE_FRIEND_COMPOUNDS = NO
38 HIDE_IN_BODY_DOCS = NO
39 INTERNAL_DOCS = NO
40 CASE_SENSE_NAMES = YES
41 HIDE_SCOPE_NAMES = NO
42 SHOW_INCLUDE_FILES = YES
43 INLINE_INFO = YES
44 SORT_MEMBER_DOCS = YES
45 GENERATE_TODOLIST = YES
46 GENERATE_TESTLIST = YES
47 GENERATE_BUGLIST = YES
48 GENERATE_DEPRECATEDLIST= YES
49 ENABLED_SECTIONS = RIFF \
50 DLS
51 MAX_INITIALIZER_LINES = 30
52 SHOW_USED_FILES = YES
53 #---------------------------------------------------------------------------
54 # configuration options related to warning and progress messages
55 #---------------------------------------------------------------------------
56 QUIET = NO
57 WARNINGS = YES
58 WARN_IF_UNDOCUMENTED = YES
59 WARN_IF_DOC_ERROR = YES
60 WARN_FORMAT = "$file:$line: $text"
61 WARN_LOGFILE =
62 #---------------------------------------------------------------------------
63 # configuration options related to the input files
64 #---------------------------------------------------------------------------
65 INPUT = @top_srcdir@/src/RIFF.h \
66 @top_srcdir@/src/RIFF.cpp \
67 @top_srcdir@/src/DLS.h \
68 @top_srcdir@/src/DLS.cpp \
69 @top_srcdir@/src/gig.h \
70 @top_srcdir@/src/gig.cpp \
71 @top_srcdir@/doc/mainpage.dox
72 FILE_PATTERNS = *.c \
73 *.cpp \
74 *.h \
75 *.hpp \
76 *.idl \
77 *.dox
78 RECURSIVE = NO
79 EXCLUDE =
80 EXCLUDE_SYMLINKS = NO
81 EXCLUDE_PATTERNS =
82 EXAMPLE_PATH =
83 EXAMPLE_PATTERNS = *
84 EXAMPLE_RECURSIVE = NO
85 IMAGE_PATH =
86 INPUT_FILTER =
87 FILTER_SOURCE_FILES = NO
88 #---------------------------------------------------------------------------
89 # configuration options related to source browsing
90 #---------------------------------------------------------------------------
91 SOURCE_BROWSER = YES
92 INLINE_SOURCES = NO
93 STRIP_CODE_COMMENTS = YES
94 REFERENCED_BY_RELATION = YES
95 REFERENCES_RELATION = YES
96 VERBATIM_HEADERS = YES
97 #---------------------------------------------------------------------------
98 # configuration options related to the alphabetical class index
99 #---------------------------------------------------------------------------
100 ALPHABETICAL_INDEX = NO
101 COLS_IN_ALPHA_INDEX = 5
102 IGNORE_PREFIX =
103 #---------------------------------------------------------------------------
104 # configuration options related to the HTML output
105 #---------------------------------------------------------------------------
106 GENERATE_HTML = YES
107 HTML_OUTPUT = html
108 HTML_FILE_EXTENSION = .html
109 HTML_HEADER =
110 HTML_FOOTER =
111 HTML_STYLESHEET =
112 HTML_ALIGN_MEMBERS = YES
113 GENERATE_HTMLHELP = NO
114 CHM_FILE =
115 HHC_LOCATION =
116 GENERATE_CHI = NO
117 BINARY_TOC = NO
118 TOC_EXPAND = NO
119 DISABLE_INDEX = NO
120 ENUM_VALUES_PER_LINE = 4
121 GENERATE_TREEVIEW = YES
122 TREEVIEW_WIDTH = 250
123 #---------------------------------------------------------------------------
124 # configuration options related to the LaTeX output
125 #---------------------------------------------------------------------------
126 GENERATE_LATEX = NO
127 LATEX_OUTPUT = latex
128 LATEX_CMD_NAME = latex
129 MAKEINDEX_CMD_NAME = makeindex
130 COMPACT_LATEX = NO
131 PAPER_TYPE = a4wide
132 EXTRA_PACKAGES =
133 LATEX_HEADER =
134 PDF_HYPERLINKS = NO
135 USE_PDFLATEX = NO
136 LATEX_BATCHMODE = NO
137 LATEX_HIDE_INDICES = NO
138 #---------------------------------------------------------------------------
139 # configuration options related to the RTF output
140 #---------------------------------------------------------------------------
141 GENERATE_RTF = NO
142 RTF_OUTPUT = rtf
143 COMPACT_RTF = NO
144 RTF_HYPERLINKS = NO
145 RTF_STYLESHEET_FILE =
146 RTF_EXTENSIONS_FILE =
147 #---------------------------------------------------------------------------
148 # configuration options related to the man page output
149 #---------------------------------------------------------------------------
150 GENERATE_MAN = NO
151 MAN_OUTPUT = man
152 MAN_EXTENSION = .3
153 MAN_LINKS = NO
154 #---------------------------------------------------------------------------
155 # configuration options related to the XML output
156 #---------------------------------------------------------------------------
157 GENERATE_XML = NO
158 XML_OUTPUT = xml
159 XML_SCHEMA =
160 XML_DTD =
161 #---------------------------------------------------------------------------
162 # configuration options for the AutoGen Definitions output
163 #---------------------------------------------------------------------------
164 GENERATE_AUTOGEN_DEF = NO
165 #---------------------------------------------------------------------------
166 # configuration options related to the Perl module output
167 #---------------------------------------------------------------------------
168 GENERATE_PERLMOD = NO
169 PERLMOD_LATEX = NO
170 PERLMOD_PRETTY = YES
171 PERLMOD_MAKEVAR_PREFIX =
172 #---------------------------------------------------------------------------
173 # Configuration options related to the preprocessor
174 #---------------------------------------------------------------------------
175 ENABLE_PREPROCESSING = YES
176 MACRO_EXPANSION = NO
177 EXPAND_ONLY_PREDEF = NO
178 SEARCH_INCLUDES = YES
179 INCLUDE_PATH =
180 INCLUDE_FILE_PATTERNS =
181 PREDEFINED =
182 EXPAND_AS_DEFINED =
183 SKIP_FUNCTION_MACROS = YES
184 #---------------------------------------------------------------------------
185 # Configuration::addtions related to external references
186 #---------------------------------------------------------------------------
187 TAGFILES =
188 GENERATE_TAGFILE =
189 ALLEXTERNALS = NO
190 EXTERNAL_GROUPS = YES
191 PERL_PATH = /usr/bin/perl
192 #---------------------------------------------------------------------------
193 # Configuration options related to the dot tool
194 #---------------------------------------------------------------------------
195 CLASS_DIAGRAMS = YES
196 HIDE_UNDOC_RELATIONS = YES
197 HAVE_DOT = NO
198 CLASS_GRAPH = YES
199 COLLABORATION_GRAPH = YES
200 UML_LOOK = YES
201 TEMPLATE_RELATIONS = NO
202 INCLUDE_GRAPH = YES
203 INCLUDED_BY_GRAPH = YES
204 CALL_GRAPH = NO
205 GRAPHICAL_HIERARCHY = YES
206 DOT_IMAGE_FORMAT = png
207 DOT_PATH =
208 DOTFILE_DIRS =
209 MAX_DOT_GRAPH_WIDTH = 1024
210 MAX_DOT_GRAPH_HEIGHT = 1024
211 MAX_DOT_GRAPH_DEPTH = 0
212 GENERATE_LEGEND = YES
213 DOT_CLEANUP = YES
214 #---------------------------------------------------------------------------
215 # Configuration::addtions related to the search engine
216 #---------------------------------------------------------------------------
217 SEARCHENGINE = NO

  ViewVC Help
Powered by ViewVC