sdkcreationmw/sdkexamples/cppexamples/Doxyfiles/Doxyfile
author srilekhas <srilekhas@symbian.org>
Tue, 20 Jul 2010 10:09:03 +0100
changeset 3 ba779db5b8c5
parent 0 b26acd06ea60
permissions -rw-r--r--
Modifying mmp file path to resolve compilation errors in sdkcreationmw/sdkruntimes (winsock)- Bug 3328
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     1
# Doxyfile 1.4.1
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     2
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     3
# This file describes the settings to be used by the documentation system
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     4
# doxygen (www.doxygen.org) for a project
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     5
#
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     6
# All text after a hash (#) is considered a comment and will be ignored
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     7
# The format is:
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     8
#       TAG = value [value, ...]
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
     9
# For lists items can also be appended using:
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    10
#       TAG += value [value, ...]
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    11
# Values that contain spaces should be placed between quotes (" ")
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    12
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    13
#---------------------------------------------------------------------------
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    14
# Project related configuration options
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    15
#---------------------------------------------------------------------------
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    16
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    17
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    18
# by quotes) that should identify the project.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    19
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    20
PROJECT_NAME           =
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    21
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    22
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    23
# This could be handy for archiving the generated documentation or
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    24
# if some version control system is used.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    25
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    26
PROJECT_NUMBER         =
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    27
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    28
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    29
# base path where the generated documentation will be put.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    30
# If a relative path is entered, it will be relative to the location
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    31
# where doxygen was started. If left blank the current directory will be used.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    32
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    33
OUTPUT_DIRECTORY       =
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    34
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    35
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    36
# 4096 sub-directories (in 2 levels) under the output directory of each output
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    37
# format and will distribute the generated files over these directories.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    38
# Enabling this option can be useful when feeding doxygen a huge amount of
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    39
# source files, where putting all generated files in the same directory would
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    40
# otherwise cause performance problems for the file system.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    41
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    42
CREATE_SUBDIRS         = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    43
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    44
# The OUTPUT_LANGUAGE tag is used to specify the language in which all
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    45
# documentation generated by doxygen is written. Doxygen will use this
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    46
# information to generate all constant output in the proper language.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    47
# The default language is English, other supported languages are:
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    48
# Brazilian, Catalan, Chinese, Chinese-Traditional, Croatian, Czech, Danish,
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    49
# Dutch, Finnish, French, German, Greek, Hungarian, Italian, Japanese,
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    50
# Japanese-en (Japanese with English messages), Korean, Korean-en, Norwegian,
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    51
# Polish, Portuguese, Romanian, Russian, Serbian, Slovak, Slovene, Spanish,
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    52
# Swedish, and Ukrainian.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    53
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    54
OUTPUT_LANGUAGE        = English
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    55
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    56
# This tag can be used to specify the encoding used in the generated output.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    57
# The encoding is not always determined by the language that is chosen,
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    58
# but also whether or not the output is meant for Windows or non-Windows users.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    59
# In case there is a difference, setting the USE_WINDOWS_ENCODING tag to YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    60
# forces the Windows encoding (this is the default for the Windows binary),
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    61
# whereas setting the tag to NO uses a Unix-style encoding (the default for
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    62
# all platforms other than Windows).
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    63
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    64
USE_WINDOWS_ENCODING   = YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    65
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    66
# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    67
# include brief member descriptions after the members that are listed in
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    68
# the file and class documentation (similar to JavaDoc).
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    69
# Set to NO to disable this.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    70
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    71
BRIEF_MEMBER_DESC      = YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    72
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    73
# If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    74
# the brief description of a member or function before the detailed description.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    75
# Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    76
# brief descriptions will be completely suppressed.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    77
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    78
REPEAT_BRIEF           = YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    79
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    80
# This tag implements a quasi-intelligent brief description abbreviator
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    81
# that is used to form the text in various listings. Each string
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    82
# in this list, if found as the leading text of the brief description, will be
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    83
# stripped from the text and the result after processing the whole list, is
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    84
# used as the annotated text. Otherwise, the brief description is used as-is.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    85
# If left blank, the following values are used ("$name" is automatically
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    86
# replaced with the name of the entity): "The $name class" "The $name widget"
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    87
# "The $name file" "is" "provides" "specifies" "contains"
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    88
# "represents" "a" "an" "the"
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    89
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    90
ABBREVIATE_BRIEF       =
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    91
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    92
# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    93
# Doxygen will generate a detailed section even if there is only a brief
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    94
# description.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    95
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    96
ALWAYS_DETAILED_SEC    = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    97
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    98
# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
    99
# inherited members of a class in the documentation of that class as if those
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   100
# members were ordinary class members. Constructors, destructors and assignment
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   101
# operators of the base classes will not be shown.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   102
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   103
INLINE_INHERITED_MEMB  = YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   104
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   105
# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   106
# path before files name in the file list and in the header files. If set
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   107
# to NO the shortest path that makes the file name unique will be used.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   108
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   109
FULL_PATH_NAMES        = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   110
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   111
# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   112
# can be used to strip a user-defined part of the path. Stripping is
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   113
# only done if one of the specified strings matches the left-hand part of
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   114
# the path. The tag can be used to show relative paths in the file list.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   115
# If left blank the directory from which doxygen is run is used as the
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   116
# path to strip.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   117
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   118
STRIP_FROM_PATH        =
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   119
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   120
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   121
# the path mentioned in the documentation of a class, which tells
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   122
# the reader which header file to include in order to use a class.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   123
# If left blank only the name of the header file containing the class
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   124
# definition is used. Otherwise one should specify the include paths that
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   125
# are normally passed to the compiler using the -I flag.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   126
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   127
STRIP_FROM_INC_PATH    =
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   128
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   129
# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   130
# (but less readable) file names. This can be useful is your file systems
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   131
# doesn't support long names like on DOS, Mac, or CD-ROM.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   132
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   133
SHORT_NAMES            = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   134
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   135
# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   136
# will interpret the first line (until the first dot) of a JavaDoc-style
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   137
# comment as the brief description. If set to NO, the JavaDoc
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   138
# comments will behave just like the Qt-style comments (thus requiring an
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   139
# explicit @brief command for a brief description.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   140
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   141
JAVADOC_AUTOBRIEF      = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   142
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   143
# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   144
# treat a multi-line C++ special comment block (i.e. a block of //! or ///
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   145
# comments) as a brief description. This used to be the default behaviour.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   146
# The new default is to treat a multi-line C++ comment block as a detailed
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   147
# description. Set this tag to YES if you prefer the old behaviour instead.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   148
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   149
MULTILINE_CPP_IS_BRIEF = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   150
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   151
# If the DETAILS_AT_TOP tag is set to YES then Doxygen
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   152
# will output the detailed description near the top, like JavaDoc.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   153
# If set to NO, the detailed description appears after the member
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   154
# documentation.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   155
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   156
DETAILS_AT_TOP         = YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   157
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   158
# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   159
# member inherits the documentation from any documented member that it
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   160
# re-implements.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   161
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   162
INHERIT_DOCS           = YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   163
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   164
# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   165
# tag is set to YES, then doxygen will reuse the documentation of the first
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   166
# member in the group (if any) for the other members of the group. By default
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   167
# all members of a group must be documented explicitly.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   168
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   169
DISTRIBUTE_GROUP_DOC   = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   170
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   171
# The TAB_SIZE tag can be used to set the number of spaces in a tab.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   172
# Doxygen uses this value to replace tabs by spaces in code fragments.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   173
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   174
TAB_SIZE               = 8
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   175
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   176
# This tag can be used to specify a number of aliases that acts
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   177
# as commands in the documentation. An alias has the form "name=value".
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   178
# For example adding "sideeffect=\par Side Effects:\n" will allow you to
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   179
# put the command \sideeffect (or @sideeffect) in the documentation, which
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   180
# will result in a user-defined paragraph with heading "Side Effects:".
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   181
# You can put \n's in the value part of an alias to insert newlines.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   182
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   183
ALIASES                =
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   184
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   185
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   186
# sources only. Doxygen will then generate output that is more tailored for C.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   187
# For instance, some of the names that are used will be different. The list
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   188
# of all members will be omitted, etc.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   189
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   190
OPTIMIZE_OUTPUT_FOR_C  = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   191
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   192
# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java sources
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   193
# only. Doxygen will then generate output that is more tailored for Java.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   194
# For instance, namespaces will be presented as packages, qualified scopes
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   195
# will look different, etc.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   196
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   197
OPTIMIZE_OUTPUT_JAVA   = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   198
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   199
# Set the SUBGROUPING tag to YES (the default) to allow class member groups of
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   200
# the same type (for instance a group of public functions) to be put as a
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   201
# subgroup of that type (e.g. under the Public Functions section). Set it to
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   202
# NO to prevent subgrouping. Alternatively, this can be done per class using
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   203
# the \nosubgrouping command.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   204
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   205
SUBGROUPING            = YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   206
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   207
#---------------------------------------------------------------------------
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   208
# Build related configuration options
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   209
#---------------------------------------------------------------------------
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   210
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   211
# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   212
# documentation are documented, even if no documentation was available.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   213
# Private class members and static file members will be hidden unless
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   214
# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   215
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   216
EXTRACT_ALL            = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   217
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   218
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   219
# will be included in the documentation.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   220
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   221
EXTRACT_PRIVATE        = YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   222
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   223
# If the EXTRACT_STATIC tag is set to YES all static members of a file
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   224
# will be included in the documentation.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   225
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   226
EXTRACT_STATIC         = YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   227
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   228
# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   229
# defined locally in source files will be included in the documentation.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   230
# If set to NO only classes defined in header files are included.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   231
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   232
EXTRACT_LOCAL_CLASSES  = YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   233
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   234
# This flag is only useful for Objective-C code. When set to YES local
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   235
# methods, which are defined in the implementation section but not in
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   236
# the interface are included in the documentation.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   237
# If set to NO (the default) only methods in the interface are included.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   238
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   239
EXTRACT_LOCAL_METHODS  = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   240
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   241
# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   242
# undocumented members of documented classes, files or namespaces.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   243
# If set to NO (the default) these members will be included in the
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   244
# various overviews, but no documentation section is generated.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   245
# This option has no effect if EXTRACT_ALL is enabled.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   246
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   247
HIDE_UNDOC_MEMBERS     = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   248
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   249
# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   250
# undocumented classes that are normally visible in the class hierarchy.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   251
# If set to NO (the default) these classes will be included in the various
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   252
# overviews. This option has no effect if EXTRACT_ALL is enabled.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   253
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   254
HIDE_UNDOC_CLASSES     = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   255
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   256
# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   257
# friend (class|struct|union) declarations.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   258
# If set to NO (the default) these declarations will be included in the
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   259
# documentation.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   260
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   261
HIDE_FRIEND_COMPOUNDS  = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   262
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   263
# If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   264
# documentation blocks found inside the body of a function.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   265
# If set to NO (the default) these blocks will be appended to the
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   266
# function's detailed documentation block.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   267
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   268
HIDE_IN_BODY_DOCS      = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   269
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   270
# The INTERNAL_DOCS tag determines if documentation
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   271
# that is typed after a \internal command is included. If the tag is set
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   272
# to NO (the default) then the documentation will be excluded.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   273
# Set it to YES to include the internal documentation.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   274
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   275
INTERNAL_DOCS          = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   276
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   277
# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   278
# file names in lower-case letters. If set to YES upper-case letters are also
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   279
# allowed. This is useful if you have classes or files whose names only differ
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   280
# in case and if your file system supports case sensitive file names. Windows
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   281
# and Mac users are advised to set this option to NO.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   282
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   283
CASE_SENSE_NAMES       = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   284
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   285
# If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   286
# will show members with their full class and namespace scopes in the
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   287
# documentation. If set to YES the scope will be hidden.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   288
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   289
HIDE_SCOPE_NAMES       = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   290
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   291
# If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   292
# will put a list of the files that are included by a file in the documentation
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   293
# of that file.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   294
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   295
SHOW_INCLUDE_FILES     = YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   296
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   297
# If the INLINE_INFO tag is set to YES (the default) then a tag [inline]
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   298
# is inserted in the documentation for inline members.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   299
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   300
INLINE_INFO            = YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   301
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   302
# If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   303
# will sort the (detailed) documentation of file and class members
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   304
# alphabetically by member name. If set to NO the members will appear in
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   305
# declaration order.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   306
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   307
SORT_MEMBER_DOCS       = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   308
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   309
# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   310
# brief documentation of file, namespace and class members alphabetically
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   311
# by member name. If set to NO (the default) the members will appear in
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   312
# declaration order.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   313
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   314
SORT_BRIEF_DOCS        = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   315
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   316
# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   317
# sorted by fully-qualified names, including namespaces. If set to
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   318
# NO (the default), the class list will be sorted only by class name,
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   319
# not including the namespace part.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   320
# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   321
# Note: This option applies only to the class list, not to the
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   322
# alphabetical list.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   323
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   324
SORT_BY_SCOPE_NAME     = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   325
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   326
# The GENERATE_TODOLIST tag can be used to enable (YES) or
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   327
# disable (NO) the todo list. This list is created by putting \todo
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   328
# commands in the documentation.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   329
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   330
GENERATE_TODOLIST      = YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   331
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   332
# The GENERATE_TESTLIST tag can be used to enable (YES) or
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   333
# disable (NO) the test list. This list is created by putting \test
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   334
# commands in the documentation.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   335
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   336
GENERATE_TESTLIST      = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   337
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   338
# The GENERATE_BUGLIST tag can be used to enable (YES) or
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   339
# disable (NO) the bug list. This list is created by putting \bug
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   340
# commands in the documentation.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   341
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   342
GENERATE_BUGLIST       = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   343
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   344
# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   345
# disable (NO) the deprecated list. This list is created by putting
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   346
# \deprecated commands in the documentation.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   347
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   348
GENERATE_DEPRECATEDLIST= YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   349
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   350
# The ENABLED_SECTIONS tag can be used to enable conditional
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   351
# documentation sections, marked by \if sectionname ... \endif.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   352
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   353
ENABLED_SECTIONS       =
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   354
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   355
# The MAX_INITIALIZER_LINES tag determines the maximum number of lines
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   356
# the initial value of a variable or define consists of for it to appear in
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   357
# the documentation. If the initializer consists of more lines than specified
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   358
# here it will be hidden. Use a value of 0 to hide initializers completely.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   359
# The appearance of the initializer of individual variables and defines in the
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   360
# documentation can be controlled using \showinitializer or \hideinitializer
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   361
# command in the documentation regardless of this setting.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   362
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   363
MAX_INITIALIZER_LINES  = 30
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   364
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   365
# Set the SHOW_USED_FILES tag to NO to disable the list of files generated
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   366
# at the bottom of the documentation of classes and structs. If set to YES the
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   367
# list will mention the files that were used to generate the documentation.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   368
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   369
SHOW_USED_FILES        = YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   370
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   371
# If the sources in your project are distributed over multiple directories
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   372
# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   373
# in the documentation.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   374
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   375
SHOW_DIRECTORIES       = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   376
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   377
# The FILE_VERSION_FILTER tag can be used to specify a program or script that
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   378
# doxygen should invoke to get the current version for each file (typically from the
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   379
# version control system). Doxygen will invoke the program by executing (via
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   380
# popen()) the command <command> <input-file>, where <command> is the value of
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   381
# the FILE_VERSION_FILTER tag, and <input-file> is the name of an input file
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   382
# provided by doxygen. Whatever the progam writes to standard output
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   383
# is used as the file version. See the manual for examples.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   384
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   385
FILE_VERSION_FILTER    =
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   386
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   387
#---------------------------------------------------------------------------
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   388
# configuration options related to warning and progress messages
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   389
#---------------------------------------------------------------------------
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   390
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   391
# The QUIET tag can be used to turn on/off the messages that are generated
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   392
# by doxygen. Possible values are YES and NO. If left blank NO is used.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   393
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   394
QUIET                  = YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   395
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   396
# The WARNINGS tag can be used to turn on/off the warning messages that are
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   397
# generated by doxygen. Possible values are YES and NO. If left blank
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   398
# NO is used.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   399
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   400
WARNINGS               = YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   401
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   402
# If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   403
# for undocumented members. If EXTRACT_ALL is set to YES then this flag will
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   404
# automatically be disabled.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   405
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   406
WARN_IF_UNDOCUMENTED   = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   407
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   408
# If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   409
# potential errors in the documentation, such as not documenting some
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   410
# parameters in a documented function, or documenting parameters that
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   411
# don't exist or using markup commands wrongly.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   412
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   413
WARN_IF_DOC_ERROR      = YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   414
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   415
# This WARN_NO_PARAMDOC option can be abled to get warnings for
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   416
# functions that are documented, but have no documentation for their parameters
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   417
# or return value. If set to NO (the default) doxygen will only warn about
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   418
# wrong or incomplete parameter documentation, but not about the absence of
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   419
# documentation.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   420
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   421
WARN_NO_PARAMDOC       = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   422
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   423
# The WARN_FORMAT tag determines the format of the warning messages that
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   424
# doxygen can produce. The string should contain the $file, $line, and $text
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   425
# tags, which will be replaced by the file and line number from which the
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   426
# warning originated and the warning text. Optionally the format may contain
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   427
# $version, which will be replaced by the version of the file (if it could
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   428
# be obtained via FILE_VERSION_FILTER)
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   429
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   430
WARN_FORMAT            = "$file:$line: $text"
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   431
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   432
# The WARN_LOGFILE tag can be used to specify a file to which warning
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   433
# and error messages should be written. If left blank the output is written
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   434
# to stderr.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   435
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   436
WARN_LOGFILE           =
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   437
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   438
#---------------------------------------------------------------------------
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   439
# configuration options related to the input files
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   440
#---------------------------------------------------------------------------
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   441
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   442
# The INPUT tag can be used to specify the files and/or directories that contain
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   443
# documented source files. You may enter file names like "myfile.cpp" or
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   444
# directories like "/usr/src/myproject". Separate the files or directories
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   445
# with spaces.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   446
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   447
INPUT                  =
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   448
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   449
# If the value of the INPUT tag contains directories, you can use the
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   450
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   451
# and *.h) to filter out the source-files in the directories. If left
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   452
# blank the following patterns are tested:
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   453
# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   454
# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   455
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   456
FILE_PATTERNS          = *.c *.cpp *.h *.hrh *.pan *.mmp *.dox
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   457
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   458
# The RECURSIVE tag can be used to turn specify whether or not subdirectories
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   459
# should be searched for input files as well. Possible values are YES and NO.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   460
# If left blank NO is used.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   461
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   462
RECURSIVE              = YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   463
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   464
# The EXCLUDE tag can be used to specify files and/or directories that should
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   465
# excluded from the INPUT source files. This way you can easily exclude a
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   466
# subdirectory from a directory tree whose root is specified with the INPUT tag.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   467
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   468
EXCLUDE                =
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   469
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   470
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   471
# directories that are symbolic links (a Unix filesystem feature) are excluded
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   472
# from the input.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   473
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   474
EXCLUDE_SYMLINKS       = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   475
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   476
# If the value of the INPUT tag contains directories, you can use the
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   477
# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   478
# certain files from those directories.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   479
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   480
EXCLUDE_PATTERNS       =
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   481
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   482
# The EXAMPLE_PATH tag can be used to specify one or more files or
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   483
# directories that contain example code fragments that are included (see
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   484
# the \include command).
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   485
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   486
EXAMPLE_PATH           =
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   487
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   488
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   489
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   490
# and *.h) to filter out the source-files in the directories. If left
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   491
# blank all files are included.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   492
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   493
EXAMPLE_PATTERNS       =
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   494
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   495
# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   496
# searched for input files to be used with the \include or \dontinclude
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   497
# commands irrespective of the value of the RECURSIVE tag.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   498
# Possible values are YES and NO. If left blank NO is used.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   499
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   500
EXAMPLE_RECURSIVE      = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   501
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   502
# The IMAGE_PATH tag can be used to specify one or more files or
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   503
# directories that contain image that are included in the documentation (see
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   504
# the \image command).
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   505
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   506
IMAGE_PATH             =
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   507
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   508
# The INPUT_FILTER tag can be used to specify a program that doxygen should
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   509
# invoke to filter for each input file. Doxygen will invoke the filter program
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   510
# by executing (via popen()) the command <filter> <input-file>, where <filter>
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   511
# is the value of the INPUT_FILTER tag, and <input-file> is the name of an
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   512
# input file. Doxygen will then use the output that the filter program writes
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   513
# to standard output.  If FILTER_PATTERNS is specified, this tag will be
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   514
# ignored.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   515
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   516
INPUT_FILTER           =
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   517
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   518
# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   519
# basis.  Doxygen will compare the file name with each pattern and apply the
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   520
# filter if there is a match.  The filters are a list of the form:
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   521
# pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   522
# info on how filters are used. If FILTER_PATTERNS is empty, INPUT_FILTER
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   523
# is applied to all files.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   524
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   525
FILTER_PATTERNS        =
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   526
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   527
# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   528
# INPUT_FILTER) will be used to filter the input files when producing source
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   529
# files to browse (i.e. when SOURCE_BROWSER is set to YES).
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   530
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   531
FILTER_SOURCE_FILES    = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   532
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   533
#---------------------------------------------------------------------------
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   534
# configuration options related to source browsing
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   535
#---------------------------------------------------------------------------
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   536
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   537
# If the SOURCE_BROWSER tag is set to YES then a list of source files will
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   538
# be generated. Documented entities will be cross-referenced with these sources.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   539
# Note: To get rid of all source code in the generated output, make sure also
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   540
# VERBATIM_HEADERS is set to NO.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   541
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   542
SOURCE_BROWSER         = YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   543
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   544
# Setting the INLINE_SOURCES tag to YES will include the body
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   545
# of functions and classes directly in the documentation.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   546
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   547
INLINE_SOURCES         = YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   548
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   549
# Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   550
# doxygen to hide any special comment blocks from generated source code
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   551
# fragments. Normal C and C++ comments will always remain visible.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   552
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   553
STRIP_CODE_COMMENTS    = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   554
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   555
# If the REFERENCED_BY_RELATION tag is set to YES (the default)
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   556
# then for each documented function all documented
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   557
# functions referencing it will be listed.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   558
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   559
REFERENCED_BY_RELATION = YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   560
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   561
# If the REFERENCES_RELATION tag is set to YES (the default)
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   562
# then for each documented function all documented entities
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   563
# called/used by that function will be listed.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   564
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   565
REFERENCES_RELATION    = YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   566
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   567
# If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   568
# will generate a verbatim copy of the header file for each class for
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   569
# which an include is specified. Set to NO to disable this.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   570
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   571
VERBATIM_HEADERS       = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   572
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   573
#---------------------------------------------------------------------------
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   574
# configuration options related to the alphabetical class index
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   575
#---------------------------------------------------------------------------
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   576
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   577
# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   578
# of all compounds will be generated. Enable this if the project
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   579
# contains a lot of classes, structs, unions or interfaces.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   580
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   581
ALPHABETICAL_INDEX     = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   582
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   583
# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   584
# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   585
# in which this list will be split (can be a number in the range [1..20])
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   586
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   587
COLS_IN_ALPHA_INDEX    = 5
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   588
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   589
# In case all classes in a project start with a common prefix, all
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   590
# classes will be put under the same header in the alphabetical index.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   591
# The IGNORE_PREFIX tag can be used to specify one or more prefixes that
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   592
# should be ignored while generating the index headers.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   593
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   594
IGNORE_PREFIX          =
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   595
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   596
#---------------------------------------------------------------------------
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   597
# configuration options related to the HTML output
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   598
#---------------------------------------------------------------------------
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   599
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   600
# If the GENERATE_HTML tag is set to YES (the default) Doxygen will
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   601
# generate HTML output.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   602
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   603
GENERATE_HTML          = YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   604
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   605
# The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   606
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   607
# put in front of it. If left blank `html' will be used as the default path.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   608
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   609
HTML_OUTPUT            = doc
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   610
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   611
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   612
# each generated HTML page (for example: .htm,.php,.asp). If it is left blank
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   613
# doxygen will generate files with .html extension.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   614
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   615
HTML_FILE_EXTENSION    = .html
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   616
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   617
# The HTML_HEADER tag can be used to specify a personal HTML header for
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   618
# each generated HTML page. If it is left blank doxygen will generate a
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   619
# standard header.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   620
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   621
HTML_HEADER            = \Series60SDK_dev\ExamplesCpp\Doxyfiles\header.html
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   622
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   623
# The HTML_FOOTER tag can be used to specify a personal HTML footer for
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   624
# each generated HTML page. If it is left blank doxygen will generate a
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   625
# standard footer.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   626
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   627
HTML_FOOTER            = \Series60SDK_dev\ExamplesCpp\Doxyfiles\footer.html
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   628
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   629
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   630
# style sheet that is used by each HTML page. It can be used to
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   631
# fine-tune the look of the HTML output. If the tag is left blank doxygen
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   632
# will generate a default style sheet. Note that doxygen will try to copy
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   633
# the style sheet file to the HTML output directory, so don't put your own
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   634
# stylesheet in the HTML output directory as well, or it will be erased!
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   635
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   636
HTML_STYLESHEET        =   \Series60SDK_dev\ExamplesCpp\Doxyfiles\style.css
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   637
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   638
# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   639
# files or namespaces will be aligned in HTML using tables. If set to
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   640
# NO a bullet list will be used.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   641
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   642
HTML_ALIGN_MEMBERS     = YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   643
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   644
# If the GENERATE_HTMLHELP tag is set to YES, additional index files
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   645
# will be generated that can be used as input for tools like the
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   646
# Microsoft HTML help workshop to generate a compressed HTML help file (.chm)
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   647
# of the generated HTML documentation.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   648
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   649
GENERATE_HTMLHELP      = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   650
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   651
# If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   652
# be used to specify the file name of the resulting .chm file. You
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   653
# can add a path in front of the file if the result should not be
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   654
# written to the html output directory.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   655
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   656
CHM_FILE               =
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   657
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   658
# If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   659
# be used to specify the location (absolute path including file name) of
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   660
# the HTML help compiler (hhc.exe). If non-empty doxygen will try to run
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   661
# the HTML help compiler on the generated index.hhp.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   662
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   663
HHC_LOCATION           =
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   664
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   665
# If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   666
# controls if a separate .chi index file is generated (YES) or that
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   667
# it should be included in the master .chm file (NO).
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   668
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   669
GENERATE_CHI           = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   670
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   671
# If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   672
# controls whether a binary table of contents is generated (YES) or a
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   673
# normal table of contents (NO) in the .chm file.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   674
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   675
BINARY_TOC             = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   676
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   677
# The TOC_EXPAND flag can be set to YES to add extra items for group members
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   678
# to the contents of the HTML help documentation and to the tree view.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   679
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   680
TOC_EXPAND             = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   681
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   682
# The DISABLE_INDEX tag can be used to turn on/off the condensed index at
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   683
# top of each HTML page. The value NO (the default) enables the index and
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   684
# the value YES disables it.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   685
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   686
DISABLE_INDEX          = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   687
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   688
# This tag can be used to set the number of enum values (range [1..20])
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   689
# that doxygen will group on one line in the generated HTML documentation.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   690
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   691
ENUM_VALUES_PER_LINE   = 4
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   692
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   693
# If the GENERATE_TREEVIEW tag is set to YES, a side panel will be
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   694
# generated containing a tree-like index structure (just like the one that
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   695
# is generated for HTML Help). For this to work a browser that supports
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   696
# JavaScript, DHTML, CSS and frames is required (for instance Mozilla 1.0+,
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   697
# Netscape 6.0+, Internet explorer 5.0+, or Konqueror). Windows users are
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   698
# probably better off using the HTML help feature.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   699
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   700
GENERATE_TREEVIEW      = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   701
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   702
# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   703
# used to set the initial width (in pixels) of the frame in which the tree
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   704
# is shown.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   705
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   706
TREEVIEW_WIDTH         = 250
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   707
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   708
#---------------------------------------------------------------------------
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   709
# configuration options related to the LaTeX output
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   710
#---------------------------------------------------------------------------
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   711
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   712
# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   713
# generate Latex output.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   714
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   715
GENERATE_LATEX         = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   716
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   717
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   718
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   719
# put in front of it. If left blank `latex' will be used as the default path.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   720
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   721
LATEX_OUTPUT           = latex
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   722
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   723
# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   724
# invoked. If left blank `latex' will be used as the default command name.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   725
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   726
LATEX_CMD_NAME         = latex
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   727
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   728
# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   729
# generate index for LaTeX. If left blank `makeindex' will be used as the
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   730
# default command name.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   731
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   732
MAKEINDEX_CMD_NAME     = makeindex
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   733
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   734
# If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   735
# LaTeX documents. This may be useful for small projects and may help to
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   736
# save some trees in general.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   737
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   738
COMPACT_LATEX          = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   739
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   740
# The PAPER_TYPE tag can be used to set the paper type that is used
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   741
# by the printer. Possible values are: a4, a4wide, letter, legal and
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   742
# executive. If left blank a4wide will be used.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   743
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   744
PAPER_TYPE             = a4wide
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   745
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   746
# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   747
# packages that should be included in the LaTeX output.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   748
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   749
EXTRA_PACKAGES         =
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   750
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   751
# The LATEX_HEADER tag can be used to specify a personal LaTeX header for
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   752
# the generated latex document. The header should contain everything until
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   753
# the first chapter. If it is left blank doxygen will generate a
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   754
# standard header. Notice: only use this tag if you know what you are doing!
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   755
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   756
LATEX_HEADER           =
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   757
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   758
# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   759
# is prepared for conversion to pdf (using ps2pdf). The pdf file will
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   760
# contain links (just like the HTML output) instead of page references
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   761
# This makes the output suitable for online browsing using a pdf viewer.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   762
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   763
PDF_HYPERLINKS         = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   764
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   765
# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   766
# plain latex in the generated Makefile. Set this option to YES to get a
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   767
# higher quality PDF documentation.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   768
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   769
USE_PDFLATEX           = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   770
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   771
# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   772
# command to the generated LaTeX files. This will instruct LaTeX to keep
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   773
# running if errors occur, instead of asking the user for help.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   774
# This option is also used when generating formulas in HTML.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   775
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   776
LATEX_BATCHMODE        = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   777
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   778
# If LATEX_HIDE_INDICES is set to YES then doxygen will not
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   779
# include the index chapters (such as File Index, Compound Index, etc.)
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   780
# in the output.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   781
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   782
LATEX_HIDE_INDICES     = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   783
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   784
#---------------------------------------------------------------------------
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   785
# configuration options related to the RTF output
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   786
#---------------------------------------------------------------------------
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   787
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   788
# If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   789
# The RTF output is optimized for Word 97 and may not look very pretty with
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   790
# other RTF readers or editors.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   791
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   792
GENERATE_RTF           = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   793
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   794
# The RTF_OUTPUT tag is used to specify where the RTF docs will be put.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   795
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   796
# put in front of it. If left blank `rtf' will be used as the default path.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   797
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   798
RTF_OUTPUT             = rtf
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   799
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   800
# If the COMPACT_RTF tag is set to YES Doxygen generates more compact
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   801
# RTF documents. This may be useful for small projects and may help to
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   802
# save some trees in general.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   803
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   804
COMPACT_RTF            = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   805
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   806
# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   807
# will contain hyperlink fields. The RTF file will
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   808
# contain links (just like the HTML output) instead of page references.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   809
# This makes the output suitable for online browsing using WORD or other
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   810
# programs which support those fields.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   811
# Note: wordpad (write) and others do not support links.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   812
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   813
RTF_HYPERLINKS         = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   814
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   815
# Load stylesheet definitions from file. Syntax is similar to doxygen's
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   816
# config file, i.e. a series of assignments. You only have to provide
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   817
# replacements, missing definitions are set to their default value.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   818
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   819
RTF_STYLESHEET_FILE    =
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   820
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   821
# Set optional variables used in the generation of an rtf document.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   822
# Syntax is similar to doxygen's config file.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   823
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   824
RTF_EXTENSIONS_FILE    =
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   825
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   826
#---------------------------------------------------------------------------
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   827
# configuration options related to the man page output
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   828
#---------------------------------------------------------------------------
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   829
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   830
# If the GENERATE_MAN tag is set to YES (the default) Doxygen will
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   831
# generate man pages
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   832
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   833
GENERATE_MAN           = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   834
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   835
# The MAN_OUTPUT tag is used to specify where the man pages will be put.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   836
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   837
# put in front of it. If left blank `man' will be used as the default path.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   838
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   839
MAN_OUTPUT             = man
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   840
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   841
# The MAN_EXTENSION tag determines the extension that is added to
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   842
# the generated man pages (default is the subroutine's section .3)
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   843
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   844
MAN_EXTENSION          = .3
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   845
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   846
# If the MAN_LINKS tag is set to YES and Doxygen generates man output,
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   847
# then it will generate one additional man file for each entity
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   848
# documented in the real man page(s). These additional files
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   849
# only source the real man page, but without them the man command
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   850
# would be unable to find the correct page. The default is NO.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   851
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   852
MAN_LINKS              = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   853
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   854
#---------------------------------------------------------------------------
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   855
# configuration options related to the XML output
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   856
#---------------------------------------------------------------------------
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   857
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   858
# If the GENERATE_XML tag is set to YES Doxygen will
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   859
# generate an XML file that captures the structure of
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   860
# the code including all documentation.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   861
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   862
GENERATE_XML           = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   863
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   864
# The XML_OUTPUT tag is used to specify where the XML pages will be put.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   865
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   866
# put in front of it. If left blank `xml' will be used as the default path.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   867
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   868
XML_OUTPUT             = xml
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   869
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   870
# The XML_SCHEMA tag can be used to specify an XML schema,
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   871
# which can be used by a validating XML parser to check the
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   872
# syntax of the XML files.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   873
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   874
XML_SCHEMA             =
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   875
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   876
# The XML_DTD tag can be used to specify an XML DTD,
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   877
# which can be used by a validating XML parser to check the
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   878
# syntax of the XML files.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   879
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   880
XML_DTD                =
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   881
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   882
# If the XML_PROGRAMLISTING tag is set to YES Doxygen will
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   883
# dump the program listings (including syntax highlighting
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   884
# and cross-referencing information) to the XML output. Note that
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   885
# enabling this will significantly increase the size of the XML output.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   886
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   887
XML_PROGRAMLISTING     = YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   888
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   889
#---------------------------------------------------------------------------
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   890
# configuration options for the AutoGen Definitions output
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   891
#---------------------------------------------------------------------------
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   892
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   893
# If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   894
# generate an AutoGen Definitions (see autogen.sf.net) file
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   895
# that captures the structure of the code including all
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   896
# documentation. Note that this feature is still experimental
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   897
# and incomplete at the moment.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   898
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   899
GENERATE_AUTOGEN_DEF   = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   900
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   901
#---------------------------------------------------------------------------
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   902
# configuration options related to the Perl module output
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   903
#---------------------------------------------------------------------------
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   904
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   905
# If the GENERATE_PERLMOD tag is set to YES Doxygen will
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   906
# generate a Perl module file that captures the structure of
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   907
# the code including all documentation. Note that this
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   908
# feature is still experimental and incomplete at the
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   909
# moment.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   910
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   911
GENERATE_PERLMOD       = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   912
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   913
# If the PERLMOD_LATEX tag is set to YES Doxygen will generate
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   914
# the necessary Makefile rules, Perl scripts and LaTeX code to be able
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   915
# to generate PDF and DVI output from the Perl module output.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   916
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   917
PERLMOD_LATEX          = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   918
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   919
# If the PERLMOD_PRETTY tag is set to YES the Perl module output will be
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   920
# nicely formatted so it can be parsed by a human reader.  This is useful
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   921
# if you want to understand what is going on.  On the other hand, if this
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   922
# tag is set to NO the size of the Perl module output will be much smaller
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   923
# and Perl will parse it just the same.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   924
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   925
PERLMOD_PRETTY         = YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   926
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   927
# The names of the make variables in the generated doxyrules.make file
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   928
# are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   929
# This is useful so different doxyrules.make files included by the same
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   930
# Makefile don't overwrite each other's variables.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   931
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   932
PERLMOD_MAKEVAR_PREFIX =
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   933
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   934
#---------------------------------------------------------------------------
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   935
# Configuration options related to the preprocessor
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   936
#---------------------------------------------------------------------------
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   937
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   938
# If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   939
# evaluate all C-preprocessor directives found in the sources and include
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   940
# files.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   941
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   942
ENABLE_PREPROCESSING   = YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   943
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   944
# If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   945
# names in the source code. If set to NO (the default) only conditional
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   946
# compilation will be performed. Macro expansion can be done in a controlled
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   947
# way by setting EXPAND_ONLY_PREDEF to YES.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   948
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   949
MACRO_EXPANSION        = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   950
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   951
# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   952
# then the macro expansion is limited to the macros specified with the
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   953
# PREDEFINED and EXPAND_AS_PREDEFINED tags.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   954
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   955
EXPAND_ONLY_PREDEF     = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   956
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   957
# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   958
# in the INCLUDE_PATH (see below) will be search if a #include is found.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   959
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   960
SEARCH_INCLUDES        = YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   961
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   962
# The INCLUDE_PATH tag can be used to specify one or more directories that
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   963
# contain include files that are not input files but should be processed by
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   964
# the preprocessor.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   965
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   966
INCLUDE_PATH           =
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   967
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   968
# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   969
# patterns (like *.h and *.hpp) to filter out the header-files in the
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   970
# directories. If left blank, the patterns specified with FILE_PATTERNS will
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   971
# be used.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   972
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   973
INCLUDE_FILE_PATTERNS  =
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   974
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   975
# The PREDEFINED tag can be used to specify one or more macro names that
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   976
# are defined before the preprocessor is started (similar to the -D option of
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   977
# gcc). The argument of the tag is a list of macros of the form: name
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   978
# or name=definition (no spaces). If the definition and the = are
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   979
# omitted =1 is assumed. To prevent a macro definition from being
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   980
# undefined via #undef or recursively expanded use the := operator
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   981
# instead of the = operator.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   982
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   983
PREDEFINED             =
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   984
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   985
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   986
# this tag can be used to specify a list of macro names that should be expanded.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   987
# The macro definition that is found in the sources will be used.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   988
# Use the PREDEFINED tag if you want to use a different macro definition.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   989
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   990
EXPAND_AS_DEFINED      =
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   991
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   992
# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   993
# doxygen's preprocessor will remove all function-like macros that are alone
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   994
# on a line, have an all uppercase name, and do not end with a semicolon. Such
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   995
# function macros are typically used for boiler-plate code, and will confuse
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   996
# the parser if not removed.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   997
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   998
SKIP_FUNCTION_MACROS   = YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
   999
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1000
#---------------------------------------------------------------------------
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1001
# Configuration::additions related to external references
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1002
#---------------------------------------------------------------------------
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1003
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1004
# The TAGFILES option can be used to specify one or more tagfiles.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1005
# Optionally an initial location of the external documentation
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1006
# can be added for each tagfile. The format of a tag file without
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1007
# this location is as follows:
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1008
#   TAGFILES = file1 file2 ...
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1009
# Adding location for the tag files is done as follows:
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1010
#   TAGFILES = file1=loc1 "file2 = loc2" ...
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1011
# where "loc1" and "loc2" can be relative or absolute paths or
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1012
# URLs. If a location is present for each tag, the installdox tool
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1013
# does not have to be run to correct the links.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1014
# Note that each tag file must have a unique name
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1015
# (where the name does NOT include the path)
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1016
# If a tag file is not located in the directory in which doxygen
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1017
# is run, you must also specify the path to the tagfile here.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1018
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1019
TAGFILES               =
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1020
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1021
# When a file name is specified after GENERATE_TAGFILE, doxygen will create
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1022
# a tag file that is based on the input files it reads.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1023
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1024
GENERATE_TAGFILE       =
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1025
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1026
# If the ALLEXTERNALS tag is set to YES all external classes will be listed
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1027
# in the class index. If set to NO only the inherited external classes
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1028
# will be listed.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1029
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1030
ALLEXTERNALS           = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1031
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1032
# If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1033
# in the modules index. If set to NO, only the current project's groups will
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1034
# be listed.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1035
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1036
EXTERNAL_GROUPS        = YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1037
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1038
# The PERL_PATH should be the absolute path and name of the perl script
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1039
# interpreter (i.e. the result of `which perl').
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1040
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1041
PERL_PATH              = /usr/bin/perl
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1042
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1043
#---------------------------------------------------------------------------
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1044
# Configuration options related to the dot tool
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1045
#---------------------------------------------------------------------------
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1046
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1047
# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1048
# generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1049
# or super classes. Setting the tag to NO turns the diagrams off. Note that
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1050
# this option is superseded by the HAVE_DOT option below. This is only a
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1051
# fallback. It is recommended to install and use dot, since it yields more
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1052
# powerful graphs.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1053
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1054
CLASS_DIAGRAMS         = YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1055
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1056
# If set to YES, the inheritance and collaboration graphs will hide
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1057
# inheritance and usage relations if the target is undocumented
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1058
# or is not a class.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1059
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1060
HIDE_UNDOC_RELATIONS   = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1061
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1062
# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1063
# available from the path. This tool is part of Graphviz, a graph visualization
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1064
# toolkit from AT&T and Lucent Bell Labs. The other options in this section
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1065
# have no effect if this option is set to NO (the default)
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1066
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1067
HAVE_DOT               = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1068
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1069
# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1070
# will generate a graph for each documented class showing the direct and
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1071
# indirect inheritance relations. Setting this tag to YES will force the
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1072
# the CLASS_DIAGRAMS tag to NO.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1073
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1074
CLASS_GRAPH            = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1075
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1076
# If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1077
# will generate a graph for each documented class showing the direct and
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1078
# indirect implementation dependencies (inheritance, containment, and
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1079
# class references variables) of the class with other documented classes.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1080
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1081
COLLABORATION_GRAPH    = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1082
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1083
# If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1084
# will generate a graph for groups, showing the direct groups dependencies
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1085
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1086
GROUP_GRAPHS           = YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1087
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1088
# If the UML_LOOK tag is set to YES doxygen will generate inheritance and
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1089
# collaboration diagrams in a style similar to the OMG's Unified Modeling
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1090
# Language.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1091
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1092
UML_LOOK               = YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1093
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1094
# If set to YES, the inheritance and collaboration graphs will show the
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1095
# relations between templates and their instances.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1096
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1097
TEMPLATE_RELATIONS     = YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1098
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1099
# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1100
# tags are set to YES then doxygen will generate a graph for each documented
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1101
# file showing the direct and indirect include dependencies of the file with
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1102
# other documented files.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1103
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1104
INCLUDE_GRAPH          = YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1105
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1106
# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1107
# HAVE_DOT tags are set to YES then doxygen will generate a graph for each
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1108
# documented header file showing the documented files that directly or
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1109
# indirectly include this file.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1110
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1111
INCLUDED_BY_GRAPH      = YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1112
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1113
# If the CALL_GRAPH and HAVE_DOT tags are set to YES then doxygen will
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1114
# generate a call dependency graph for every global function or class method.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1115
# Note that enabling this option will significantly increase the time of a run.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1116
# So in most cases it will be better to enable call graphs for selected
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1117
# functions only using the \callgraph command.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1118
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1119
CALL_GRAPH             = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1120
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1121
# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1122
# will graphical hierarchy of all classes instead of a textual one.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1123
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1124
GRAPHICAL_HIERARCHY    = YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1125
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1126
# If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1127
# then doxygen will show the dependencies a directory has on other directories
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1128
# in a graphical way. The dependency relations are determined by the #include
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1129
# relations between the files in the directories.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1130
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1131
DIRECTORY_GRAPH        = YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1132
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1133
# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1134
# generated by dot. Possible values are png, jpg, or gif
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1135
# If left blank png will be used.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1136
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1137
DOT_IMAGE_FORMAT       = png
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1138
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1139
# The tag DOT_PATH can be used to specify the path where the dot tool can be
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1140
# found. If left blank, it is assumed the dot tool can be found in the path.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1141
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1142
DOT_PATH               =
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1143
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1144
# The DOTFILE_DIRS tag can be used to specify one or more directories that
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1145
# contain dot files that are included in the documentation (see the
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1146
# \dotfile command).
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1147
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1148
DOTFILE_DIRS           =
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1149
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1150
# The MAX_DOT_GRAPH_WIDTH tag can be used to set the maximum allowed width
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1151
# (in pixels) of the graphs generated by dot. If a graph becomes larger than
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1152
# this value, doxygen will try to truncate the graph, so that it fits within
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1153
# the specified constraint. Beware that most browsers cannot cope with very
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1154
# large images.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1155
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1156
MAX_DOT_GRAPH_WIDTH    = 1024
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1157
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1158
# The MAX_DOT_GRAPH_HEIGHT tag can be used to set the maximum allows height
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1159
# (in pixels) of the graphs generated by dot. If a graph becomes larger than
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1160
# this value, doxygen will try to truncate the graph, so that it fits within
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1161
# the specified constraint. Beware that most browsers cannot cope with very
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1162
# large images.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1163
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1164
MAX_DOT_GRAPH_HEIGHT   = 1024
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1165
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1166
# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1167
# graphs generated by dot. A depth value of 3 means that only nodes reachable
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1168
# from the root by following a path via at most 3 edges will be shown. Nodes
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1169
# that lay further from the root node will be omitted. Note that setting this
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1170
# option to 1 or 2 may greatly reduce the computation time needed for large
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1171
# code bases. Also note that a graph may be further truncated if the graph's
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1172
# image dimensions are not sufficient to fit the graph (see MAX_DOT_GRAPH_WIDTH
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1173
# and MAX_DOT_GRAPH_HEIGHT). If 0 is used for the depth value (the default),
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1174
# the graph is not depth-constrained.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1175
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1176
MAX_DOT_GRAPH_DEPTH    = 0
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1177
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1178
# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1179
# background. This is disabled by default, which results in a white background.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1180
# Warning: Depending on the platform used, enabling this option may lead to
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1181
# badly anti-aliased labels on the edges of a graph (i.e. they become hard to
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1182
# read).
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1183
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1184
DOT_TRANSPARENT        = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1185
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1186
# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1187
# files in one run (i.e. multiple -o and -T options on the command line). This
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1188
# makes dot run faster, but since only newer versions of dot (>1.8.10)
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1189
# support this, this feature is disabled by default.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1190
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1191
DOT_MULTI_TARGETS      = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1192
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1193
# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1194
# generate a legend page explaining the meaning of the various boxes and
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1195
# arrows in the dot generated graphs.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1196
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1197
GENERATE_LEGEND        = NO
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1198
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1199
# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1200
# remove the intermediate dot files that are used to generate
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1201
# the various graphs.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1202
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1203
DOT_CLEANUP            = YES
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1204
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1205
#---------------------------------------------------------------------------
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1206
# Configuration::additions related to the search engine
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1207
#---------------------------------------------------------------------------
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1208
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1209
# The SEARCHENGINE tag specifies whether or not a search engine should be
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1210
# used. If set to NO the values of all tags below this one will be ignored.
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1211
b26acd06ea60 First Contribution of SDK components
rajpuroh
parents:
diff changeset
  1212
SEARCHENGINE           = NO