source: trunk/OpenYahtzee/Doxyfile @ 20

Last change on this file since 20 was 20, checked in by guyru, 6 years ago

undo button (no functioning yet)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 10.1 KB
Line 
1# Doxyfile 1.4.1-KDevelop
2
3#---------------------------------------------------------------------------
4# Project related configuration options
5#---------------------------------------------------------------------------
6PROJECT_NAME           = OpenYahtzee
7PROJECT_NUMBER         = cvs
8OUTPUT_DIRECTORY       = /home/guy/workspace/OpenYahtzee
9CREATE_SUBDIRS         = NO
10OUTPUT_LANGUAGE        = English
11USE_WINDOWS_ENCODING   = NO
12BRIEF_MEMBER_DESC      = YES
13REPEAT_BRIEF           = YES
14ABBREVIATE_BRIEF       = "The $name class" \
15                         "The $name widget" \
16                         "The $name file" \
17                         is \
18                         provides \
19                         specifies \
20                         contains \
21                         represents \
22                         a \
23                         an \
24                         the
25ALWAYS_DETAILED_SEC    = NO
26INLINE_INHERITED_MEMB  = NO
27FULL_PATH_NAMES        = YES
28STRIP_FROM_PATH        = /home/guy/workspace/tictactoe/
29STRIP_FROM_INC_PATH    =
30SHORT_NAMES            = NO
31JAVADOC_AUTOBRIEF      = NO
32MULTILINE_CPP_IS_BRIEF = NO
33DETAILS_AT_TOP         = NO
34INHERIT_DOCS           = YES
35DISTRIBUTE_GROUP_DOC   = NO
36TAB_SIZE               = 8
37ALIASES                =
38OPTIMIZE_OUTPUT_FOR_C  = NO
39OPTIMIZE_OUTPUT_JAVA   = NO
40SUBGROUPING            = YES
41#---------------------------------------------------------------------------
42# Build related configuration options
43#---------------------------------------------------------------------------
44EXTRACT_ALL            = NO
45EXTRACT_PRIVATE        = NO
46EXTRACT_STATIC         = NO
47EXTRACT_LOCAL_CLASSES  = YES
48EXTRACT_LOCAL_METHODS  = NO
49HIDE_UNDOC_MEMBERS     = NO
50HIDE_UNDOC_CLASSES     = NO
51HIDE_FRIEND_COMPOUNDS  = NO
52HIDE_IN_BODY_DOCS      = NO
53INTERNAL_DOCS          = NO
54CASE_SENSE_NAMES       = YES
55HIDE_SCOPE_NAMES       = NO
56SHOW_INCLUDE_FILES     = YES
57INLINE_INFO            = YES
58SORT_MEMBER_DOCS       = YES
59SORT_BRIEF_DOCS        = NO
60SORT_BY_SCOPE_NAME     = NO
61GENERATE_TODOLIST      = YES
62GENERATE_TESTLIST      = YES
63GENERATE_BUGLIST       = YES
64GENERATE_DEPRECATEDLIST= YES
65ENABLED_SECTIONS       =
66MAX_INITIALIZER_LINES  = 30
67SHOW_USED_FILES        = YES
68SHOW_DIRECTORIES       = YES
69FILE_VERSION_FILTER    =
70#---------------------------------------------------------------------------
71# configuration options related to warning and progress messages
72#---------------------------------------------------------------------------
73QUIET                  = NO
74WARNINGS               = YES
75WARN_IF_UNDOCUMENTED   = YES
76WARN_IF_DOC_ERROR      = YES
77WARN_NO_PARAMDOC       = NO
78WARN_FORMAT            = "$file:$line: $text"
79WARN_LOGFILE           =
80#---------------------------------------------------------------------------
81# configuration options related to the input files
82#---------------------------------------------------------------------------
83INPUT                  = /home/guy/workspace/OpenYahtzee
84FILE_PATTERNS          = *.c \
85                         *.cc \
86                         *.cxx \
87                         *.cpp \
88                         *.c++ \
89                         *.java \
90                         *.ii \
91                         *.ixx \
92                         *.ipp \
93                         *.i++ \
94                         *.inl \
95                         *.h \
96                         *.hh \
97                         *.hxx \
98                         *.hpp \
99                         *.h++ \
100                         *.idl \
101                         *.odl \
102                         *.cs \
103                         *.php \
104                         *.php3 \
105                         *.inc \
106                         *.m \
107                         *.mm \
108                         *.dox \
109                         *.C \
110                         *.CC \
111                         *.C++ \
112                         *.II \
113                         *.I++ \
114                         *.H \
115                         *.HH \
116                         *.H++ \
117                         *.CS \
118                         *.PHP \
119                         *.PHP3 \
120                         *.M \
121                         *.MM \
122                         *.C \
123                         *.H \
124                         *.tlh \
125                         *.diff \
126                         *.patch \
127                         *.moc \
128                         *.xpm \
129                         *.dox
130RECURSIVE              = YES
131EXCLUDE                = /home/guy/workspace/OpenYahtzee/optimized \
132                         /home/guy/workspace/OpenYahtzee/debug
133EXCLUDE_SYMLINKS       = NO
134EXCLUDE_PATTERNS       =
135EXAMPLE_PATH           =
136EXAMPLE_PATTERNS       = *
137EXAMPLE_RECURSIVE      = NO
138IMAGE_PATH             =
139INPUT_FILTER           =
140FILTER_PATTERNS        =
141FILTER_SOURCE_FILES    = NO
142#---------------------------------------------------------------------------
143# configuration options related to source browsing
144#---------------------------------------------------------------------------
145SOURCE_BROWSER         = NO
146INLINE_SOURCES         = NO
147STRIP_CODE_COMMENTS    = YES
148REFERENCED_BY_RELATION = YES
149REFERENCES_RELATION    = YES
150VERBATIM_HEADERS       = YES
151#---------------------------------------------------------------------------
152# configuration options related to the alphabetical class index
153#---------------------------------------------------------------------------
154ALPHABETICAL_INDEX     = YES
155COLS_IN_ALPHA_INDEX    = 5
156IGNORE_PREFIX          =
157#---------------------------------------------------------------------------
158# configuration options related to the HTML output
159#---------------------------------------------------------------------------
160GENERATE_HTML          = YES
161HTML_OUTPUT            = html
162HTML_FILE_EXTENSION    = .html
163HTML_HEADER            =
164HTML_FOOTER            =
165HTML_STYLESHEET        =
166HTML_ALIGN_MEMBERS     = YES
167GENERATE_HTMLHELP      = NO
168CHM_FILE               =
169HHC_LOCATION           =
170GENERATE_CHI           = NO
171BINARY_TOC             = NO
172TOC_EXPAND             = NO
173DISABLE_INDEX          = NO
174ENUM_VALUES_PER_LINE   = 4
175GENERATE_TREEVIEW      = NO
176TREEVIEW_WIDTH         = 250
177#---------------------------------------------------------------------------
178# configuration options related to the LaTeX output
179#---------------------------------------------------------------------------
180GENERATE_LATEX         = YES
181LATEX_OUTPUT           = latex
182LATEX_CMD_NAME         = latex
183MAKEINDEX_CMD_NAME     = makeindex
184COMPACT_LATEX          = NO
185PAPER_TYPE             = a4wide
186EXTRA_PACKAGES         =
187LATEX_HEADER           =
188PDF_HYPERLINKS         = NO
189USE_PDFLATEX           = NO
190LATEX_BATCHMODE        = NO
191LATEX_HIDE_INDICES     = NO
192#---------------------------------------------------------------------------
193# configuration options related to the RTF output
194#---------------------------------------------------------------------------
195GENERATE_RTF           = NO
196RTF_OUTPUT             = rtf
197COMPACT_RTF            = NO
198RTF_HYPERLINKS         = NO
199RTF_STYLESHEET_FILE    =
200RTF_EXTENSIONS_FILE    =
201#---------------------------------------------------------------------------
202# configuration options related to the man page output
203#---------------------------------------------------------------------------
204GENERATE_MAN           = NO
205MAN_OUTPUT             = man
206MAN_EXTENSION          = .3
207MAN_LINKS              = NO
208#---------------------------------------------------------------------------
209# configuration options related to the XML output
210#---------------------------------------------------------------------------
211GENERATE_XML           = YES
212XML_OUTPUT             = xml
213XML_SCHEMA             =
214XML_DTD                =
215XML_PROGRAMLISTING     = YES
216#---------------------------------------------------------------------------
217# configuration options for the AutoGen Definitions output
218#---------------------------------------------------------------------------
219GENERATE_AUTOGEN_DEF   = NO
220#---------------------------------------------------------------------------
221# configuration options related to the Perl module output
222#---------------------------------------------------------------------------
223GENERATE_PERLMOD       = NO
224PERLMOD_LATEX          = NO
225PERLMOD_PRETTY         = YES
226PERLMOD_MAKEVAR_PREFIX =
227#---------------------------------------------------------------------------
228# Configuration options related to the preprocessor   
229#---------------------------------------------------------------------------
230ENABLE_PREPROCESSING   = YES
231MACRO_EXPANSION        = NO
232EXPAND_ONLY_PREDEF     = NO
233SEARCH_INCLUDES        = YES
234INCLUDE_PATH           =
235INCLUDE_FILE_PATTERNS  =
236PREDEFINED             =
237EXPAND_AS_DEFINED      =
238SKIP_FUNCTION_MACROS   = YES
239#---------------------------------------------------------------------------
240# Configuration::additions related to external references   
241#---------------------------------------------------------------------------
242TAGFILES               =
243GENERATE_TAGFILE       = openyahtzee.tag
244ALLEXTERNALS           = NO
245EXTERNAL_GROUPS        = YES
246PERL_PATH              = /usr/bin/perl
247#---------------------------------------------------------------------------
248# Configuration options related to the dot tool   
249#---------------------------------------------------------------------------
250CLASS_DIAGRAMS         = YES
251HIDE_UNDOC_RELATIONS   = YES
252HAVE_DOT               = NO
253CLASS_GRAPH            = YES
254COLLABORATION_GRAPH    = YES
255GROUP_GRAPHS           = YES
256UML_LOOK               = NO
257TEMPLATE_RELATIONS     = NO
258INCLUDE_GRAPH          = YES
259INCLUDED_BY_GRAPH      = YES
260CALL_GRAPH             = NO
261GRAPHICAL_HIERARCHY    = YES
262DIRECTORY_GRAPH        = YES
263DOT_IMAGE_FORMAT       = png
264DOT_PATH               =
265DOTFILE_DIRS           =
266MAX_DOT_GRAPH_WIDTH    = 1024
267MAX_DOT_GRAPH_HEIGHT   = 1024
268MAX_DOT_GRAPH_DEPTH    = 1000
269DOT_TRANSPARENT        = NO
270DOT_MULTI_TARGETS      = NO
271GENERATE_LEGEND        = YES
272DOT_CLEANUP            = YES
273#---------------------------------------------------------------------------
274# Configuration::additions related to the search engine   
275#---------------------------------------------------------------------------
276SEARCHENGINE           = NO
Note: See TracBrowser for help on using the repository browser.