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