1 # Doxyfile 1.2.12-20011209
3 #---------------------------------------------------------------------------
4 # General configuration options
5 #---------------------------------------------------------------------------
6 PROJECT_NAME = LibVspell
9 OUTPUT_LANGUAGE = English
13 EXTRACT_LOCAL_CLASSES = YES
14 HIDE_UNDOC_MEMBERS = NO
15 HIDE_UNDOC_CLASSES = NO
16 BRIEF_MEMBER_DESC = YES
18 ALWAYS_DETAILED_SEC = NO
19 INLINE_INHERITED_MEMB = NO
21 STRIP_FROM_PATH = $(PWD)/
23 STRIP_CODE_COMMENTS = YES
27 VERBATIM_HEADERS = YES
28 SHOW_INCLUDE_FILES = YES
29 JAVADOC_AUTOBRIEF = YES
32 SORT_MEMBER_DOCS = YES
33 DISTRIBUTE_GROUP_DOC = NO
35 GENERATE_TODOLIST = YES
36 GENERATE_TESTLIST = YES
37 GENERATE_BUGLIST = YES
40 MAX_INITIALIZER_LINES = 30
41 OPTIMIZE_OUTPUT_FOR_C = NO
43 #---------------------------------------------------------------------------
44 # configuration options related to warning and progress messages
45 #---------------------------------------------------------------------------
48 WARN_IF_UNDOCUMENTED = YES
49 WARN_FORMAT = "$file:$line: $text"
51 #---------------------------------------------------------------------------
52 # configuration options related to the input files
53 #---------------------------------------------------------------------------
54 INPUT = wfst.cpp dictionary.cpp distance.cpp sentence.cpp spell.cpp debug.h distance.h sentence.h syllable.h wordnode.h dictionary.h propername.h spell.h wfst.h softcount.h softcount.cpp
62 EXAMPLE_RECURSIVE = NO
65 FILTER_SOURCE_FILES = NO
66 #---------------------------------------------------------------------------
67 # configuration options related to source browsing
68 #---------------------------------------------------------------------------
71 REFERENCED_BY_RELATION = YES
72 REFERENCES_RELATION = YES
73 #---------------------------------------------------------------------------
74 # configuration options related to the alphabetical class index
75 #---------------------------------------------------------------------------
76 ALPHABETICAL_INDEX = YES
77 COLS_IN_ALPHA_INDEX = 5
79 #---------------------------------------------------------------------------
80 # configuration options related to the HTML output
81 #---------------------------------------------------------------------------
87 HTML_ALIGN_MEMBERS = YES
88 GENERATE_HTMLHELP = NO
93 ENUM_VALUES_PER_LINE = 4
94 GENERATE_TREEVIEW = YES
96 #---------------------------------------------------------------------------
97 # configuration options related to the LaTeX output
98 #---------------------------------------------------------------------------
108 #---------------------------------------------------------------------------
109 # configuration options related to the RTF output
110 #---------------------------------------------------------------------------
115 RTF_STYLESHEET_FILE =
116 RTF_EXTENSIONS_FILE =
117 #---------------------------------------------------------------------------
118 # configuration options related to the man page output
119 #---------------------------------------------------------------------------
124 #---------------------------------------------------------------------------
125 # configuration options related to the XML output
126 #---------------------------------------------------------------------------
128 #---------------------------------------------------------------------------
129 # configuration options for the AutoGen Definitions output
130 #---------------------------------------------------------------------------
131 GENERATE_AUTOGEN_DEF = NO
132 #---------------------------------------------------------------------------
133 # Configuration options related to the preprocessor
134 #---------------------------------------------------------------------------
135 ENABLE_PREPROCESSING = YES
136 MACRO_EXPANSION = YES
137 EXPAND_ONLY_PREDEF = YES
138 SEARCH_INCLUDES = YES
140 INCLUDE_FILE_PATTERNS =
143 SKIP_FUNCTION_MACROS = YES
144 #---------------------------------------------------------------------------
145 # Configuration::addtions related to external references
146 #---------------------------------------------------------------------------
147 TAGFILES = qtools_docs/qtools.tag=../../qtools_docs/html
150 PERL_PATH = /usr/bin/perl
151 #---------------------------------------------------------------------------
152 # Configuration options related to the dot tool
153 #---------------------------------------------------------------------------
157 COLLABORATION_GRAPH = YES
158 TEMPLATE_RELATIONS = YES
159 HIDE_UNDOC_RELATIONS = YES
161 INCLUDED_BY_GRAPH = YES
162 GRAPHICAL_HIERARCHY = YES
164 DOT_IMAGE_FORMAT = png
167 MAX_DOT_GRAPH_WIDTH = 1024
168 MAX_DOT_GRAPH_HEIGHT = 1024
169 GENERATE_LEGEND = YES
172 #---------------------------------------------------------------------------
173 # Configuration::addtions related to the search engine
174 #---------------------------------------------------------------------------