source: MondoRescue/branches/3.0/mondo/Doxyfile@ 3080

Last change on this file since 3080 was 30, checked in by bcornec, 19 years ago

Id property added on files to allow for better conf. management

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