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

Contents of /libgig/trunk/Doxyfile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 168 - (show annotations) (download)
Fri Jul 2 19:37:09 2004 UTC (19 years, 8 months ago) by capela
File size: 8049 byte(s)
* packaging changes:
  - added libgig.spec and libgig.pc package configurations.
  - header files included on installation.
  - autotools-generated files removed from CVS repository.

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 = YES
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
66 FILE_PATTERNS = *.c \
67 *.cpp \
68 *.h \
69 *.hpp \
70 *.idl
71 RECURSIVE = YES
72 EXCLUDE =
73 EXCLUDE_SYMLINKS = NO
74 EXCLUDE_PATTERNS =
75 EXAMPLE_PATH =
76 EXAMPLE_PATTERNS = *
77 EXAMPLE_RECURSIVE = NO
78 IMAGE_PATH =
79 INPUT_FILTER =
80 FILTER_SOURCE_FILES = NO
81 #---------------------------------------------------------------------------
82 # configuration options related to source browsing
83 #---------------------------------------------------------------------------
84 SOURCE_BROWSER = YES
85 INLINE_SOURCES = NO
86 STRIP_CODE_COMMENTS = YES
87 REFERENCED_BY_RELATION = YES
88 REFERENCES_RELATION = YES
89 VERBATIM_HEADERS = YES
90 #---------------------------------------------------------------------------
91 # configuration options related to the alphabetical class index
92 #---------------------------------------------------------------------------
93 ALPHABETICAL_INDEX = NO
94 COLS_IN_ALPHA_INDEX = 5
95 IGNORE_PREFIX =
96 #---------------------------------------------------------------------------
97 # configuration options related to the HTML output
98 #---------------------------------------------------------------------------
99 GENERATE_HTML = YES
100 HTML_OUTPUT = html
101 HTML_FILE_EXTENSION = .html
102 HTML_HEADER =
103 HTML_FOOTER =
104 HTML_STYLESHEET =
105 HTML_ALIGN_MEMBERS = YES
106 GENERATE_HTMLHELP = NO
107 CHM_FILE =
108 HHC_LOCATION =
109 GENERATE_CHI = NO
110 BINARY_TOC = NO
111 TOC_EXPAND = NO
112 DISABLE_INDEX = NO
113 ENUM_VALUES_PER_LINE = 4
114 GENERATE_TREEVIEW = YES
115 TREEVIEW_WIDTH = 250
116 #---------------------------------------------------------------------------
117 # configuration options related to the LaTeX output
118 #---------------------------------------------------------------------------
119 GENERATE_LATEX = NO
120 LATEX_OUTPUT = latex
121 LATEX_CMD_NAME = latex
122 MAKEINDEX_CMD_NAME = makeindex
123 COMPACT_LATEX = NO
124 PAPER_TYPE = a4wide
125 EXTRA_PACKAGES =
126 LATEX_HEADER =
127 PDF_HYPERLINKS = NO
128 USE_PDFLATEX = NO
129 LATEX_BATCHMODE = NO
130 LATEX_HIDE_INDICES = NO
131 #---------------------------------------------------------------------------
132 # configuration options related to the RTF output
133 #---------------------------------------------------------------------------
134 GENERATE_RTF = NO
135 RTF_OUTPUT = rtf
136 COMPACT_RTF = NO
137 RTF_HYPERLINKS = NO
138 RTF_STYLESHEET_FILE =
139 RTF_EXTENSIONS_FILE =
140 #---------------------------------------------------------------------------
141 # configuration options related to the man page output
142 #---------------------------------------------------------------------------
143 GENERATE_MAN = NO
144 MAN_OUTPUT = man
145 MAN_EXTENSION = .3
146 MAN_LINKS = NO
147 #---------------------------------------------------------------------------
148 # configuration options related to the XML output
149 #---------------------------------------------------------------------------
150 GENERATE_XML = NO
151 XML_OUTPUT = xml
152 XML_SCHEMA =
153 XML_DTD =
154 #---------------------------------------------------------------------------
155 # configuration options for the AutoGen Definitions output
156 #---------------------------------------------------------------------------
157 GENERATE_AUTOGEN_DEF = NO
158 #---------------------------------------------------------------------------
159 # configuration options related to the Perl module output
160 #---------------------------------------------------------------------------
161 GENERATE_PERLMOD = NO
162 PERLMOD_LATEX = NO
163 PERLMOD_PRETTY = YES
164 PERLMOD_MAKEVAR_PREFIX =
165 #---------------------------------------------------------------------------
166 # Configuration options related to the preprocessor
167 #---------------------------------------------------------------------------
168 ENABLE_PREPROCESSING = YES
169 MACRO_EXPANSION = NO
170 EXPAND_ONLY_PREDEF = NO
171 SEARCH_INCLUDES = YES
172 INCLUDE_PATH =
173 INCLUDE_FILE_PATTERNS =
174 PREDEFINED =
175 EXPAND_AS_DEFINED =
176 SKIP_FUNCTION_MACROS = YES
177 #---------------------------------------------------------------------------
178 # Configuration::addtions related to external references
179 #---------------------------------------------------------------------------
180 TAGFILES =
181 GENERATE_TAGFILE =
182 ALLEXTERNALS = NO
183 EXTERNAL_GROUPS = YES
184 PERL_PATH = /usr/bin/perl
185 #---------------------------------------------------------------------------
186 # Configuration options related to the dot tool
187 #---------------------------------------------------------------------------
188 CLASS_DIAGRAMS = YES
189 HIDE_UNDOC_RELATIONS = YES
190 HAVE_DOT = NO
191 CLASS_GRAPH = YES
192 COLLABORATION_GRAPH = YES
193 UML_LOOK = YES
194 TEMPLATE_RELATIONS = NO
195 INCLUDE_GRAPH = YES
196 INCLUDED_BY_GRAPH = YES
197 CALL_GRAPH = NO
198 GRAPHICAL_HIERARCHY = YES
199 DOT_IMAGE_FORMAT = png
200 DOT_PATH =
201 DOTFILE_DIRS =
202 MAX_DOT_GRAPH_WIDTH = 1024
203 MAX_DOT_GRAPH_HEIGHT = 1024
204 MAX_DOT_GRAPH_DEPTH = 0
205 GENERATE_LEGEND = YES
206 DOT_CLEANUP = YES
207 #---------------------------------------------------------------------------
208 # Configuration::addtions related to the search engine
209 #---------------------------------------------------------------------------
210 SEARCHENGINE = NO

  ViewVC Help
Powered by ViewVC