1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/lowlevellibsandfws/genericusabilitylib/group/euserhl.cfg Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,221 @@
1.4 +# Doxyfile
1.5 +
1.6 +#---------------------------------------------------------------------------
1.7 +# Project related configuration options
1.8 +#---------------------------------------------------------------------------
1.9 +PROJECT_NAME = "EUserHl Library Documentation"
1.10 +PROJECT_NUMBER =
1.11 +OUTPUT_DIRECTORY = ../generated
1.12 +OUTPUT_LANGUAGE = English
1.13 +USE_WINDOWS_ENCODING = YES
1.14 +BRIEF_MEMBER_DESC = YES
1.15 +REPEAT_BRIEF = YES
1.16 +ALWAYS_DETAILED_SEC = NO
1.17 +INLINE_INHERITED_MEMB = NO
1.18 +FULL_PATH_NAMES = NO
1.19 +STRIP_FROM_PATH =
1.20 +SHORT_NAMES = NO
1.21 +JAVADOC_AUTOBRIEF = YES
1.22 +MULTILINE_CPP_IS_BRIEF = NO
1.23 +DETAILS_AT_TOP = NO
1.24 +INHERIT_DOCS = YES
1.25 +TAB_SIZE = 8
1.26 +ALIASES = "publishedAll=@par Interface: publishedAll\n" \
1.27 + "publishedPartner=@par Interface: publishedPartner\n" \
1.28 + "internalAll=@par Interface: internalAll\n" \
1.29 + "internalComponent=@par Interface: internalComponent\n" \
1.30 + "internalTechnology=@par Interface: internalTechnology\n" \
1.31 + "prototype=@par Interface: prototype\n" \
1.32 + "interim=@par Interface: interim\n" \
1.33 + "released=@par Interface: released\n" \
1.34 + "deprecated=@par Interface: deprecated\n" \
1.35 + "removed=@par Interface: removed\n" \
1.36 + "notsupported=@par Method not supported\n" \
1.37 + "notapplicable=@par Method not applicable\n" \
1.38 + "capability=@par Capability: \n" \
1.39 + "leave=@par Leave: \n" \
1.40 + "panic=@par Panic: \n" \
1.41 + "SYMPurpose=@par File Purpose: \n"
1.42 +OPTIMIZE_OUTPUT_FOR_C = NO
1.43 +OPTIMIZE_OUTPUT_JAVA = NO
1.44 +DISTRIBUTE_GROUP_DOC = NO
1.45 +#---------------------------------------------------------------------------
1.46 +# Build related configuration options
1.47 +#---------------------------------------------------------------------------
1.48 +EXTRACT_ALL = NO
1.49 +EXTRACT_PRIVATE = NO
1.50 +EXTRACT_STATIC = YES
1.51 +EXTRACT_LOCAL_CLASSES = NO
1.52 +HIDE_UNDOC_MEMBERS = NO
1.53 +HIDE_UNDOC_CLASSES = YES
1.54 +HIDE_FRIEND_COMPOUNDS = NO
1.55 +HIDE_IN_BODY_DOCS = YES
1.56 +INTERNAL_DOCS = NO
1.57 +CASE_SENSE_NAMES = YES
1.58 +HIDE_SCOPE_NAMES = NO
1.59 +SHOW_INCLUDE_FILES = YES
1.60 +INLINE_INFO = YES
1.61 +SORT_MEMBER_DOCS = NO
1.62 +GENERATE_TODOLIST = YES
1.63 +GENERATE_TESTLIST = NO
1.64 +GENERATE_BUGLIST = NO
1.65 +GENERATE_DEPRECATEDLIST= YES
1.66 +ENABLED_SECTIONS =
1.67 +MAX_INITIALIZER_LINES = 30
1.68 +SHOW_USED_FILES = YES
1.69 +#---------------------------------------------------------------------------
1.70 +# configuration options related to warning and progress messages
1.71 +#---------------------------------------------------------------------------
1.72 +QUIET = NO
1.73 +WARNINGS = YES
1.74 +WARN_IF_UNDOCUMENTED = YES
1.75 +WARN_IF_DOC_ERROR = YES
1.76 +WARN_FORMAT = "$file:$line: $text"
1.77 +WARN_LOGFILE =
1.78 +#---------------------------------------------------------------------------
1.79 +# configuration options related to the input files
1.80 +#---------------------------------------------------------------------------
1.81 +INPUT = ../documentation/dox ../inc ../src
1.82 +FILE_PATTERNS = *.h *.cpp *.dox
1.83 +RECURSIVE = YES
1.84 +EXCLUDE =
1.85 +EXCLUDE_SYMLINKS = NO
1.86 +EXCLUDE_PATTERNS = *.policy
1.87 +EXAMPLE_PATH =
1.88 +EXAMPLE_PATTERNS =
1.89 +EXAMPLE_RECURSIVE = NO
1.90 +IMAGE_PATH =
1.91 +INPUT_FILTER =
1.92 +FILTER_SOURCE_FILES = NO
1.93 +#---------------------------------------------------------------------------
1.94 +# configuration options related to source browsing
1.95 +#---------------------------------------------------------------------------
1.96 +SOURCE_BROWSER = NO
1.97 +INLINE_SOURCES = NO
1.98 +STRIP_CODE_COMMENTS = YES
1.99 +REFERENCED_BY_RELATION = YES
1.100 +REFERENCES_RELATION = YES
1.101 +VERBATIM_HEADERS = YES
1.102 +#---------------------------------------------------------------------------
1.103 +# configuration options related to the alphabetical class index
1.104 +#---------------------------------------------------------------------------
1.105 +ALPHABETICAL_INDEX = NO
1.106 +COLS_IN_ALPHA_INDEX = 5
1.107 +IGNORE_PREFIX =
1.108 +#---------------------------------------------------------------------------
1.109 +# configuration options related to the HTML output
1.110 +#---------------------------------------------------------------------------
1.111 +GENERATE_HTML = YES
1.112 +HTML_OUTPUT = html
1.113 +HTML_FILE_EXTENSION = .html
1.114 +HTML_HEADER =
1.115 +HTML_FOOTER =
1.116 +HTML_STYLESHEET =
1.117 +HTML_ALIGN_MEMBERS = YES
1.118 +GENERATE_HTMLHELP = NO
1.119 +CHM_FILE =
1.120 +HHC_LOCATION =
1.121 +GENERATE_CHI = NO
1.122 +BINARY_TOC = NO
1.123 +TOC_EXPAND = NO
1.124 +DISABLE_INDEX = NO
1.125 +ENUM_VALUES_PER_LINE = 2
1.126 +GENERATE_TREEVIEW = NO
1.127 +TREEVIEW_WIDTH = 250
1.128 +#---------------------------------------------------------------------------
1.129 +# configuration options related to the LaTeX output
1.130 +#---------------------------------------------------------------------------
1.131 +GENERATE_LATEX = NO
1.132 +LATEX_OUTPUT = latex
1.133 +LATEX_CMD_NAME = latex
1.134 +MAKEINDEX_CMD_NAME = makeindex
1.135 +COMPACT_LATEX = NO
1.136 +PAPER_TYPE = a4wide
1.137 +EXTRA_PACKAGES =
1.138 +LATEX_HEADER =
1.139 +PDF_HYPERLINKS = NO
1.140 +USE_PDFLATEX = NO
1.141 +LATEX_BATCHMODE = NO
1.142 +LATEX_HIDE_INDICES = NO
1.143 +#---------------------------------------------------------------------------
1.144 +# configuration options related to the RTF output
1.145 +#---------------------------------------------------------------------------
1.146 +GENERATE_RTF = YES
1.147 +RTF_OUTPUT = rtf
1.148 +COMPACT_RTF = YES
1.149 +RTF_HYPERLINKS = NO
1.150 +RTF_STYLESHEET_FILE =
1.151 +RTF_EXTENSIONS_FILE =
1.152 +#---------------------------------------------------------------------------
1.153 +# configuration options related to the man page output
1.154 +#---------------------------------------------------------------------------
1.155 +GENERATE_MAN = NO
1.156 +MAN_OUTPUT = man
1.157 +MAN_EXTENSION = .3
1.158 +MAN_LINKS = NO
1.159 +#---------------------------------------------------------------------------
1.160 +# configuration options related to the XML output
1.161 +#---------------------------------------------------------------------------
1.162 +GENERATE_XML = NO
1.163 +XML_OUTPUT = xml
1.164 +XML_SCHEMA =
1.165 +XML_DTD =
1.166 +XML_PROGRAMLISTING = YES
1.167 +#---------------------------------------------------------------------------
1.168 +# configuration options for the AutoGen Definitions output
1.169 +#---------------------------------------------------------------------------
1.170 +GENERATE_AUTOGEN_DEF = NO
1.171 +#---------------------------------------------------------------------------
1.172 +# configuration options related to the Perl module output
1.173 +#---------------------------------------------------------------------------
1.174 +GENERATE_PERLMOD = NO
1.175 +PERLMOD_LATEX = NO
1.176 +PERLMOD_PRETTY = YES
1.177 +PERLMOD_MAKEVAR_PREFIX =
1.178 +#---------------------------------------------------------------------------
1.179 +# Configuration options related to the preprocessor
1.180 +#---------------------------------------------------------------------------
1.181 +ENABLE_PREPROCESSING = YES
1.182 +MACRO_EXPANSION = YES
1.183 +EXPAND_ONLY_PREDEF = YES
1.184 +SEARCH_INCLUDES = YES
1.185 +INCLUDE_PATH =
1.186 +INCLUDE_FILE_PATTERNS =
1.187 +PREDEFINED = "NONSHARABLE_CLASS(name)=class name" \
1.188 + "IMPORT_C="
1.189 +EXPAND_AS_DEFINED =
1.190 +SKIP_FUNCTION_MACROS = NO
1.191 +#---------------------------------------------------------------------------
1.192 +# Configuration::additions related to external references
1.193 +#---------------------------------------------------------------------------
1.194 +TAGFILES =
1.195 +GENERATE_TAGFILE =
1.196 +ALLEXTERNALS = NO
1.197 +EXTERNAL_GROUPS = YES
1.198 +PERL_PATH = /usr/bin/perl
1.199 +#---------------------------------------------------------------------------
1.200 +# Configuration options related to the dot tool
1.201 +#---------------------------------------------------------------------------
1.202 +CLASS_DIAGRAMS = YES
1.203 +HIDE_UNDOC_RELATIONS = YES
1.204 +HAVE_DOT = NO
1.205 +CLASS_GRAPH = YES
1.206 +COLLABORATION_GRAPH = YES
1.207 +UML_LOOK = NO
1.208 +TEMPLATE_RELATIONS = YES
1.209 +INCLUDE_GRAPH = YES
1.210 +INCLUDED_BY_GRAPH = YES
1.211 +CALL_GRAPH = NO
1.212 +GRAPHICAL_HIERARCHY = YES
1.213 +DOT_IMAGE_FORMAT = png
1.214 +DOT_PATH =
1.215 +DOTFILE_DIRS =
1.216 +MAX_DOT_GRAPH_WIDTH = 1024
1.217 +MAX_DOT_GRAPH_HEIGHT = 1024
1.218 +MAX_DOT_GRAPH_DEPTH = 0
1.219 +GENERATE_LEGEND = YES
1.220 +DOT_CLEANUP = YES
1.221 +#---------------------------------------------------------------------------
1.222 +# Configuration::additions related to the search engine
1.223 +#---------------------------------------------------------------------------
1.224 +SEARCHENGINE = NO