sl@0: # Doxyfile 
sl@0: 
sl@0: #---------------------------------------------------------------------------
sl@0: # Project related configuration options
sl@0: #---------------------------------------------------------------------------
sl@0: PROJECT_NAME           = "EUserHl Library Documentation"
sl@0: PROJECT_NUMBER         = 
sl@0: OUTPUT_DIRECTORY       = ../generated
sl@0: OUTPUT_LANGUAGE        = English
sl@0: USE_WINDOWS_ENCODING   = YES
sl@0: BRIEF_MEMBER_DESC      = YES
sl@0: REPEAT_BRIEF           = YES
sl@0: ALWAYS_DETAILED_SEC    = NO
sl@0: INLINE_INHERITED_MEMB  = NO
sl@0: FULL_PATH_NAMES        = NO
sl@0: STRIP_FROM_PATH        = 
sl@0: SHORT_NAMES            = NO
sl@0: JAVADOC_AUTOBRIEF      = YES
sl@0: MULTILINE_CPP_IS_BRIEF = NO
sl@0: DETAILS_AT_TOP         = NO
sl@0: INHERIT_DOCS           = YES
sl@0: TAB_SIZE               = 8
sl@0: ALIASES                = "publishedAll=@par Interface: publishedAll\n" \
sl@0:                          "publishedPartner=@par Interface: publishedPartner\n" \
sl@0:                          "internalAll=@par Interface: internalAll\n" \
sl@0:                          "internalComponent=@par Interface: internalComponent\n" \
sl@0:                          "internalTechnology=@par Interface: internalTechnology\n" \
sl@0:                          "prototype=@par Interface: prototype\n" \
sl@0:                          "interim=@par Interface: interim\n" \
sl@0:                          "released=@par Interface: released\n" \
sl@0:                          "deprecated=@par Interface: deprecated\n" \
sl@0:                          "removed=@par Interface: removed\n" \
sl@0:                          "notsupported=@par Method not supported\n" \
sl@0:                          "notapplicable=@par Method not applicable\n" \
sl@0:                          "capability=@par Capability: \n" \
sl@0:                          "leave=@par Leave: \n" \
sl@0:                          "panic=@par Panic: \n" \
sl@0:                          "SYMPurpose=@par File Purpose: \n"
sl@0: OPTIMIZE_OUTPUT_FOR_C  = NO
sl@0: OPTIMIZE_OUTPUT_JAVA   = NO
sl@0: DISTRIBUTE_GROUP_DOC   = NO
sl@0: #---------------------------------------------------------------------------
sl@0: # Build related configuration options
sl@0: #---------------------------------------------------------------------------
sl@0: EXTRACT_ALL            = NO
sl@0: EXTRACT_PRIVATE        = NO
sl@0: EXTRACT_STATIC         = YES
sl@0: EXTRACT_LOCAL_CLASSES  = NO
sl@0: HIDE_UNDOC_MEMBERS     = NO
sl@0: HIDE_UNDOC_CLASSES     = YES
sl@0: HIDE_FRIEND_COMPOUNDS  = NO
sl@0: HIDE_IN_BODY_DOCS      = YES
sl@0: INTERNAL_DOCS          = NO
sl@0: CASE_SENSE_NAMES       = YES
sl@0: HIDE_SCOPE_NAMES       = NO
sl@0: SHOW_INCLUDE_FILES     = YES
sl@0: INLINE_INFO            = YES
sl@0: SORT_MEMBER_DOCS       = NO
sl@0: GENERATE_TODOLIST      = YES
sl@0: GENERATE_TESTLIST      = NO
sl@0: GENERATE_BUGLIST       = NO
sl@0: GENERATE_DEPRECATEDLIST= YES
sl@0: ENABLED_SECTIONS       = 
sl@0: MAX_INITIALIZER_LINES  = 30
sl@0: SHOW_USED_FILES        = YES
sl@0: #---------------------------------------------------------------------------
sl@0: # configuration options related to warning and progress messages
sl@0: #---------------------------------------------------------------------------
sl@0: QUIET                  = NO
sl@0: WARNINGS               = YES
sl@0: WARN_IF_UNDOCUMENTED   = YES
sl@0: WARN_IF_DOC_ERROR      = YES
sl@0: WARN_FORMAT            = "$file:$line: $text"
sl@0: WARN_LOGFILE           = 
sl@0: #---------------------------------------------------------------------------
sl@0: # configuration options related to the input files
sl@0: #---------------------------------------------------------------------------
sl@0: INPUT                  = ../documentation/dox ../inc ../src
sl@0: FILE_PATTERNS          = *.h *.cpp *.dox
sl@0: RECURSIVE              = YES
sl@0: EXCLUDE                = 
sl@0: EXCLUDE_SYMLINKS       = NO
sl@0: EXCLUDE_PATTERNS       = *.policy
sl@0: EXAMPLE_PATH           = 
sl@0: EXAMPLE_PATTERNS       = 
sl@0: EXAMPLE_RECURSIVE      = NO
sl@0: IMAGE_PATH             = 
sl@0: INPUT_FILTER           = 
sl@0: FILTER_SOURCE_FILES    = NO
sl@0: #---------------------------------------------------------------------------
sl@0: # configuration options related to source browsing
sl@0: #---------------------------------------------------------------------------
sl@0: SOURCE_BROWSER         = NO
sl@0: INLINE_SOURCES         = NO
sl@0: STRIP_CODE_COMMENTS    = YES
sl@0: REFERENCED_BY_RELATION = YES
sl@0: REFERENCES_RELATION    = YES
sl@0: VERBATIM_HEADERS       = YES
sl@0: #---------------------------------------------------------------------------
sl@0: # configuration options related to the alphabetical class index
sl@0: #---------------------------------------------------------------------------
sl@0: ALPHABETICAL_INDEX     = NO
sl@0: COLS_IN_ALPHA_INDEX    = 5
sl@0: IGNORE_PREFIX          = 
sl@0: #---------------------------------------------------------------------------
sl@0: # configuration options related to the HTML output
sl@0: #---------------------------------------------------------------------------
sl@0: GENERATE_HTML          = YES
sl@0: HTML_OUTPUT            = html
sl@0: HTML_FILE_EXTENSION    = .html
sl@0: HTML_HEADER            = 
sl@0: HTML_FOOTER            = 
sl@0: HTML_STYLESHEET        = 
sl@0: HTML_ALIGN_MEMBERS     = YES
sl@0: GENERATE_HTMLHELP      = NO
sl@0: CHM_FILE               = 
sl@0: HHC_LOCATION           = 
sl@0: GENERATE_CHI           = NO
sl@0: BINARY_TOC             = NO
sl@0: TOC_EXPAND             = NO
sl@0: DISABLE_INDEX          = NO
sl@0: ENUM_VALUES_PER_LINE   = 2
sl@0: GENERATE_TREEVIEW      = NO
sl@0: TREEVIEW_WIDTH         = 250
sl@0: #---------------------------------------------------------------------------
sl@0: # configuration options related to the LaTeX output
sl@0: #---------------------------------------------------------------------------
sl@0: GENERATE_LATEX         = NO
sl@0: LATEX_OUTPUT           = latex
sl@0: LATEX_CMD_NAME         = latex
sl@0: MAKEINDEX_CMD_NAME     = makeindex
sl@0: COMPACT_LATEX          = NO
sl@0: PAPER_TYPE             = a4wide
sl@0: EXTRA_PACKAGES         = 
sl@0: LATEX_HEADER           = 
sl@0: PDF_HYPERLINKS         = NO
sl@0: USE_PDFLATEX           = NO
sl@0: LATEX_BATCHMODE        = NO
sl@0: LATEX_HIDE_INDICES     = NO
sl@0: #---------------------------------------------------------------------------
sl@0: # configuration options related to the RTF output
sl@0: #---------------------------------------------------------------------------
sl@0: GENERATE_RTF           = YES
sl@0: RTF_OUTPUT             = rtf
sl@0: COMPACT_RTF            = YES
sl@0: RTF_HYPERLINKS         = NO
sl@0: RTF_STYLESHEET_FILE    = 
sl@0: RTF_EXTENSIONS_FILE    = 
sl@0: #---------------------------------------------------------------------------
sl@0: # configuration options related to the man page output
sl@0: #---------------------------------------------------------------------------
sl@0: GENERATE_MAN           = NO
sl@0: MAN_OUTPUT             = man
sl@0: MAN_EXTENSION          = .3
sl@0: MAN_LINKS              = NO
sl@0: #---------------------------------------------------------------------------
sl@0: # configuration options related to the XML output
sl@0: #---------------------------------------------------------------------------
sl@0: GENERATE_XML           = NO
sl@0: XML_OUTPUT             = xml
sl@0: XML_SCHEMA             = 
sl@0: XML_DTD                = 
sl@0: XML_PROGRAMLISTING     = YES
sl@0: #---------------------------------------------------------------------------
sl@0: # configuration options for the AutoGen Definitions output
sl@0: #---------------------------------------------------------------------------
sl@0: GENERATE_AUTOGEN_DEF   = NO
sl@0: #---------------------------------------------------------------------------
sl@0: # configuration options related to the Perl module output
sl@0: #---------------------------------------------------------------------------
sl@0: GENERATE_PERLMOD       = NO
sl@0: PERLMOD_LATEX          = NO
sl@0: PERLMOD_PRETTY         = YES
sl@0: PERLMOD_MAKEVAR_PREFIX = 
sl@0: #---------------------------------------------------------------------------
sl@0: # Configuration options related to the preprocessor   
sl@0: #---------------------------------------------------------------------------
sl@0: ENABLE_PREPROCESSING   = YES
sl@0: MACRO_EXPANSION        = YES
sl@0: EXPAND_ONLY_PREDEF     = YES
sl@0: SEARCH_INCLUDES        = YES
sl@0: INCLUDE_PATH           = 
sl@0: INCLUDE_FILE_PATTERNS  = 
sl@0: PREDEFINED             = "NONSHARABLE_CLASS(name)=class name" \
sl@0: 			 "IMPORT_C="
sl@0: EXPAND_AS_DEFINED      = 
sl@0: SKIP_FUNCTION_MACROS   = NO
sl@0: #---------------------------------------------------------------------------
sl@0: # Configuration::additions related to external references   
sl@0: #---------------------------------------------------------------------------
sl@0: TAGFILES               = 
sl@0: GENERATE_TAGFILE       = 
sl@0: ALLEXTERNALS           = NO
sl@0: EXTERNAL_GROUPS        = YES
sl@0: PERL_PATH              = /usr/bin/perl
sl@0: #---------------------------------------------------------------------------
sl@0: # Configuration options related to the dot tool   
sl@0: #---------------------------------------------------------------------------
sl@0: CLASS_DIAGRAMS         = YES
sl@0: HIDE_UNDOC_RELATIONS   = YES
sl@0: HAVE_DOT               = NO
sl@0: CLASS_GRAPH            = YES
sl@0: COLLABORATION_GRAPH    = YES
sl@0: UML_LOOK               = NO
sl@0: TEMPLATE_RELATIONS     = YES
sl@0: INCLUDE_GRAPH          = YES
sl@0: INCLUDED_BY_GRAPH      = YES
sl@0: CALL_GRAPH             = NO
sl@0: GRAPHICAL_HIERARCHY    = YES
sl@0: DOT_IMAGE_FORMAT       = png
sl@0: DOT_PATH               = 
sl@0: DOTFILE_DIRS           = 
sl@0: MAX_DOT_GRAPH_WIDTH    = 1024
sl@0: MAX_DOT_GRAPH_HEIGHT   = 1024
sl@0: MAX_DOT_GRAPH_DEPTH    = 0
sl@0: GENERATE_LEGEND        = YES
sl@0: DOT_CLEANUP            = YES
sl@0: #---------------------------------------------------------------------------
sl@0: # Configuration::additions related to the search engine   
sl@0: #---------------------------------------------------------------------------
sl@0: SEARCHENGINE           = NO