os/ossrv/lowlevellibsandfws/genericusabilitylib/group/euserhl.cfg
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
# Doxyfile 
sl@0
     2
sl@0
     3
#---------------------------------------------------------------------------
sl@0
     4
# Project related configuration options
sl@0
     5
#---------------------------------------------------------------------------
sl@0
     6
PROJECT_NAME           = "EUserHl Library Documentation"
sl@0
     7
PROJECT_NUMBER         = 
sl@0
     8
OUTPUT_DIRECTORY       = ../generated
sl@0
     9
OUTPUT_LANGUAGE        = English
sl@0
    10
USE_WINDOWS_ENCODING   = YES
sl@0
    11
BRIEF_MEMBER_DESC      = YES
sl@0
    12
REPEAT_BRIEF           = YES
sl@0
    13
ALWAYS_DETAILED_SEC    = NO
sl@0
    14
INLINE_INHERITED_MEMB  = NO
sl@0
    15
FULL_PATH_NAMES        = NO
sl@0
    16
STRIP_FROM_PATH        = 
sl@0
    17
SHORT_NAMES            = NO
sl@0
    18
JAVADOC_AUTOBRIEF      = YES
sl@0
    19
MULTILINE_CPP_IS_BRIEF = NO
sl@0
    20
DETAILS_AT_TOP         = NO
sl@0
    21
INHERIT_DOCS           = YES
sl@0
    22
TAB_SIZE               = 8
sl@0
    23
ALIASES                = "publishedAll=@par Interface: publishedAll\n" \
sl@0
    24
                         "publishedPartner=@par Interface: publishedPartner\n" \
sl@0
    25
                         "internalAll=@par Interface: internalAll\n" \
sl@0
    26
                         "internalComponent=@par Interface: internalComponent\n" \
sl@0
    27
                         "internalTechnology=@par Interface: internalTechnology\n" \
sl@0
    28
                         "prototype=@par Interface: prototype\n" \
sl@0
    29
                         "interim=@par Interface: interim\n" \
sl@0
    30
                         "released=@par Interface: released\n" \
sl@0
    31
                         "deprecated=@par Interface: deprecated\n" \
sl@0
    32
                         "removed=@par Interface: removed\n" \
sl@0
    33
                         "notsupported=@par Method not supported\n" \
sl@0
    34
                         "notapplicable=@par Method not applicable\n" \
sl@0
    35
                         "capability=@par Capability: \n" \
sl@0
    36
                         "leave=@par Leave: \n" \
sl@0
    37
                         "panic=@par Panic: \n" \
sl@0
    38
                         "SYMPurpose=@par File Purpose: \n"
sl@0
    39
OPTIMIZE_OUTPUT_FOR_C  = NO
sl@0
    40
OPTIMIZE_OUTPUT_JAVA   = NO
sl@0
    41
DISTRIBUTE_GROUP_DOC   = NO
sl@0
    42
#---------------------------------------------------------------------------
sl@0
    43
# Build related configuration options
sl@0
    44
#---------------------------------------------------------------------------
sl@0
    45
EXTRACT_ALL            = NO
sl@0
    46
EXTRACT_PRIVATE        = NO
sl@0
    47
EXTRACT_STATIC         = YES
sl@0
    48
EXTRACT_LOCAL_CLASSES  = NO
sl@0
    49
HIDE_UNDOC_MEMBERS     = NO
sl@0
    50
HIDE_UNDOC_CLASSES     = YES
sl@0
    51
HIDE_FRIEND_COMPOUNDS  = NO
sl@0
    52
HIDE_IN_BODY_DOCS      = YES
sl@0
    53
INTERNAL_DOCS          = NO
sl@0
    54
CASE_SENSE_NAMES       = YES
sl@0
    55
HIDE_SCOPE_NAMES       = NO
sl@0
    56
SHOW_INCLUDE_FILES     = YES
sl@0
    57
INLINE_INFO            = YES
sl@0
    58
SORT_MEMBER_DOCS       = NO
sl@0
    59
GENERATE_TODOLIST      = YES
sl@0
    60
GENERATE_TESTLIST      = NO
sl@0
    61
GENERATE_BUGLIST       = NO
sl@0
    62
GENERATE_DEPRECATEDLIST= YES
sl@0
    63
ENABLED_SECTIONS       = 
sl@0
    64
MAX_INITIALIZER_LINES  = 30
sl@0
    65
SHOW_USED_FILES        = YES
sl@0
    66
#---------------------------------------------------------------------------
sl@0
    67
# configuration options related to warning and progress messages
sl@0
    68
#---------------------------------------------------------------------------
sl@0
    69
QUIET                  = NO
sl@0
    70
WARNINGS               = YES
sl@0
    71
WARN_IF_UNDOCUMENTED   = YES
sl@0
    72
WARN_IF_DOC_ERROR      = YES
sl@0
    73
WARN_FORMAT            = "$file:$line: $text"
sl@0
    74
WARN_LOGFILE           = 
sl@0
    75
#---------------------------------------------------------------------------
sl@0
    76
# configuration options related to the input files
sl@0
    77
#---------------------------------------------------------------------------
sl@0
    78
INPUT                  = ../documentation/dox ../inc ../src
sl@0
    79
FILE_PATTERNS          = *.h *.cpp *.dox
sl@0
    80
RECURSIVE              = YES
sl@0
    81
EXCLUDE                = 
sl@0
    82
EXCLUDE_SYMLINKS       = NO
sl@0
    83
EXCLUDE_PATTERNS       = *.policy
sl@0
    84
EXAMPLE_PATH           = 
sl@0
    85
EXAMPLE_PATTERNS       = 
sl@0
    86
EXAMPLE_RECURSIVE      = NO
sl@0
    87
IMAGE_PATH             = 
sl@0
    88
INPUT_FILTER           = 
sl@0
    89
FILTER_SOURCE_FILES    = NO
sl@0
    90
#---------------------------------------------------------------------------
sl@0
    91
# configuration options related to source browsing
sl@0
    92
#---------------------------------------------------------------------------
sl@0
    93
SOURCE_BROWSER         = NO
sl@0
    94
INLINE_SOURCES         = NO
sl@0
    95
STRIP_CODE_COMMENTS    = YES
sl@0
    96
REFERENCED_BY_RELATION = YES
sl@0
    97
REFERENCES_RELATION    = YES
sl@0
    98
VERBATIM_HEADERS       = YES
sl@0
    99
#---------------------------------------------------------------------------
sl@0
   100
# configuration options related to the alphabetical class index
sl@0
   101
#---------------------------------------------------------------------------
sl@0
   102
ALPHABETICAL_INDEX     = NO
sl@0
   103
COLS_IN_ALPHA_INDEX    = 5
sl@0
   104
IGNORE_PREFIX          = 
sl@0
   105
#---------------------------------------------------------------------------
sl@0
   106
# configuration options related to the HTML output
sl@0
   107
#---------------------------------------------------------------------------
sl@0
   108
GENERATE_HTML          = YES
sl@0
   109
HTML_OUTPUT            = html
sl@0
   110
HTML_FILE_EXTENSION    = .html
sl@0
   111
HTML_HEADER            = 
sl@0
   112
HTML_FOOTER            = 
sl@0
   113
HTML_STYLESHEET        = 
sl@0
   114
HTML_ALIGN_MEMBERS     = YES
sl@0
   115
GENERATE_HTMLHELP      = NO
sl@0
   116
CHM_FILE               = 
sl@0
   117
HHC_LOCATION           = 
sl@0
   118
GENERATE_CHI           = NO
sl@0
   119
BINARY_TOC             = NO
sl@0
   120
TOC_EXPAND             = NO
sl@0
   121
DISABLE_INDEX          = NO
sl@0
   122
ENUM_VALUES_PER_LINE   = 2
sl@0
   123
GENERATE_TREEVIEW      = NO
sl@0
   124
TREEVIEW_WIDTH         = 250
sl@0
   125
#---------------------------------------------------------------------------
sl@0
   126
# configuration options related to the LaTeX output
sl@0
   127
#---------------------------------------------------------------------------
sl@0
   128
GENERATE_LATEX         = NO
sl@0
   129
LATEX_OUTPUT           = latex
sl@0
   130
LATEX_CMD_NAME         = latex
sl@0
   131
MAKEINDEX_CMD_NAME     = makeindex
sl@0
   132
COMPACT_LATEX          = NO
sl@0
   133
PAPER_TYPE             = a4wide
sl@0
   134
EXTRA_PACKAGES         = 
sl@0
   135
LATEX_HEADER           = 
sl@0
   136
PDF_HYPERLINKS         = NO
sl@0
   137
USE_PDFLATEX           = NO
sl@0
   138
LATEX_BATCHMODE        = NO
sl@0
   139
LATEX_HIDE_INDICES     = NO
sl@0
   140
#---------------------------------------------------------------------------
sl@0
   141
# configuration options related to the RTF output
sl@0
   142
#---------------------------------------------------------------------------
sl@0
   143
GENERATE_RTF           = YES
sl@0
   144
RTF_OUTPUT             = rtf
sl@0
   145
COMPACT_RTF            = YES
sl@0
   146
RTF_HYPERLINKS         = NO
sl@0
   147
RTF_STYLESHEET_FILE    = 
sl@0
   148
RTF_EXTENSIONS_FILE    = 
sl@0
   149
#---------------------------------------------------------------------------
sl@0
   150
# configuration options related to the man page output
sl@0
   151
#---------------------------------------------------------------------------
sl@0
   152
GENERATE_MAN           = NO
sl@0
   153
MAN_OUTPUT             = man
sl@0
   154
MAN_EXTENSION          = .3
sl@0
   155
MAN_LINKS              = NO
sl@0
   156
#---------------------------------------------------------------------------
sl@0
   157
# configuration options related to the XML output
sl@0
   158
#---------------------------------------------------------------------------
sl@0
   159
GENERATE_XML           = NO
sl@0
   160
XML_OUTPUT             = xml
sl@0
   161
XML_SCHEMA             = 
sl@0
   162
XML_DTD                = 
sl@0
   163
XML_PROGRAMLISTING     = YES
sl@0
   164
#---------------------------------------------------------------------------
sl@0
   165
# configuration options for the AutoGen Definitions output
sl@0
   166
#---------------------------------------------------------------------------
sl@0
   167
GENERATE_AUTOGEN_DEF   = NO
sl@0
   168
#---------------------------------------------------------------------------
sl@0
   169
# configuration options related to the Perl module output
sl@0
   170
#---------------------------------------------------------------------------
sl@0
   171
GENERATE_PERLMOD       = NO
sl@0
   172
PERLMOD_LATEX          = NO
sl@0
   173
PERLMOD_PRETTY         = YES
sl@0
   174
PERLMOD_MAKEVAR_PREFIX = 
sl@0
   175
#---------------------------------------------------------------------------
sl@0
   176
# Configuration options related to the preprocessor   
sl@0
   177
#---------------------------------------------------------------------------
sl@0
   178
ENABLE_PREPROCESSING   = YES
sl@0
   179
MACRO_EXPANSION        = YES
sl@0
   180
EXPAND_ONLY_PREDEF     = YES
sl@0
   181
SEARCH_INCLUDES        = YES
sl@0
   182
INCLUDE_PATH           = 
sl@0
   183
INCLUDE_FILE_PATTERNS  = 
sl@0
   184
PREDEFINED             = "NONSHARABLE_CLASS(name)=class name" \
sl@0
   185
			 "IMPORT_C="
sl@0
   186
EXPAND_AS_DEFINED      = 
sl@0
   187
SKIP_FUNCTION_MACROS   = NO
sl@0
   188
#---------------------------------------------------------------------------
sl@0
   189
# Configuration::additions related to external references   
sl@0
   190
#---------------------------------------------------------------------------
sl@0
   191
TAGFILES               = 
sl@0
   192
GENERATE_TAGFILE       = 
sl@0
   193
ALLEXTERNALS           = NO
sl@0
   194
EXTERNAL_GROUPS        = YES
sl@0
   195
PERL_PATH              = /usr/bin/perl
sl@0
   196
#---------------------------------------------------------------------------
sl@0
   197
# Configuration options related to the dot tool   
sl@0
   198
#---------------------------------------------------------------------------
sl@0
   199
CLASS_DIAGRAMS         = YES
sl@0
   200
HIDE_UNDOC_RELATIONS   = YES
sl@0
   201
HAVE_DOT               = NO
sl@0
   202
CLASS_GRAPH            = YES
sl@0
   203
COLLABORATION_GRAPH    = YES
sl@0
   204
UML_LOOK               = NO
sl@0
   205
TEMPLATE_RELATIONS     = YES
sl@0
   206
INCLUDE_GRAPH          = YES
sl@0
   207
INCLUDED_BY_GRAPH      = YES
sl@0
   208
CALL_GRAPH             = NO
sl@0
   209
GRAPHICAL_HIERARCHY    = YES
sl@0
   210
DOT_IMAGE_FORMAT       = png
sl@0
   211
DOT_PATH               = 
sl@0
   212
DOTFILE_DIRS           = 
sl@0
   213
MAX_DOT_GRAPH_WIDTH    = 1024
sl@0
   214
MAX_DOT_GRAPH_HEIGHT   = 1024
sl@0
   215
MAX_DOT_GRAPH_DEPTH    = 0
sl@0
   216
GENERATE_LEGEND        = YES
sl@0
   217
DOT_CLEANUP            = YES
sl@0
   218
#---------------------------------------------------------------------------
sl@0
   219
# Configuration::additions related to the search engine   
sl@0
   220
#---------------------------------------------------------------------------
sl@0
   221
SEARCHENGINE           = NO