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