c++/POSIXoveFronty/dokumentace/doxygen
author František Kučera <franta-hg@frantovo.cz>
Mon, 07 May 2012 14:05:26 +0200
changeset 17 a594ee3c93a5
parent 11 481514f85b3a
permissions -rw-r--r--
Perlovský skript pro výpis /etc/fstab v XML formátu.
franta-hg@11
     1
# Doxyfile 1.5.6
franta-hg@11
     2
franta-hg@11
     3
#---------------------------------------------------------------------------
franta-hg@11
     4
# Project related configuration options
franta-hg@11
     5
#---------------------------------------------------------------------------
franta-hg@11
     6
DOXYFILE_ENCODING      = UTF-8
franta-hg@11
     7
PROJECT_NAME           = POSIXoveFronty
franta-hg@11
     8
PROJECT_NUMBER         = mq_fronty
franta-hg@11
     9
OUTPUT_DIRECTORY       = /home/fiki/src/Priklady/c++/POSIXoveFronty/dokumentace/
franta-hg@11
    10
CREATE_SUBDIRS         = NO
franta-hg@11
    11
OUTPUT_LANGUAGE        = Czech
franta-hg@11
    12
BRIEF_MEMBER_DESC      = YES
franta-hg@11
    13
REPEAT_BRIEF           = YES
franta-hg@11
    14
ABBREVIATE_BRIEF       = "The $name class" \
franta-hg@11
    15
                         "The $name widget" \
franta-hg@11
    16
                         "The $name file" \
franta-hg@11
    17
                         is \
franta-hg@11
    18
                         provides \
franta-hg@11
    19
                         specifies \
franta-hg@11
    20
                         contains \
franta-hg@11
    21
                         represents \
franta-hg@11
    22
                         a \
franta-hg@11
    23
                         an \
franta-hg@11
    24
                         the
franta-hg@11
    25
ALWAYS_DETAILED_SEC    = NO
franta-hg@11
    26
INLINE_INHERITED_MEMB  = NO
franta-hg@11
    27
FULL_PATH_NAMES        = YES
franta-hg@11
    28
STRIP_FROM_PATH        = /home/fiki/src/Priklady/c++/POSIXoveFronty/
franta-hg@11
    29
STRIP_FROM_INC_PATH    = 
franta-hg@11
    30
SHORT_NAMES            = NO
franta-hg@11
    31
JAVADOC_AUTOBRIEF      = NO
franta-hg@11
    32
QT_AUTOBRIEF           = NO
franta-hg@11
    33
MULTILINE_CPP_IS_BRIEF = NO
franta-hg@11
    34
DETAILS_AT_TOP         = NO
franta-hg@11
    35
INHERIT_DOCS           = YES
franta-hg@11
    36
SEPARATE_MEMBER_PAGES  = NO
franta-hg@11
    37
TAB_SIZE               = 8
franta-hg@11
    38
ALIASES                = 
franta-hg@11
    39
OPTIMIZE_OUTPUT_FOR_C  = NO
franta-hg@11
    40
OPTIMIZE_OUTPUT_JAVA   = NO
franta-hg@11
    41
OPTIMIZE_FOR_FORTRAN   = NO
franta-hg@11
    42
OPTIMIZE_OUTPUT_VHDL   = NO
franta-hg@11
    43
BUILTIN_STL_SUPPORT    = NO
franta-hg@11
    44
CPP_CLI_SUPPORT        = NO
franta-hg@11
    45
SIP_SUPPORT            = NO
franta-hg@11
    46
IDL_PROPERTY_SUPPORT   = YES
franta-hg@11
    47
DISTRIBUTE_GROUP_DOC   = NO
franta-hg@11
    48
SUBGROUPING            = YES
franta-hg@11
    49
TYPEDEF_HIDES_STRUCT   = NO
franta-hg@11
    50
#---------------------------------------------------------------------------
franta-hg@11
    51
# Build related configuration options
franta-hg@11
    52
#---------------------------------------------------------------------------
franta-hg@11
    53
EXTRACT_ALL            = YES
franta-hg@11
    54
EXTRACT_PRIVATE        = YES
franta-hg@11
    55
EXTRACT_STATIC         = YES
franta-hg@11
    56
EXTRACT_LOCAL_CLASSES  = YES
franta-hg@11
    57
EXTRACT_LOCAL_METHODS  = NO
franta-hg@11
    58
EXTRACT_ANON_NSPACES   = NO
franta-hg@11
    59
HIDE_UNDOC_MEMBERS     = NO
franta-hg@11
    60
HIDE_UNDOC_CLASSES     = NO
franta-hg@11
    61
HIDE_FRIEND_COMPOUNDS  = NO
franta-hg@11
    62
HIDE_IN_BODY_DOCS      = NO
franta-hg@11
    63
INTERNAL_DOCS          = NO
franta-hg@11
    64
CASE_SENSE_NAMES       = YES
franta-hg@11
    65
HIDE_SCOPE_NAMES       = NO
franta-hg@11
    66
SHOW_INCLUDE_FILES     = YES
franta-hg@11
    67
INLINE_INFO            = YES
franta-hg@11
    68
SORT_MEMBER_DOCS       = YES
franta-hg@11
    69
SORT_BRIEF_DOCS        = NO
franta-hg@11
    70
SORT_GROUP_NAMES       = NO
franta-hg@11
    71
SORT_BY_SCOPE_NAME     = NO
franta-hg@11
    72
GENERATE_TODOLIST      = YES
franta-hg@11
    73
GENERATE_TESTLIST      = YES
franta-hg@11
    74
GENERATE_BUGLIST       = YES
franta-hg@11
    75
GENERATE_DEPRECATEDLIST= YES
franta-hg@11
    76
ENABLED_SECTIONS       = 
franta-hg@11
    77
MAX_INITIALIZER_LINES  = 30
franta-hg@11
    78
SHOW_USED_FILES        = YES
franta-hg@11
    79
SHOW_DIRECTORIES       = NO
franta-hg@11
    80
SHOW_FILES             = YES
franta-hg@11
    81
SHOW_NAMESPACES        = YES
franta-hg@11
    82
FILE_VERSION_FILTER    = 
franta-hg@11
    83
#---------------------------------------------------------------------------
franta-hg@11
    84
# configuration options related to warning and progress messages
franta-hg@11
    85
#---------------------------------------------------------------------------
franta-hg@11
    86
QUIET                  = NO
franta-hg@11
    87
WARNINGS               = YES
franta-hg@11
    88
WARN_IF_UNDOCUMENTED   = YES
franta-hg@11
    89
WARN_IF_DOC_ERROR      = YES
franta-hg@11
    90
WARN_NO_PARAMDOC       = NO
franta-hg@11
    91
WARN_FORMAT            = "$file:$line: $text"
franta-hg@11
    92
WARN_LOGFILE           = 
franta-hg@11
    93
#---------------------------------------------------------------------------
franta-hg@11
    94
# configuration options related to the input files
franta-hg@11
    95
#---------------------------------------------------------------------------
franta-hg@11
    96
INPUT                  = /home/fiki/src/Priklady/c++/POSIXoveFronty/Fronta/
franta-hg@11
    97
INPUT_ENCODING         = UTF-8
franta-hg@11
    98
FILE_PATTERNS          = *.c \
franta-hg@11
    99
                         *.cc \
franta-hg@11
   100
                         *.cxx \
franta-hg@11
   101
                         *.cpp \
franta-hg@11
   102
                         *.c++ \
franta-hg@11
   103
                         *.d \
franta-hg@11
   104
                         *.java \
franta-hg@11
   105
                         *.ii \
franta-hg@11
   106
                         *.ixx \
franta-hg@11
   107
                         *.ipp \
franta-hg@11
   108
                         *.i++ \
franta-hg@11
   109
                         *.inl \
franta-hg@11
   110
                         *.h \
franta-hg@11
   111
                         *.hh \
franta-hg@11
   112
                         *.hxx \
franta-hg@11
   113
                         *.hpp \
franta-hg@11
   114
                         *.h++ \
franta-hg@11
   115
                         *.idl \
franta-hg@11
   116
                         *.odl \
franta-hg@11
   117
                         *.cs \
franta-hg@11
   118
                         *.php \
franta-hg@11
   119
                         *.php3 \
franta-hg@11
   120
                         *.inc \
franta-hg@11
   121
                         *.m \
franta-hg@11
   122
                         *.mm \
franta-hg@11
   123
                         *.dox \
franta-hg@11
   124
                         *.py \
franta-hg@11
   125
                         *.f90 \
franta-hg@11
   126
                         *.f \
franta-hg@11
   127
                         *.vhd \
franta-hg@11
   128
                         *.vhdl \
franta-hg@11
   129
                         *.C \
franta-hg@11
   130
                         *.CC \
franta-hg@11
   131
                         *.C++ \
franta-hg@11
   132
                         *.II \
franta-hg@11
   133
                         *.I++ \
franta-hg@11
   134
                         *.H \
franta-hg@11
   135
                         *.HH \
franta-hg@11
   136
                         *.H++ \
franta-hg@11
   137
                         *.CS \
franta-hg@11
   138
                         *.PHP \
franta-hg@11
   139
                         *.PHP3 \
franta-hg@11
   140
                         *.M \
franta-hg@11
   141
                         *.MM \
franta-hg@11
   142
                         *.PY \
franta-hg@11
   143
                         *.F90 \
franta-hg@11
   144
                         *.F \
franta-hg@11
   145
                         *.VHD \
franta-hg@11
   146
                         *.VHDL
franta-hg@11
   147
RECURSIVE              = NO
franta-hg@11
   148
EXCLUDE                = 
franta-hg@11
   149
EXCLUDE_SYMLINKS       = NO
franta-hg@11
   150
EXCLUDE_PATTERNS       = 
franta-hg@11
   151
EXCLUDE_SYMBOLS        = 
franta-hg@11
   152
EXAMPLE_PATH           = 
franta-hg@11
   153
EXAMPLE_PATTERNS       = *
franta-hg@11
   154
EXAMPLE_RECURSIVE      = NO
franta-hg@11
   155
IMAGE_PATH             = 
franta-hg@11
   156
INPUT_FILTER           = 
franta-hg@11
   157
FILTER_PATTERNS        = 
franta-hg@11
   158
FILTER_SOURCE_FILES    = NO
franta-hg@11
   159
#---------------------------------------------------------------------------
franta-hg@11
   160
# configuration options related to source browsing
franta-hg@11
   161
#---------------------------------------------------------------------------
franta-hg@11
   162
SOURCE_BROWSER         = YES
franta-hg@11
   163
INLINE_SOURCES         = NO
franta-hg@11
   164
STRIP_CODE_COMMENTS    = YES
franta-hg@11
   165
REFERENCED_BY_RELATION = YES
franta-hg@11
   166
REFERENCES_RELATION    = YES
franta-hg@11
   167
REFERENCES_LINK_SOURCE = YES
franta-hg@11
   168
USE_HTAGS              = NO
franta-hg@11
   169
VERBATIM_HEADERS       = YES
franta-hg@11
   170
#---------------------------------------------------------------------------
franta-hg@11
   171
# configuration options related to the alphabetical class index
franta-hg@11
   172
#---------------------------------------------------------------------------
franta-hg@11
   173
ALPHABETICAL_INDEX     = NO
franta-hg@11
   174
COLS_IN_ALPHA_INDEX    = 5
franta-hg@11
   175
IGNORE_PREFIX          = 
franta-hg@11
   176
#---------------------------------------------------------------------------
franta-hg@11
   177
# configuration options related to the HTML output
franta-hg@11
   178
#---------------------------------------------------------------------------
franta-hg@11
   179
GENERATE_HTML          = YES
franta-hg@11
   180
HTML_OUTPUT            = html
franta-hg@11
   181
HTML_FILE_EXTENSION    = .html
franta-hg@11
   182
HTML_HEADER            = 
franta-hg@11
   183
HTML_FOOTER            = 
franta-hg@11
   184
HTML_STYLESHEET        = 
franta-hg@11
   185
HTML_ALIGN_MEMBERS     = YES
franta-hg@11
   186
GENERATE_HTMLHELP      = NO
franta-hg@11
   187
GENERATE_DOCSET        = NO
franta-hg@11
   188
DOCSET_FEEDNAME        = "Doxygen generated docs"
franta-hg@11
   189
DOCSET_BUNDLE_ID       = org.doxygen.Project
franta-hg@11
   190
HTML_DYNAMIC_SECTIONS  = NO
franta-hg@11
   191
CHM_FILE               = 
franta-hg@11
   192
HHC_LOCATION           = 
franta-hg@11
   193
GENERATE_CHI           = NO
franta-hg@11
   194
CHM_INDEX_ENCODING     = 
franta-hg@11
   195
BINARY_TOC             = NO
franta-hg@11
   196
TOC_EXPAND             = NO
franta-hg@11
   197
DISABLE_INDEX          = NO
franta-hg@11
   198
ENUM_VALUES_PER_LINE   = 4
franta-hg@11
   199
GENERATE_TREEVIEW      = NONE
franta-hg@11
   200
TREEVIEW_WIDTH         = 250
franta-hg@11
   201
FORMULA_FONTSIZE       = 10
franta-hg@11
   202
#---------------------------------------------------------------------------
franta-hg@11
   203
# configuration options related to the LaTeX output
franta-hg@11
   204
#---------------------------------------------------------------------------
franta-hg@11
   205
GENERATE_LATEX         = YES
franta-hg@11
   206
LATEX_OUTPUT           = latex
franta-hg@11
   207
LATEX_CMD_NAME         = latex
franta-hg@11
   208
MAKEINDEX_CMD_NAME     = makeindex
franta-hg@11
   209
COMPACT_LATEX          = NO
franta-hg@11
   210
PAPER_TYPE             = a4wide
franta-hg@11
   211
EXTRA_PACKAGES         = 
franta-hg@11
   212
LATEX_HEADER           = 
franta-hg@11
   213
PDF_HYPERLINKS         = YES
franta-hg@11
   214
USE_PDFLATEX           = YES
franta-hg@11
   215
LATEX_BATCHMODE        = NO
franta-hg@11
   216
LATEX_HIDE_INDICES     = NO
franta-hg@11
   217
#---------------------------------------------------------------------------
franta-hg@11
   218
# configuration options related to the RTF output
franta-hg@11
   219
#---------------------------------------------------------------------------
franta-hg@11
   220
GENERATE_RTF           = NO
franta-hg@11
   221
RTF_OUTPUT             = rtf
franta-hg@11
   222
COMPACT_RTF            = NO
franta-hg@11
   223
RTF_HYPERLINKS         = NO
franta-hg@11
   224
RTF_STYLESHEET_FILE    = 
franta-hg@11
   225
RTF_EXTENSIONS_FILE    = 
franta-hg@11
   226
#---------------------------------------------------------------------------
franta-hg@11
   227
# configuration options related to the man page output
franta-hg@11
   228
#---------------------------------------------------------------------------
franta-hg@11
   229
GENERATE_MAN           = YES
franta-hg@11
   230
MAN_OUTPUT             = man
franta-hg@11
   231
MAN_EXTENSION          = .3
franta-hg@11
   232
MAN_LINKS              = NO
franta-hg@11
   233
#---------------------------------------------------------------------------
franta-hg@11
   234
# configuration options related to the XML output
franta-hg@11
   235
#---------------------------------------------------------------------------
franta-hg@11
   236
GENERATE_XML           = NO
franta-hg@11
   237
XML_OUTPUT             = xml
franta-hg@11
   238
XML_SCHEMA             = 
franta-hg@11
   239
XML_DTD                = 
franta-hg@11
   240
XML_PROGRAMLISTING     = YES
franta-hg@11
   241
#---------------------------------------------------------------------------
franta-hg@11
   242
# configuration options for the AutoGen Definitions output
franta-hg@11
   243
#---------------------------------------------------------------------------
franta-hg@11
   244
GENERATE_AUTOGEN_DEF   = NO
franta-hg@11
   245
#---------------------------------------------------------------------------
franta-hg@11
   246
# configuration options related to the Perl module output
franta-hg@11
   247
#---------------------------------------------------------------------------
franta-hg@11
   248
GENERATE_PERLMOD       = NO
franta-hg@11
   249
PERLMOD_LATEX          = NO
franta-hg@11
   250
PERLMOD_PRETTY         = YES
franta-hg@11
   251
PERLMOD_MAKEVAR_PREFIX = 
franta-hg@11
   252
#---------------------------------------------------------------------------
franta-hg@11
   253
# Configuration options related to the preprocessor   
franta-hg@11
   254
#---------------------------------------------------------------------------
franta-hg@11
   255
ENABLE_PREPROCESSING   = YES
franta-hg@11
   256
MACRO_EXPANSION        = NO
franta-hg@11
   257
EXPAND_ONLY_PREDEF     = NO
franta-hg@11
   258
SEARCH_INCLUDES        = YES
franta-hg@11
   259
INCLUDE_PATH           = 
franta-hg@11
   260
INCLUDE_FILE_PATTERNS  = 
franta-hg@11
   261
PREDEFINED             = 
franta-hg@11
   262
EXPAND_AS_DEFINED      = 
franta-hg@11
   263
SKIP_FUNCTION_MACROS   = YES
franta-hg@11
   264
#---------------------------------------------------------------------------
franta-hg@11
   265
# Configuration::additions related to external references   
franta-hg@11
   266
#---------------------------------------------------------------------------
franta-hg@11
   267
TAGFILES               = 
franta-hg@11
   268
GENERATE_TAGFILE       = 
franta-hg@11
   269
ALLEXTERNALS           = NO
franta-hg@11
   270
EXTERNAL_GROUPS        = YES
franta-hg@11
   271
PERL_PATH              = /usr/bin/perl
franta-hg@11
   272
#---------------------------------------------------------------------------
franta-hg@11
   273
# Configuration options related to the dot tool   
franta-hg@11
   274
#---------------------------------------------------------------------------
franta-hg@11
   275
CLASS_DIAGRAMS         = NO
franta-hg@11
   276
MSCGEN_PATH            = 
franta-hg@11
   277
HIDE_UNDOC_RELATIONS   = YES
franta-hg@11
   278
HAVE_DOT               = YES
franta-hg@11
   279
DOT_FONTNAME           = FreeSans
franta-hg@11
   280
DOT_FONTPATH           = 
franta-hg@11
   281
CLASS_GRAPH            = YES
franta-hg@11
   282
COLLABORATION_GRAPH    = YES
franta-hg@11
   283
GROUP_GRAPHS           = YES
franta-hg@11
   284
UML_LOOK               = NO
franta-hg@11
   285
TEMPLATE_RELATIONS     = NO
franta-hg@11
   286
INCLUDE_GRAPH          = YES
franta-hg@11
   287
INCLUDED_BY_GRAPH      = YES
franta-hg@11
   288
CALL_GRAPH             = YES
franta-hg@11
   289
CALLER_GRAPH           = NO
franta-hg@11
   290
GRAPHICAL_HIERARCHY    = YES
franta-hg@11
   291
DIRECTORY_GRAPH        = YES
franta-hg@11
   292
DOT_IMAGE_FORMAT       = png
franta-hg@11
   293
DOT_PATH               = 
franta-hg@11
   294
DOTFILE_DIRS           = 
franta-hg@11
   295
DOT_GRAPH_MAX_NODES    = 50
franta-hg@11
   296
MAX_DOT_GRAPH_DEPTH    = 1000
franta-hg@11
   297
DOT_TRANSPARENT        = YES
franta-hg@11
   298
DOT_MULTI_TARGETS      = NO
franta-hg@11
   299
GENERATE_LEGEND        = YES
franta-hg@11
   300
DOT_CLEANUP            = YES
franta-hg@11
   301
#---------------------------------------------------------------------------
franta-hg@11
   302
# Configuration::additions related to the search engine   
franta-hg@11
   303
#---------------------------------------------------------------------------
franta-hg@11
   304
SEARCHENGINE           = NO