2008-08-19 22:05:07 +04:00
# Doxyfile 1.5.3
2001-11-15 08:31:27 +03:00
#---------------------------------------------------------------------------
2008-08-19 22:05:07 +04:00
# Project related configuration options
2001-11-15 08:31:27 +03:00
#---------------------------------------------------------------------------
PROJECT_NAME = Samba
PROJECT_NUMBER = HEAD
2003-02-13 04:47:03 +03:00
# NOTE: By default, Doxygen writes into the dox/ subdirectory of the
# invocation directory. If you want to put it somewhere else, for
# example, to write straight into a webserver directory, then override
# this variable in a configuration concatenated to this one: Doxygen
# doesn't mind variables being redefined.
2001-11-15 08:31:27 +03:00
OUTPUT_DIRECTORY = dox
OUTPUT_LANGUAGE = English
2008-08-19 22:05:07 +04:00
DOXYFILE_ENCODING = UTF-8
2001-11-15 08:31:27 +03:00
BRIEF_MEMBER_DESC = YES
REPEAT_BRIEF = YES
ALWAYS_DETAILED_SEC = NO
2003-02-28 07:02:16 +03:00
FULL_PATH_NAMES = YES
STRIP_FROM_PATH = $(PWD)/
2008-08-19 22:05:07 +04:00
SHORT_NAMES = NO
JAVADOC_AUTOBRIEF = YES
INHERIT_DOCS = YES
TAB_SIZE = 8
ALIASES =
OPTIMIZE_OUTPUT_FOR_C = YES
DISTRIBUTE_GROUP_DOC = NO
#---------------------------------------------------------------------------
# Build related configuration options
#---------------------------------------------------------------------------
EXTRACT_ALL = YES
EXTRACT_PRIVATE = YES
EXTRACT_STATIC = YES
EXTRACT_LOCAL_CLASSES = YES
HIDE_UNDOC_MEMBERS = NO
HIDE_UNDOC_CLASSES = NO
2001-11-15 08:31:27 +03:00
INTERNAL_DOCS = YES
CASE_SENSE_NAMES = YES
HIDE_SCOPE_NAMES = YES
SHOW_INCLUDE_FILES = YES
INLINE_INFO = YES
SORT_MEMBER_DOCS = NO
2008-08-19 22:05:07 +04:00
SORT_BRIEF_DOCS = NO
2001-11-15 08:31:27 +03:00
GENERATE_TODOLIST = YES
GENERATE_TESTLIST = YES
GENERATE_BUGLIST = YES
2008-08-19 22:05:07 +04:00
GENERATE_DEPRECATEDLIST= YES
2001-11-15 08:31:27 +03:00
ENABLED_SECTIONS =
MAX_INITIALIZER_LINES = 30
SHOW_USED_FILES = YES
2008-08-19 22:05:07 +04:00
SHOW_DIRECTORIES = YES
2001-11-15 08:31:27 +03:00
#---------------------------------------------------------------------------
# configuration options related to warning and progress messages
#---------------------------------------------------------------------------
2003-02-13 04:47:03 +03:00
QUIET = YES
2001-11-15 08:31:27 +03:00
WARNINGS = NO
WARN_IF_UNDOCUMENTED = NO
2008-08-19 22:05:07 +04:00
WARN_IF_DOC_ERROR = NO
WARN_NO_PARAMDOC = NO
2001-11-15 08:31:27 +03:00
WARN_FORMAT = "$file:$line: $text"
WARN_LOGFILE =
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
2003-02-28 07:02:16 +03:00
INPUT = .
2008-08-19 22:05:07 +04:00
INPUT_ENCODING = UTF-8
2001-11-15 08:31:27 +03:00
FILE_PATTERNS = *.c \
*.h \
*.idl
RECURSIVE = YES
EXCLUDE = include/includes.h \
include/proto.h
2008-08-19 22:05:07 +04:00
EXCLUDE_SYMLINKS = NO
2001-11-15 08:31:27 +03:00
EXCLUDE_PATTERNS =
EXAMPLE_PATH =
EXAMPLE_PATTERNS =
2008-08-19 22:05:07 +04:00
EXAMPLE_RECURSIVE = NO
2001-11-15 08:31:27 +03:00
IMAGE_PATH =
INPUT_FILTER =
FILTER_SOURCE_FILES = NO
#---------------------------------------------------------------------------
2008-08-19 22:05:07 +04:00
# configuration options related to source browsing
#---------------------------------------------------------------------------
SOURCE_BROWSER = YES
INLINE_SOURCES = YES
STRIP_CODE_COMMENTS = NO
REFERENCED_BY_RELATION = YES
REFERENCES_RELATION = YES
REFERENCES_LINK_SOURCE = YES
VERBATIM_HEADERS = YES
#---------------------------------------------------------------------------
2001-11-15 08:31:27 +03:00
# configuration options related to the alphabetical class index
#---------------------------------------------------------------------------
ALPHABETICAL_INDEX = YES
COLS_IN_ALPHA_INDEX = 1
IGNORE_PREFIX =
#---------------------------------------------------------------------------
# configuration options related to the HTML output
#---------------------------------------------------------------------------
GENERATE_HTML = YES
2003-02-13 04:47:03 +03:00
HTML_OUTPUT = .
2008-08-19 22:05:07 +04:00
HTML_FILE_EXTENSION = .html
2001-11-15 08:31:27 +03:00
HTML_HEADER =
HTML_FOOTER =
HTML_STYLESHEET =
2002-01-17 05:54:23 +03:00
HTML_ALIGN_MEMBERS = YES
2001-11-15 08:31:27 +03:00
GENERATE_HTMLHELP = NO
TOC_EXPAND = NO
DISABLE_INDEX = NO
ENUM_VALUES_PER_LINE = 3
2001-11-15 09:14:28 +03:00
GENERATE_TREEVIEW = NO
2001-11-15 08:31:27 +03:00
TREEVIEW_WIDTH = 250
#---------------------------------------------------------------------------
# configuration options related to the LaTeX output
#---------------------------------------------------------------------------
GENERATE_LATEX = NO
LATEX_OUTPUT = latex
COMPACT_LATEX = NO
PAPER_TYPE = a4wide
EXTRA_PACKAGES =
LATEX_HEADER =
PDF_HYPERLINKS = YES
USE_PDFLATEX = YES
LATEX_BATCHMODE = YES
#---------------------------------------------------------------------------
# configuration options related to the RTF output
#---------------------------------------------------------------------------
GENERATE_RTF = NO
RTF_OUTPUT = rtf
COMPACT_RTF = NO
RTF_HYPERLINKS = NO
RTF_STYLESHEET_FILE =
RTF_EXTENSIONS_FILE =
#---------------------------------------------------------------------------
# configuration options related to the man page output
#---------------------------------------------------------------------------
GENERATE_MAN = NO
MAN_OUTPUT = man
MAN_EXTENSION = .3
MAN_LINKS = NO
#---------------------------------------------------------------------------
# configuration options related to the XML output
#---------------------------------------------------------------------------
GENERATE_XML = NO
#---------------------------------------------------------------------------
2002-10-01 22:26:00 +04:00
# configuration options related to the preprocessor
2001-11-15 08:31:27 +03:00
#---------------------------------------------------------------------------
2001-11-16 10:28:23 +03:00
ENABLE_PREPROCESSING = NO
2001-11-15 08:31:27 +03:00
MACRO_EXPANSION = NO
EXPAND_ONLY_PREDEF = NO
SEARCH_INCLUDES = YES
INCLUDE_PATH =
INCLUDE_FILE_PATTERNS =
PREDEFINED =
EXPAND_AS_DEFINED =
SKIP_FUNCTION_MACROS = YES
#---------------------------------------------------------------------------
2002-10-01 22:26:00 +04:00
# configuration::additions related to external references
2001-11-15 08:31:27 +03:00
#---------------------------------------------------------------------------
TAGFILES =
GENERATE_TAGFILE =
ALLEXTERNALS = NO
PERL_PATH = /usr/bin/perl
#---------------------------------------------------------------------------
2002-10-01 22:26:00 +04:00
# configuration options related to the dot tool
2001-11-15 08:31:27 +03:00
#---------------------------------------------------------------------------
2003-02-13 04:47:03 +03:00
HAVE_DOT = NO
2008-08-19 22:05:07 +04:00
CLASS_DIAGRAMS = YES
HIDE_UNDOC_RELATIONS = NO
2001-11-15 08:31:27 +03:00
CLASS_GRAPH = YES
COLLABORATION_GRAPH = YES
2008-08-19 22:05:07 +04:00
GROUP_GRAPHS = YES
2001-11-15 08:31:27 +03:00
TEMPLATE_RELATIONS = YES
INCLUDE_GRAPH = YES
INCLUDED_BY_GRAPH = YES
2008-08-19 22:05:07 +04:00
CALL_GRAPH = YES
CALLER_GRAPH = YES
2001-11-15 08:31:27 +03:00
GRAPHICAL_HIERARCHY = YES
2008-08-19 22:05:07 +04:00
DIRECTORY_GRAPH = YES
DOT_IMAGE_FORMAT = png
2001-11-15 08:31:27 +03:00
DOT_PATH =
DOTFILE_DIRS =
2008-08-19 22:05:07 +04:00
DOT_GRAPH_MAX_NODES = 50
MAX_DOT_GRAPH_DEPTH = 0
2001-11-15 08:31:27 +03:00
GENERATE_LEGEND = YES
DOT_CLEANUP = YES
#---------------------------------------------------------------------------
2002-10-01 22:26:00 +04:00
# configuration::additions related to the search engine
2001-11-15 08:31:27 +03:00
#---------------------------------------------------------------------------
SEARCHENGINE = NO