Home | History | Annotate | Download | only in mips
      1 # This file is part of ltrace.
      2 # Copyright (C) 2006 Eric Vaitl, Cisco Systems, Inc.
      3 #
      4 # This program is free software; you can redistribute it and/or
      5 # modify it under the terms of the GNU General Public License as
      6 # published by the Free Software Foundation; either version 2 of the
      7 # License, or (at your option) any later version.
      8 #
      9 # This program is distributed in the hope that it will be useful, but
     10 # WITHOUT ANY WARRANTY; without even the implied warranty of
     11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     12 # General Public License for more details.
     13 #
     14 # You should have received a copy of the GNU General Public License
     15 # along with this program; if not, write to the Free Software
     16 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
     17 # 02110-1301 USA
     18 
     19 # Doxyfile 1.5.1
     20 
     21 #---------------------------------------------------------------------------
     22 # Project related configuration options
     23 #---------------------------------------------------------------------------
     24 PROJECT_NAME           = ltrace-mips
     25 PROJECT_NUMBER         =
     26 OUTPUT_DIRECTORY       =
     27 CREATE_SUBDIRS         = NO
     28 OUTPUT_LANGUAGE        = English
     29 USE_WINDOWS_ENCODING   = NO
     30 BRIEF_MEMBER_DESC      = YES
     31 REPEAT_BRIEF           = YES
     32 ABBREVIATE_BRIEF       = "The $name class" \
     33                          "The $name widget" \
     34                          "The $name file" \
     35                          is \
     36                          provides \
     37                          specifies \
     38                          contains \
     39                          represents \
     40                          a \
     41                          an \
     42                          the
     43 ALWAYS_DETAILED_SEC    = NO
     44 INLINE_INHERITED_MEMB  = NO
     45 FULL_PATH_NAMES        = YES
     46 STRIP_FROM_PATH        =
     47 STRIP_FROM_INC_PATH    =
     48 SHORT_NAMES            = NO
     49 JAVADOC_AUTOBRIEF      = NO
     50 MULTILINE_CPP_IS_BRIEF = NO
     51 DETAILS_AT_TOP         = NO
     52 INHERIT_DOCS           = YES
     53 SEPARATE_MEMBER_PAGES  = NO
     54 TAB_SIZE               = 8
     55 ALIASES                =
     56 OPTIMIZE_OUTPUT_FOR_C  = NO
     57 OPTIMIZE_OUTPUT_JAVA   = NO
     58 BUILTIN_STL_SUPPORT    = NO
     59 DISTRIBUTE_GROUP_DOC   = NO
     60 SUBGROUPING            = YES
     61 #---------------------------------------------------------------------------
     62 # Build related configuration options
     63 #---------------------------------------------------------------------------
     64 EXTRACT_ALL            = YES
     65 EXTRACT_PRIVATE        = YES
     66 EXTRACT_STATIC         = YES
     67 EXTRACT_LOCAL_CLASSES  = YES
     68 EXTRACT_LOCAL_METHODS  = YES
     69 HIDE_UNDOC_MEMBERS     = NO
     70 HIDE_UNDOC_CLASSES     = NO
     71 HIDE_FRIEND_COMPOUNDS  = NO
     72 HIDE_IN_BODY_DOCS      = NO
     73 INTERNAL_DOCS          = NO
     74 CASE_SENSE_NAMES       = YES
     75 HIDE_SCOPE_NAMES       = NO
     76 SHOW_INCLUDE_FILES     = YES
     77 INLINE_INFO            = YES
     78 SORT_MEMBER_DOCS       = YES
     79 SORT_BRIEF_DOCS        = YES
     80 SORT_BY_SCOPE_NAME     = YES
     81 GENERATE_TODOLIST      = YES
     82 GENERATE_TESTLIST      = YES
     83 GENERATE_BUGLIST       = YES
     84 GENERATE_DEPRECATEDLIST= YES
     85 ENABLED_SECTIONS       =
     86 MAX_INITIALIZER_LINES  = 30
     87 SHOW_USED_FILES        = YES
     88 SHOW_DIRECTORIES       = NO
     89 FILE_VERSION_FILTER    =
     90 #---------------------------------------------------------------------------
     91 # configuration options related to warning and progress messages
     92 #---------------------------------------------------------------------------
     93 QUIET                  = NO
     94 WARNINGS               = YES
     95 WARN_IF_UNDOCUMENTED   = YES
     96 WARN_IF_DOC_ERROR      = YES
     97 WARN_NO_PARAMDOC       = NO
     98 WARN_FORMAT            = "$file:$line: $text"
     99 WARN_LOGFILE           =
    100 #---------------------------------------------------------------------------
    101 # configuration options related to the input files
    102 #---------------------------------------------------------------------------
    103 INPUT                  = .
    104 FILE_PATTERNS          = *.c \
    105                          *.cc \
    106                          *.cxx \
    107                          *.cpp \
    108                          *.c++ \
    109                          *.d \
    110                          *.java \
    111                          *.ii \
    112                          *.ixx \
    113                          *.ipp \
    114                          *.i++ \
    115                          *.inl \
    116                          *.h \
    117                          *.hh \
    118                          *.hxx \
    119                          *.hpp \
    120                          *.h++ \
    121                          *.idl \
    122                          *.odl \
    123                          *.cs \
    124                          *.php \
    125                          *.php3 \
    126                          *.inc \
    127                          *.m \
    128                          *.mm \
    129                          *.dox \
    130                          *.py \
    131                          *.C \
    132                          *.CC \
    133                          *.C++ \
    134                          *.II \
    135                          *.I++ \
    136                          *.H \
    137                          *.HH \
    138                          *.H++ \
    139                          *.CS \
    140                          *.PHP \
    141                          *.PHP3 \
    142                          *.M \
    143                          *.MM \
    144                          *.PY
    145 RECURSIVE              = NO
    146 EXCLUDE                =
    147 EXCLUDE_SYMLINKS       = NO
    148 EXCLUDE_PATTERNS       =
    149 EXAMPLE_PATH           =
    150 EXAMPLE_PATTERNS       = *
    151 EXAMPLE_RECURSIVE      = NO
    152 IMAGE_PATH             =
    153 INPUT_FILTER           =
    154 FILTER_PATTERNS        =
    155 FILTER_SOURCE_FILES    = NO
    156 #---------------------------------------------------------------------------
    157 # configuration options related to source browsing
    158 #---------------------------------------------------------------------------
    159 SOURCE_BROWSER         = YES
    160 INLINE_SOURCES         = YES
    161 STRIP_CODE_COMMENTS    = YES
    162 REFERENCED_BY_RELATION = YES
    163 REFERENCES_RELATION    = YES
    164 REFERENCES_LINK_SOURCE = YES
    165 USE_HTAGS              = NO
    166 VERBATIM_HEADERS       = YES
    167 #---------------------------------------------------------------------------
    168 # configuration options related to the alphabetical class index
    169 #---------------------------------------------------------------------------
    170 ALPHABETICAL_INDEX     = NO
    171 COLS_IN_ALPHA_INDEX    = 5
    172 IGNORE_PREFIX          =
    173 #---------------------------------------------------------------------------
    174 # configuration options related to the HTML output
    175 #---------------------------------------------------------------------------
    176 GENERATE_HTML          = YES
    177 HTML_OUTPUT            = html
    178 HTML_FILE_EXTENSION    = .html
    179 HTML_HEADER            =
    180 HTML_FOOTER            =
    181 HTML_STYLESHEET        =
    182 HTML_ALIGN_MEMBERS     = YES
    183 GENERATE_HTMLHELP      = NO
    184 CHM_FILE               =
    185 HHC_LOCATION           =
    186 GENERATE_CHI           = NO
    187 BINARY_TOC             = NO
    188 TOC_EXPAND             = NO
    189 DISABLE_INDEX          = NO
    190 ENUM_VALUES_PER_LINE   = 4
    191 GENERATE_TREEVIEW      = NO
    192 TREEVIEW_WIDTH         = 250
    193 #---------------------------------------------------------------------------
    194 # configuration options related to the LaTeX output
    195 #---------------------------------------------------------------------------
    196 GENERATE_LATEX         = NO
    197 LATEX_OUTPUT           = latex
    198 LATEX_CMD_NAME         = latex
    199 MAKEINDEX_CMD_NAME     = makeindex
    200 COMPACT_LATEX          = NO
    201 PAPER_TYPE             = a4wide
    202 EXTRA_PACKAGES         =
    203 LATEX_HEADER           =
    204 PDF_HYPERLINKS         = NO
    205 USE_PDFLATEX           = NO
    206 LATEX_BATCHMODE        = NO
    207 LATEX_HIDE_INDICES     = NO
    208 #---------------------------------------------------------------------------
    209 # configuration options related to the RTF output
    210 #---------------------------------------------------------------------------
    211 GENERATE_RTF           = NO
    212 RTF_OUTPUT             = rtf
    213 COMPACT_RTF            = NO
    214 RTF_HYPERLINKS         = NO
    215 RTF_STYLESHEET_FILE    =
    216 RTF_EXTENSIONS_FILE    =
    217 #---------------------------------------------------------------------------
    218 # configuration options related to the man page output
    219 #---------------------------------------------------------------------------
    220 GENERATE_MAN           = NO
    221 MAN_OUTPUT             = man
    222 MAN_EXTENSION          = .3
    223 MAN_LINKS              = NO
    224 #---------------------------------------------------------------------------
    225 # configuration options related to the XML output
    226 #---------------------------------------------------------------------------
    227 GENERATE_XML           = NO
    228 XML_OUTPUT             = xml
    229 XML_SCHEMA             =
    230 XML_DTD                =
    231 XML_PROGRAMLISTING     = YES
    232 #---------------------------------------------------------------------------
    233 # configuration options for the AutoGen Definitions output
    234 #---------------------------------------------------------------------------
    235 GENERATE_AUTOGEN_DEF   = NO
    236 #---------------------------------------------------------------------------
    237 # configuration options related to the Perl module output
    238 #---------------------------------------------------------------------------
    239 GENERATE_PERLMOD       = NO
    240 PERLMOD_LATEX          = NO
    241 PERLMOD_PRETTY         = YES
    242 PERLMOD_MAKEVAR_PREFIX =
    243 #---------------------------------------------------------------------------
    244 # Configuration options related to the preprocessor
    245 #---------------------------------------------------------------------------
    246 ENABLE_PREPROCESSING   = YES
    247 MACRO_EXPANSION        = NO
    248 EXPAND_ONLY_PREDEF     = NO
    249 SEARCH_INCLUDES        = YES
    250 INCLUDE_PATH           =
    251 INCLUDE_FILE_PATTERNS  =
    252 PREDEFINED             =
    253 EXPAND_AS_DEFINED      =
    254 SKIP_FUNCTION_MACROS   = YES
    255 #---------------------------------------------------------------------------
    256 # Configuration::additions related to external references
    257 #---------------------------------------------------------------------------
    258 TAGFILES               =
    259 GENERATE_TAGFILE       =
    260 ALLEXTERNALS           = NO
    261 EXTERNAL_GROUPS        = YES
    262 PERL_PATH              = /usr/bin/perl
    263 #---------------------------------------------------------------------------
    264 # Configuration options related to the dot tool
    265 #---------------------------------------------------------------------------
    266 CLASS_DIAGRAMS         = YES
    267 HIDE_UNDOC_RELATIONS   = YES
    268 HAVE_DOT               = YES
    269 CLASS_GRAPH            = YES
    270 COLLABORATION_GRAPH    = YES
    271 GROUP_GRAPHS           = YES
    272 UML_LOOK               = YES
    273 TEMPLATE_RELATIONS     = YES
    274 INCLUDE_GRAPH          = YES
    275 INCLUDED_BY_GRAPH      = YES
    276 CALL_GRAPH             = YES
    277 CALLER_GRAPH           = YES
    278 GRAPHICAL_HIERARCHY    = YES
    279 DIRECTORY_GRAPH        = YES
    280 DOT_IMAGE_FORMAT       = png
    281 DOT_PATH               =
    282 DOTFILE_DIRS           =
    283 MAX_DOT_GRAPH_WIDTH    = 1024
    284 MAX_DOT_GRAPH_HEIGHT   = 1024
    285 MAX_DOT_GRAPH_DEPTH    = 1000
    286 DOT_TRANSPARENT        = NO
    287 DOT_MULTI_TARGETS      = NO
    288 GENERATE_LEGEND        = YES
    289 DOT_CLEANUP            = NO
    290 #---------------------------------------------------------------------------
    291 # Configuration::additions related to the search engine
    292 #---------------------------------------------------------------------------
    293 SEARCHENGINE           = NO
    294