gstreamer_core/tsrc/gstreamertestcases_suite3/group/GstreamerTestCases_DoxyFile.txt
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
equal deleted inserted replaced
29:567bb019e3e3 30:7e817e7e631c
     1 #
       
     2 #
       
     3 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
       
     4 #
       
     5 # This library is free software; you can redistribute it and/or
       
     6 # modify it under the terms of the GNU Lesser General Public
       
     7 # License as published by the Free Software Foundation; either
       
     8 # version 2 of the License, or (at your option) any later version.
       
     9 #
       
    10 # This library is distributed in the hope that it will be useful,
       
    11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       
    13 # Lesser General Public License for more details.
       
    14 #
       
    15 # You should have received a copy of the GNU Lesser General Public
       
    16 # License along with this library; if not, write to the
       
    17 # Free Software Foundation, Inc., 59 Temple Place - Suite 330,
       
    18 # Boston, MA 02111-1307, USA.
       
    19 #
       
    20 # Description:
       
    21 #
       
    22 #
       
    23 #
       
    24 
       
    25 # Doxyfile 1.4.1
       
    26 
       
    27 #---------------------------------------------------------------------------
       
    28 # Project related configuration options
       
    29 #---------------------------------------------------------------------------
       
    30 PROJECT_NAME           = GstreamerTestCases
       
    31 PROJECT_NUMBER         = 
       
    32 OUTPUT_DIRECTORY       = \GstreamerTestCases\
       
    33 CREATE_SUBDIRS         = NO
       
    34 OUTPUT_LANGUAGE        = English
       
    35 USE_WINDOWS_ENCODING   = YES
       
    36 BRIEF_MEMBER_DESC      = YES
       
    37 REPEAT_BRIEF           = YES
       
    38 ABBREVIATE_BRIEF       = 
       
    39 ALWAYS_DETAILED_SEC    = NO
       
    40 INLINE_INHERITED_MEMB  = NO
       
    41 FULL_PATH_NAMES        = NO
       
    42 STRIP_FROM_PATH        = 
       
    43 STRIP_FROM_INC_PATH    = 
       
    44 SHORT_NAMES            = NO
       
    45 JAVADOC_AUTOBRIEF      = NO
       
    46 MULTILINE_CPP_IS_BRIEF = NO
       
    47 DETAILS_AT_TOP         = NO
       
    48 INHERIT_DOCS           = YES
       
    49 DISTRIBUTE_GROUP_DOC   = NO
       
    50 TAB_SIZE               = 8
       
    51 ALIASES                = 
       
    52 OPTIMIZE_OUTPUT_FOR_C  = YES
       
    53 OPTIMIZE_OUTPUT_JAVA   = NO
       
    54 SUBGROUPING            = YES
       
    55 #---------------------------------------------------------------------------
       
    56 # Build related configuration options
       
    57 #---------------------------------------------------------------------------
       
    58 EXTRACT_ALL            = YES
       
    59 EXTRACT_PRIVATE        = NO
       
    60 EXTRACT_STATIC         = NO
       
    61 EXTRACT_LOCAL_CLASSES  = NO
       
    62 EXTRACT_LOCAL_METHODS  = NO
       
    63 HIDE_UNDOC_MEMBERS     = NO
       
    64 HIDE_UNDOC_CLASSES     = NO
       
    65 HIDE_FRIEND_COMPOUNDS  = NO
       
    66 HIDE_IN_BODY_DOCS      = NO
       
    67 INTERNAL_DOCS          = YES
       
    68 CASE_SENSE_NAMES       = YES
       
    69 HIDE_SCOPE_NAMES       = NO
       
    70 SHOW_INCLUDE_FILES     = YES
       
    71 INLINE_INFO            = YES
       
    72 SORT_MEMBER_DOCS       = YES
       
    73 SORT_BRIEF_DOCS        = NO
       
    74 SORT_BY_SCOPE_NAME     = NO
       
    75 GENERATE_TODOLIST      = NO
       
    76 GENERATE_TESTLIST      = NO
       
    77 GENERATE_BUGLIST       = NO
       
    78 GENERATE_DEPRECATEDLIST= YES
       
    79 ENABLED_SECTIONS       = 
       
    80 MAX_INITIALIZER_LINES  = 30
       
    81 SHOW_USED_FILES        = YES
       
    82 SHOW_DIRECTORIES       = YES
       
    83 FILE_VERSION_FILTER    = 
       
    84 #---------------------------------------------------------------------------
       
    85 # configuration options related to warning and progress messages
       
    86 #---------------------------------------------------------------------------
       
    87 QUIET                  = NO
       
    88 WARNINGS               = YES
       
    89 WARN_IF_UNDOCUMENTED   = YES
       
    90 WARN_IF_DOC_ERROR      = YES
       
    91 WARN_NO_PARAMDOC       = NO
       
    92 WARN_FORMAT            = "$file:$line: $text"
       
    93 WARN_LOGFILE           = 
       
    94 #---------------------------------------------------------------------------
       
    95 # configuration options related to the input files
       
    96 #---------------------------------------------------------------------------
       
    97 INPUT                  = \GstreamerTestCases\
       
    98 FILE_PATTERNS          = *.h \
       
    99                          *.rh \
       
   100                          *.hrh
       
   101 RECURSIVE              = YES
       
   102 EXCLUDE                = 
       
   103 EXCLUDE_SYMLINKS       = NO
       
   104 EXCLUDE_PATTERNS       = 
       
   105 EXAMPLE_PATH           = 
       
   106 EXAMPLE_PATTERNS       = 
       
   107 EXAMPLE_RECURSIVE      = NO
       
   108 IMAGE_PATH             = 
       
   109 INPUT_FILTER           = 
       
   110 FILTER_PATTERNS        = 
       
   111 FILTER_SOURCE_FILES    = NO
       
   112 #---------------------------------------------------------------------------
       
   113 # configuration options related to source browsing
       
   114 #---------------------------------------------------------------------------
       
   115 SOURCE_BROWSER         = NO
       
   116 INLINE_SOURCES         = NO
       
   117 STRIP_CODE_COMMENTS    = YES
       
   118 REFERENCED_BY_RELATION = YES
       
   119 REFERENCES_RELATION    = YES
       
   120 VERBATIM_HEADERS       = YES
       
   121 #---------------------------------------------------------------------------
       
   122 # configuration options related to the alphabetical class index
       
   123 #---------------------------------------------------------------------------
       
   124 ALPHABETICAL_INDEX     = NO
       
   125 COLS_IN_ALPHA_INDEX    = 5
       
   126 IGNORE_PREFIX          = 
       
   127 #---------------------------------------------------------------------------
       
   128 # configuration options related to the HTML output
       
   129 #---------------------------------------------------------------------------
       
   130 GENERATE_HTML          = NO
       
   131 HTML_OUTPUT            = html
       
   132 HTML_FILE_EXTENSION    = .html
       
   133 HTML_HEADER            = 
       
   134 HTML_FOOTER            = 
       
   135 HTML_STYLESHEET        = 
       
   136 HTML_ALIGN_MEMBERS     = YES
       
   137 GENERATE_HTMLHELP      = YES
       
   138 CHM_FILE               = 
       
   139 HHC_LOCATION           = 
       
   140 GENERATE_CHI           = NO
       
   141 BINARY_TOC             = YES
       
   142 TOC_EXPAND             = YES
       
   143 DISABLE_INDEX          = YES
       
   144 ENUM_VALUES_PER_LINE   = 4
       
   145 GENERATE_TREEVIEW      = YES
       
   146 TREEVIEW_WIDTH         = 250
       
   147 #---------------------------------------------------------------------------
       
   148 # configuration options related to the LaTeX output
       
   149 #---------------------------------------------------------------------------
       
   150 GENERATE_LATEX         = NO
       
   151 LATEX_OUTPUT           = latex
       
   152 LATEX_CMD_NAME         = latex
       
   153 MAKEINDEX_CMD_NAME     = makeindex
       
   154 COMPACT_LATEX          = NO
       
   155 PAPER_TYPE             = a4wide
       
   156 EXTRA_PACKAGES         = 
       
   157 LATEX_HEADER           = 
       
   158 PDF_HYPERLINKS         = NO
       
   159 USE_PDFLATEX           = NO
       
   160 LATEX_BATCHMODE        = NO
       
   161 LATEX_HIDE_INDICES     = NO
       
   162 #---------------------------------------------------------------------------
       
   163 # configuration options related to the RTF output
       
   164 #---------------------------------------------------------------------------
       
   165 GENERATE_RTF           = YES
       
   166 RTF_OUTPUT             = Doc
       
   167 COMPACT_RTF            = YES
       
   168 RTF_HYPERLINKS         = YES
       
   169 RTF_STYLESHEET_FILE    = 
       
   170 RTF_EXTENSIONS_FILE    = 
       
   171 #---------------------------------------------------------------------------
       
   172 # configuration options related to the man page output
       
   173 #---------------------------------------------------------------------------
       
   174 GENERATE_MAN           = NO
       
   175 MAN_OUTPUT             = man
       
   176 MAN_EXTENSION          = .3
       
   177 MAN_LINKS              = NO
       
   178 #---------------------------------------------------------------------------
       
   179 # configuration options related to the XML output
       
   180 #---------------------------------------------------------------------------
       
   181 GENERATE_XML           = NO
       
   182 XML_OUTPUT             = xml
       
   183 XML_SCHEMA             = 
       
   184 XML_DTD                = 
       
   185 XML_PROGRAMLISTING     = YES
       
   186 #---------------------------------------------------------------------------
       
   187 # configuration options for the AutoGen Definitions output
       
   188 #---------------------------------------------------------------------------
       
   189 GENERATE_AUTOGEN_DEF   = NO
       
   190 #---------------------------------------------------------------------------
       
   191 # configuration options related to the Perl module output
       
   192 #---------------------------------------------------------------------------
       
   193 GENERATE_PERLMOD       = NO
       
   194 PERLMOD_LATEX          = NO
       
   195 PERLMOD_PRETTY         = YES
       
   196 PERLMOD_MAKEVAR_PREFIX = 
       
   197 #---------------------------------------------------------------------------
       
   198 # Configuration options related to the preprocessor   
       
   199 #---------------------------------------------------------------------------
       
   200 ENABLE_PREPROCESSING   = YES
       
   201 MACRO_EXPANSION        = YES
       
   202 EXPAND_ONLY_PREDEF     = NO
       
   203 SEARCH_INCLUDES        = YES
       
   204 INCLUDE_PATH           = 
       
   205 INCLUDE_FILE_PATTERNS  = 
       
   206 PREDEFINED             = NONSHARABLE_CLASS
       
   207 EXPAND_AS_DEFINED      = 
       
   208 SKIP_FUNCTION_MACROS   = YES
       
   209 #---------------------------------------------------------------------------
       
   210 # Configuration::additions related to external references   
       
   211 #---------------------------------------------------------------------------
       
   212 TAGFILES               = 
       
   213 GENERATE_TAGFILE       = 
       
   214 ALLEXTERNALS           = NO
       
   215 EXTERNAL_GROUPS        = YES
       
   216 PERL_PATH              = /usr/bin/perl
       
   217 #---------------------------------------------------------------------------
       
   218 # Configuration options related to the dot tool   
       
   219 #---------------------------------------------------------------------------
       
   220 CLASS_DIAGRAMS         = YES
       
   221 HIDE_UNDOC_RELATIONS   = YES
       
   222 HAVE_DOT               = NO
       
   223 CLASS_GRAPH            = YES
       
   224 COLLABORATION_GRAPH    = YES
       
   225 GROUP_GRAPHS           = YES
       
   226 UML_LOOK               = NO
       
   227 TEMPLATE_RELATIONS     = YES
       
   228 INCLUDE_GRAPH          = YES
       
   229 INCLUDED_BY_GRAPH      = YES
       
   230 CALL_GRAPH             = NO
       
   231 GRAPHICAL_HIERARCHY    = YES
       
   232 DIRECTORY_GRAPH        = YES
       
   233 DOT_IMAGE_FORMAT       = png
       
   234 DOT_PATH               = 
       
   235 DOTFILE_DIRS           = 
       
   236 MAX_DOT_GRAPH_WIDTH    = 1024
       
   237 MAX_DOT_GRAPH_HEIGHT   = 1024
       
   238 MAX_DOT_GRAPH_DEPTH    = 0
       
   239 DOT_TRANSPARENT        = NO
       
   240 DOT_MULTI_TARGETS      = NO
       
   241 GENERATE_LEGEND        = YES
       
   242 DOT_CLEANUP            = YES
       
   243 #---------------------------------------------------------------------------
       
   244 # Configuration::additions related to the search engine   
       
   245 #---------------------------------------------------------------------------
       
   246 SEARCHENGINE           = NO