branches/gmyth-0.1b/doxygen.cfg
author rosfran
Wed Feb 07 19:15:48 2007 +0000 (2007-02-07)
branchtrunk
changeset 332 be533d944ceb
permissions -rw-r--r--
[svn r334] Put all the gmyth recorder and tvchain inseide get_file_info; removed reference to LiveTV.
renatofilho@320
     1
# Doxyfile 1.4.2
renatofilho@320
     2
renatofilho@320
     3
#---------------------------------------------------------------------------
renatofilho@320
     4
# Project related configuration options
renatofilho@320
     5
#---------------------------------------------------------------------------
renatofilho@320
     6
PROJECT_NAME           = $(PROJECT)-$(VERSION)
renatofilho@320
     7
PROJECT_NUMBER         = 
renatofilho@320
     8
OUTPUT_DIRECTORY       = $(DOCDIR)
renatofilho@320
     9
CREATE_SUBDIRS         = NO
renatofilho@320
    10
OUTPUT_LANGUAGE        = English
renatofilho@320
    11
USE_WINDOWS_ENCODING   = NO
renatofilho@320
    12
BRIEF_MEMBER_DESC      = YES
renatofilho@320
    13
REPEAT_BRIEF           = YES
renatofilho@320
    14
ABBREVIATE_BRIEF       = YES
renatofilho@320
    15
ALWAYS_DETAILED_SEC    = NO
renatofilho@320
    16
INLINE_INHERITED_MEMB  = NO
renatofilho@320
    17
STRIP_FROM_INC_PATH    = $(SRCDIR)/src/libgmyth
renatofilho@320
    18
FULL_PATH_NAMES        = YES
renatofilho@320
    19
STRIP_FROM_PATH        = $(SRCDIR)/src/libgmyth
renatofilho@320
    20
SHORT_NAMES            = YES
renatofilho@320
    21
JAVADOC_AUTOBRIEF      = YES
renatofilho@320
    22
MULTILINE_CPP_IS_BRIEF = NO
renatofilho@320
    23
DETAILS_AT_TOP         = YES
renatofilho@320
    24
INHERIT_DOCS           = YES
renatofilho@320
    25
DISTRIBUTE_GROUP_DOC   = NO
renatofilho@320
    26
TAB_SIZE               = 8
renatofilho@320
    27
ALIASES                = 
renatofilho@320
    28
OPTIMIZE_OUTPUT_FOR_C  = YES
renatofilho@320
    29
OPTIMIZE_OUTPUT_JAVA   = NO
renatofilho@320
    30
SUBGROUPING            = YES
renatofilho@320
    31
#---------------------------------------------------------------------------
renatofilho@320
    32
# Build related configuration options
renatofilho@320
    33
#---------------------------------------------------------------------------
renatofilho@320
    34
EXTRACT_ALL            = YES
renatofilho@320
    35
EXTRACT_PRIVATE        = NO
renatofilho@320
    36
EXTRACT_STATIC         = NO
renatofilho@320
    37
EXTRACT_LOCAL_CLASSES  = YES
renatofilho@320
    38
EXTRACT_LOCAL_METHODS  = YES
renatofilho@320
    39
HIDE_UNDOC_MEMBERS     = NO
renatofilho@320
    40
HIDE_UNDOC_CLASSES     = NO
renatofilho@320
    41
HIDE_FRIEND_COMPOUNDS  = NO
renatofilho@320
    42
HIDE_IN_BODY_DOCS      = NO
renatofilho@320
    43
INTERNAL_DOCS          = NO
renatofilho@320
    44
CASE_SENSE_NAMES       = NO
renatofilho@320
    45
HIDE_SCOPE_NAMES       = NO
renatofilho@320
    46
SHOW_INCLUDE_FILES     = YES
renatofilho@320
    47
INLINE_INFO            = YES
renatofilho@320
    48
SORT_MEMBER_DOCS       = YES
renatofilho@320
    49
SORT_BRIEF_DOCS        = NO
renatofilho@320
    50
SORT_BY_SCOPE_NAME     = NO
renatofilho@320
    51
GENERATE_TODOLIST      = YES
renatofilho@320
    52
GENERATE_TESTLIST      = YES
renatofilho@320
    53
GENERATE_BUGLIST       = YES
renatofilho@320
    54
GENERATE_DEPRECATEDLIST= YES
renatofilho@320
    55
ENABLED_SECTIONS       = 
renatofilho@320
    56
MAX_INITIALIZER_LINES  = 30
renatofilho@320
    57
SHOW_USED_FILES        = YES
renatofilho@320
    58
#---------------------------------------------------------------------------
renatofilho@320
    59
# configuration options related to warning and progress messages
renatofilho@320
    60
#---------------------------------------------------------------------------
renatofilho@320
    61
QUIET                  = YES
renatofilho@320
    62
WARNINGS               = YES
renatofilho@320
    63
WARN_IF_UNDOCUMENTED   = YES
renatofilho@320
    64
WARN_IF_DOC_ERROR      = YES
renatofilho@320
    65
WARN_FORMAT            = "$file:$line: $text"
renatofilho@320
    66
WARN_LOGFILE           = 
renatofilho@320
    67
#---------------------------------------------------------------------------
renatofilho@320
    68
# configuration options related to the input files
renatofilho@320
    69
#---------------------------------------------------------------------------
renatofilho@320
    70
INPUT                  = $(SRCDIR)/src/libgmyth
renatofilho@320
    71
FILE_PATTERNS          = *.c *.h
renatofilho@320
    72
RECURSIVE              = YES
renatofilho@320
    73
EXCLUDE                = 
renatofilho@320
    74
EXCLUDE_SYMLINKS       = NO
renatofilho@320
    75
EXCLUDE_PATTERNS       = 
renatofilho@320
    76
EXAMPLE_PATH           = $(SRCDIR)/src/gui
renatofilho@320
    77
EXAMPLE_PATTERNS       = 
renatofilho@320
    78
EXAMPLE_RECURSIVE      = NO
renatofilho@320
    79
IMAGE_PATH             = 
renatofilho@320
    80
INPUT_FILTER           = 
renatofilho@320
    81
FILTER_SOURCE_FILES    = NO
renatofilho@320
    82
#---------------------------------------------------------------------------
renatofilho@320
    83
# configuration options related to source browsing
renatofilho@320
    84
#---------------------------------------------------------------------------
renatofilho@320
    85
SOURCE_BROWSER         = YES
renatofilho@320
    86
INLINE_SOURCES         = NO
renatofilho@320
    87
STRIP_CODE_COMMENTS    = YES
renatofilho@320
    88
REFERENCED_BY_RELATION = YES
renatofilho@320
    89
REFERENCES_RELATION    = YES
renatofilho@320
    90
VERBATIM_HEADERS       = YES
renatofilho@320
    91
#---------------------------------------------------------------------------
renatofilho@320
    92
# configuration options related to the alphabetical class index
renatofilho@320
    93
#---------------------------------------------------------------------------
renatofilho@320
    94
ALPHABETICAL_INDEX     = NO
renatofilho@320
    95
COLS_IN_ALPHA_INDEX    = 5
renatofilho@320
    96
IGNORE_PREFIX          = 
renatofilho@320
    97
#---------------------------------------------------------------------------
renatofilho@320
    98
# configuration options related to the HTML output
renatofilho@320
    99
#---------------------------------------------------------------------------
renatofilho@320
   100
GENERATE_HTML          = $(GENERATE_HTML)
renatofilho@320
   101
HTML_OUTPUT            = html
renatofilho@320
   102
HTML_FILE_EXTENSION    = .html
renatofilho@320
   103
HTML_HEADER            = 
renatofilho@320
   104
HTML_FOOTER            = 
renatofilho@320
   105
HTML_STYLESHEET        = 
renatofilho@320
   106
HTML_ALIGN_MEMBERS     = YES
renatofilho@320
   107
GENERATE_HTMLHELP      = $(GENERATE_CHM)
renatofilho@320
   108
CHM_FILE               = ../$(PROJECT).chm
renatofilho@320
   109
HHC_LOCATION           = $(HHC_PATH)
renatofilho@320
   110
GENERATE_CHI           = $(GENERATE_CHI)
renatofilho@320
   111
BINARY_TOC             = YES
renatofilho@320
   112
TOC_EXPAND             = YES
renatofilho@320
   113
DISABLE_INDEX          = NO
renatofilho@320
   114
ENUM_VALUES_PER_LINE   = 4
renatofilho@320
   115
GENERATE_TREEVIEW      = YES
renatofilho@320
   116
TREEVIEW_WIDTH         = 250
renatofilho@320
   117
#---------------------------------------------------------------------------
renatofilho@320
   118
# configuration options related to the LaTeX output
renatofilho@320
   119
#---------------------------------------------------------------------------
renatofilho@320
   120
GENERATE_LATEX         = $(GENERATE_LATEX)
renatofilho@320
   121
LATEX_OUTPUT           = latex
renatofilho@320
   122
LATEX_CMD_NAME         = latex
renatofilho@320
   123
MAKEINDEX_CMD_NAME     = makeindex
renatofilho@320
   124
COMPACT_LATEX          = NO
renatofilho@320
   125
PAPER_TYPE             = $(PAPER_SIZE)
renatofilho@320
   126
EXTRA_PACKAGES         = 
renatofilho@320
   127
LATEX_HEADER           = 
renatofilho@320
   128
PDF_HYPERLINKS         = NO
renatofilho@320
   129
USE_PDFLATEX           = NO
renatofilho@320
   130
LATEX_BATCHMODE        = YES
renatofilho@320
   131
LATEX_HIDE_INDICES     = NO
renatofilho@320
   132
#---------------------------------------------------------------------------
renatofilho@320
   133
# configuration options related to the RTF output
renatofilho@320
   134
#---------------------------------------------------------------------------
renatofilho@320
   135
GENERATE_RTF           = $(GENERATE_RTF)
renatofilho@320
   136
RTF_OUTPUT             = rtf
renatofilho@320
   137
COMPACT_RTF            = NO
renatofilho@320
   138
RTF_HYPERLINKS         = NO
renatofilho@320
   139
RTF_STYLESHEET_FILE    = 
renatofilho@320
   140
RTF_EXTENSIONS_FILE    = 
renatofilho@320
   141
#---------------------------------------------------------------------------
renatofilho@320
   142
# configuration options related to the man page output
renatofilho@320
   143
#---------------------------------------------------------------------------
renatofilho@320
   144
GENERATE_MAN           = $(GENERATE_MAN)
renatofilho@320
   145
MAN_OUTPUT             = man
renatofilho@320
   146
MAN_EXTENSION          = .1
renatofilho@320
   147
MAN_LINKS              = NO
renatofilho@320
   148
#---------------------------------------------------------------------------
renatofilho@320
   149
# configuration options related to the XML output
renatofilho@320
   150
#---------------------------------------------------------------------------
renatofilho@320
   151
GENERATE_XML           = $(GENERATE_XML)
renatofilho@320
   152
XML_OUTPUT             = xml
renatofilho@320
   153
XML_SCHEMA             = 
renatofilho@320
   154
XML_DTD                = 
renatofilho@320
   155
XML_PROGRAMLISTING     = YES
renatofilho@320
   156
#---------------------------------------------------------------------------
renatofilho@320
   157
# configuration options for the AutoGen Definitions output
renatofilho@320
   158
#---------------------------------------------------------------------------
renatofilho@320
   159
GENERATE_AUTOGEN_DEF   = NO
renatofilho@320
   160
#---------------------------------------------------------------------------
renatofilho@320
   161
# configuration options related to the Perl module output
renatofilho@320
   162
#---------------------------------------------------------------------------
renatofilho@320
   163
GENERATE_PERLMOD       = NO
renatofilho@320
   164
PERLMOD_LATEX          = NO
renatofilho@320
   165
PERLMOD_PRETTY         = YES
renatofilho@320
   166
PERLMOD_MAKEVAR_PREFIX = 
renatofilho@320
   167
#---------------------------------------------------------------------------
renatofilho@320
   168
# Configuration options related to the preprocessor   
renatofilho@320
   169
#---------------------------------------------------------------------------
renatofilho@320
   170
ENABLE_PREPROCESSING   = YES
renatofilho@320
   171
MACRO_EXPANSION        = NO
renatofilho@320
   172
EXPAND_ONLY_PREDEF     = NO
renatofilho@320
   173
SEARCH_INCLUDES        = YES
renatofilho@320
   174
INCLUDE_PATH           = 
renatofilho@320
   175
INCLUDE_FILE_PATTERNS  = 
renatofilho@320
   176
PREDEFINED             = 
renatofilho@320
   177
EXPAND_AS_DEFINED      = 
renatofilho@320
   178
SKIP_FUNCTION_MACROS   = YES
renatofilho@320
   179
#---------------------------------------------------------------------------
renatofilho@320
   180
# Configuration::additions related to external references   
renatofilho@320
   181
#---------------------------------------------------------------------------
renatofilho@320
   182
TAGFILES               = 
renatofilho@320
   183
GENERATE_TAGFILE       = $(DOCDIR)/$(PROJECT).tag
renatofilho@320
   184
ALLEXTERNALS           = NO
renatofilho@320
   185
EXTERNAL_GROUPS        = YES
renatofilho@320
   186
PERL_PATH              = $(PERL_PATH)
renatofilho@320
   187
#---------------------------------------------------------------------------
renatofilho@320
   188
# Configuration options related to the dot tool   
renatofilho@320
   189
#---------------------------------------------------------------------------
renatofilho@320
   190
CLASS_DIAGRAMS         = YES
renatofilho@320
   191
HIDE_UNDOC_RELATIONS   = YES
renatofilho@320
   192
HAVE_DOT               = $(HAVE_DOT)
renatofilho@320
   193
CLASS_GRAPH            = YES
renatofilho@320
   194
COLLABORATION_GRAPH    = YES
renatofilho@320
   195
UML_LOOK               = NO
renatofilho@320
   196
TEMPLATE_RELATIONS     = NO
renatofilho@320
   197
INCLUDE_GRAPH          = YES
renatofilho@320
   198
INCLUDED_BY_GRAPH      = YES
renatofilho@320
   199
CALL_GRAPH             = NO
renatofilho@320
   200
GRAPHICAL_HIERARCHY    = YES
renatofilho@320
   201
DOT_IMAGE_FORMAT       = png
renatofilho@320
   202
DOT_PATH               = $(DOT_PATH)
renatofilho@320
   203
DOTFILE_DIRS           = 
renatofilho@320
   204
MAX_DOT_GRAPH_WIDTH    = 1024
renatofilho@320
   205
MAX_DOT_GRAPH_HEIGHT   = 1024
renatofilho@320
   206
MAX_DOT_GRAPH_DEPTH    = 0
renatofilho@320
   207
GENERATE_LEGEND        = YES
renatofilho@320
   208
DOT_CLEANUP            = YES
renatofilho@320
   209
#---------------------------------------------------------------------------
renatofilho@320
   210
# Configuration::additions related to the search engine   
renatofilho@320
   211
#---------------------------------------------------------------------------
renatofilho@320
   212
SEARCHENGINE           = NO