franta-hg@11: # Doxyfile 1.5.6 franta-hg@11: franta-hg@11: #--------------------------------------------------------------------------- franta-hg@11: # Project related configuration options franta-hg@11: #--------------------------------------------------------------------------- franta-hg@11: DOXYFILE_ENCODING = UTF-8 franta-hg@11: PROJECT_NAME = POSIXoveFronty franta-hg@11: PROJECT_NUMBER = mq_fronty franta-hg@11: OUTPUT_DIRECTORY = /home/fiki/src/Priklady/c++/POSIXoveFronty/dokumentace/ franta-hg@11: CREATE_SUBDIRS = NO franta-hg@11: OUTPUT_LANGUAGE = Czech franta-hg@11: BRIEF_MEMBER_DESC = YES franta-hg@11: REPEAT_BRIEF = YES franta-hg@11: ABBREVIATE_BRIEF = "The $name class" \ franta-hg@11: "The $name widget" \ franta-hg@11: "The $name file" \ franta-hg@11: is \ franta-hg@11: provides \ franta-hg@11: specifies \ franta-hg@11: contains \ franta-hg@11: represents \ franta-hg@11: a \ franta-hg@11: an \ franta-hg@11: the franta-hg@11: ALWAYS_DETAILED_SEC = NO franta-hg@11: INLINE_INHERITED_MEMB = NO franta-hg@11: FULL_PATH_NAMES = YES franta-hg@11: STRIP_FROM_PATH = /home/fiki/src/Priklady/c++/POSIXoveFronty/ franta-hg@11: STRIP_FROM_INC_PATH = franta-hg@11: SHORT_NAMES = NO franta-hg@11: JAVADOC_AUTOBRIEF = NO franta-hg@11: QT_AUTOBRIEF = NO franta-hg@11: MULTILINE_CPP_IS_BRIEF = NO franta-hg@11: DETAILS_AT_TOP = NO franta-hg@11: INHERIT_DOCS = YES franta-hg@11: SEPARATE_MEMBER_PAGES = NO franta-hg@11: TAB_SIZE = 8 franta-hg@11: ALIASES = franta-hg@11: OPTIMIZE_OUTPUT_FOR_C = NO franta-hg@11: OPTIMIZE_OUTPUT_JAVA = NO franta-hg@11: OPTIMIZE_FOR_FORTRAN = NO franta-hg@11: OPTIMIZE_OUTPUT_VHDL = NO franta-hg@11: BUILTIN_STL_SUPPORT = NO franta-hg@11: CPP_CLI_SUPPORT = NO franta-hg@11: SIP_SUPPORT = NO franta-hg@11: IDL_PROPERTY_SUPPORT = YES franta-hg@11: DISTRIBUTE_GROUP_DOC = NO franta-hg@11: SUBGROUPING = YES franta-hg@11: TYPEDEF_HIDES_STRUCT = NO franta-hg@11: #--------------------------------------------------------------------------- franta-hg@11: # Build related configuration options franta-hg@11: #--------------------------------------------------------------------------- franta-hg@11: EXTRACT_ALL = YES franta-hg@11: EXTRACT_PRIVATE = YES franta-hg@11: EXTRACT_STATIC = YES franta-hg@11: EXTRACT_LOCAL_CLASSES = YES franta-hg@11: EXTRACT_LOCAL_METHODS = NO franta-hg@11: EXTRACT_ANON_NSPACES = NO franta-hg@11: HIDE_UNDOC_MEMBERS = NO franta-hg@11: HIDE_UNDOC_CLASSES = NO franta-hg@11: HIDE_FRIEND_COMPOUNDS = NO franta-hg@11: HIDE_IN_BODY_DOCS = NO franta-hg@11: INTERNAL_DOCS = NO franta-hg@11: CASE_SENSE_NAMES = YES franta-hg@11: HIDE_SCOPE_NAMES = NO franta-hg@11: SHOW_INCLUDE_FILES = YES franta-hg@11: INLINE_INFO = YES franta-hg@11: SORT_MEMBER_DOCS = YES franta-hg@11: SORT_BRIEF_DOCS = NO franta-hg@11: SORT_GROUP_NAMES = NO franta-hg@11: SORT_BY_SCOPE_NAME = NO franta-hg@11: GENERATE_TODOLIST = YES franta-hg@11: GENERATE_TESTLIST = YES franta-hg@11: GENERATE_BUGLIST = YES franta-hg@11: GENERATE_DEPRECATEDLIST= YES franta-hg@11: ENABLED_SECTIONS = franta-hg@11: MAX_INITIALIZER_LINES = 30 franta-hg@11: SHOW_USED_FILES = YES franta-hg@11: SHOW_DIRECTORIES = NO franta-hg@11: SHOW_FILES = YES franta-hg@11: SHOW_NAMESPACES = YES franta-hg@11: FILE_VERSION_FILTER = franta-hg@11: #--------------------------------------------------------------------------- franta-hg@11: # configuration options related to warning and progress messages franta-hg@11: #--------------------------------------------------------------------------- franta-hg@11: QUIET = NO franta-hg@11: WARNINGS = YES franta-hg@11: WARN_IF_UNDOCUMENTED = YES franta-hg@11: WARN_IF_DOC_ERROR = YES franta-hg@11: WARN_NO_PARAMDOC = NO franta-hg@11: WARN_FORMAT = "$file:$line: $text" franta-hg@11: WARN_LOGFILE = franta-hg@11: #--------------------------------------------------------------------------- franta-hg@11: # configuration options related to the input files franta-hg@11: #--------------------------------------------------------------------------- franta-hg@11: INPUT = /home/fiki/src/Priklady/c++/POSIXoveFronty/Fronta/ franta-hg@11: INPUT_ENCODING = UTF-8 franta-hg@11: FILE_PATTERNS = *.c \ franta-hg@11: *.cc \ franta-hg@11: *.cxx \ franta-hg@11: *.cpp \ franta-hg@11: *.c++ \ franta-hg@11: *.d \ franta-hg@11: *.java \ franta-hg@11: *.ii \ franta-hg@11: *.ixx \ franta-hg@11: *.ipp \ franta-hg@11: *.i++ \ franta-hg@11: *.inl \ franta-hg@11: *.h \ franta-hg@11: *.hh \ franta-hg@11: *.hxx \ franta-hg@11: *.hpp \ franta-hg@11: *.h++ \ franta-hg@11: *.idl \ franta-hg@11: *.odl \ franta-hg@11: *.cs \ franta-hg@11: *.php \ franta-hg@11: *.php3 \ franta-hg@11: *.inc \ franta-hg@11: *.m \ franta-hg@11: *.mm \ franta-hg@11: *.dox \ franta-hg@11: *.py \ franta-hg@11: *.f90 \ franta-hg@11: *.f \ franta-hg@11: *.vhd \ franta-hg@11: *.vhdl \ franta-hg@11: *.C \ franta-hg@11: *.CC \ franta-hg@11: *.C++ \ franta-hg@11: *.II \ franta-hg@11: *.I++ \ franta-hg@11: *.H \ franta-hg@11: *.HH \ franta-hg@11: *.H++ \ franta-hg@11: *.CS \ franta-hg@11: *.PHP \ franta-hg@11: *.PHP3 \ franta-hg@11: *.M \ franta-hg@11: *.MM \ franta-hg@11: *.PY \ franta-hg@11: *.F90 \ franta-hg@11: *.F \ franta-hg@11: *.VHD \ franta-hg@11: *.VHDL franta-hg@11: RECURSIVE = NO franta-hg@11: EXCLUDE = franta-hg@11: EXCLUDE_SYMLINKS = NO franta-hg@11: EXCLUDE_PATTERNS = franta-hg@11: EXCLUDE_SYMBOLS = franta-hg@11: EXAMPLE_PATH = franta-hg@11: EXAMPLE_PATTERNS = * franta-hg@11: EXAMPLE_RECURSIVE = NO franta-hg@11: IMAGE_PATH = franta-hg@11: INPUT_FILTER = franta-hg@11: FILTER_PATTERNS = franta-hg@11: FILTER_SOURCE_FILES = NO franta-hg@11: #--------------------------------------------------------------------------- franta-hg@11: # configuration options related to source browsing franta-hg@11: #--------------------------------------------------------------------------- franta-hg@11: SOURCE_BROWSER = YES franta-hg@11: INLINE_SOURCES = NO franta-hg@11: STRIP_CODE_COMMENTS = YES franta-hg@11: REFERENCED_BY_RELATION = YES franta-hg@11: REFERENCES_RELATION = YES franta-hg@11: REFERENCES_LINK_SOURCE = YES franta-hg@11: USE_HTAGS = NO franta-hg@11: VERBATIM_HEADERS = YES franta-hg@11: #--------------------------------------------------------------------------- franta-hg@11: # configuration options related to the alphabetical class index franta-hg@11: #--------------------------------------------------------------------------- franta-hg@11: ALPHABETICAL_INDEX = NO franta-hg@11: COLS_IN_ALPHA_INDEX = 5 franta-hg@11: IGNORE_PREFIX = franta-hg@11: #--------------------------------------------------------------------------- franta-hg@11: # configuration options related to the HTML output franta-hg@11: #--------------------------------------------------------------------------- franta-hg@11: GENERATE_HTML = YES franta-hg@11: HTML_OUTPUT = html franta-hg@11: HTML_FILE_EXTENSION = .html franta-hg@11: HTML_HEADER = franta-hg@11: HTML_FOOTER = franta-hg@11: HTML_STYLESHEET = franta-hg@11: HTML_ALIGN_MEMBERS = YES franta-hg@11: GENERATE_HTMLHELP = NO franta-hg@11: GENERATE_DOCSET = NO franta-hg@11: DOCSET_FEEDNAME = "Doxygen generated docs" franta-hg@11: DOCSET_BUNDLE_ID = org.doxygen.Project franta-hg@11: HTML_DYNAMIC_SECTIONS = NO franta-hg@11: CHM_FILE = franta-hg@11: HHC_LOCATION = franta-hg@11: GENERATE_CHI = NO franta-hg@11: CHM_INDEX_ENCODING = franta-hg@11: BINARY_TOC = NO franta-hg@11: TOC_EXPAND = NO franta-hg@11: DISABLE_INDEX = NO franta-hg@11: ENUM_VALUES_PER_LINE = 4 franta-hg@11: GENERATE_TREEVIEW = NONE franta-hg@11: TREEVIEW_WIDTH = 250 franta-hg@11: FORMULA_FONTSIZE = 10 franta-hg@11: #--------------------------------------------------------------------------- franta-hg@11: # configuration options related to the LaTeX output franta-hg@11: #--------------------------------------------------------------------------- franta-hg@11: GENERATE_LATEX = YES franta-hg@11: LATEX_OUTPUT = latex franta-hg@11: LATEX_CMD_NAME = latex franta-hg@11: MAKEINDEX_CMD_NAME = makeindex franta-hg@11: COMPACT_LATEX = NO franta-hg@11: PAPER_TYPE = a4wide franta-hg@11: EXTRA_PACKAGES = franta-hg@11: LATEX_HEADER = franta-hg@11: PDF_HYPERLINKS = YES franta-hg@11: USE_PDFLATEX = YES franta-hg@11: LATEX_BATCHMODE = NO franta-hg@11: LATEX_HIDE_INDICES = NO franta-hg@11: #--------------------------------------------------------------------------- franta-hg@11: # configuration options related to the RTF output franta-hg@11: #--------------------------------------------------------------------------- franta-hg@11: GENERATE_RTF = NO franta-hg@11: RTF_OUTPUT = rtf franta-hg@11: COMPACT_RTF = NO franta-hg@11: RTF_HYPERLINKS = NO franta-hg@11: RTF_STYLESHEET_FILE = franta-hg@11: RTF_EXTENSIONS_FILE = franta-hg@11: #--------------------------------------------------------------------------- franta-hg@11: # configuration options related to the man page output franta-hg@11: #--------------------------------------------------------------------------- franta-hg@11: GENERATE_MAN = YES franta-hg@11: MAN_OUTPUT = man franta-hg@11: MAN_EXTENSION = .3 franta-hg@11: MAN_LINKS = NO franta-hg@11: #--------------------------------------------------------------------------- franta-hg@11: # configuration options related to the XML output franta-hg@11: #--------------------------------------------------------------------------- franta-hg@11: GENERATE_XML = NO franta-hg@11: XML_OUTPUT = xml franta-hg@11: XML_SCHEMA = franta-hg@11: XML_DTD = franta-hg@11: XML_PROGRAMLISTING = YES franta-hg@11: #--------------------------------------------------------------------------- franta-hg@11: # configuration options for the AutoGen Definitions output franta-hg@11: #--------------------------------------------------------------------------- franta-hg@11: GENERATE_AUTOGEN_DEF = NO franta-hg@11: #--------------------------------------------------------------------------- franta-hg@11: # configuration options related to the Perl module output franta-hg@11: #--------------------------------------------------------------------------- franta-hg@11: GENERATE_PERLMOD = NO franta-hg@11: PERLMOD_LATEX = NO franta-hg@11: PERLMOD_PRETTY = YES franta-hg@11: PERLMOD_MAKEVAR_PREFIX = franta-hg@11: #--------------------------------------------------------------------------- franta-hg@11: # Configuration options related to the preprocessor franta-hg@11: #--------------------------------------------------------------------------- franta-hg@11: ENABLE_PREPROCESSING = YES franta-hg@11: MACRO_EXPANSION = NO franta-hg@11: EXPAND_ONLY_PREDEF = NO franta-hg@11: SEARCH_INCLUDES = YES franta-hg@11: INCLUDE_PATH = franta-hg@11: INCLUDE_FILE_PATTERNS = franta-hg@11: PREDEFINED = franta-hg@11: EXPAND_AS_DEFINED = franta-hg@11: SKIP_FUNCTION_MACROS = YES franta-hg@11: #--------------------------------------------------------------------------- franta-hg@11: # Configuration::additions related to external references franta-hg@11: #--------------------------------------------------------------------------- franta-hg@11: TAGFILES = franta-hg@11: GENERATE_TAGFILE = franta-hg@11: ALLEXTERNALS = NO franta-hg@11: EXTERNAL_GROUPS = YES franta-hg@11: PERL_PATH = /usr/bin/perl franta-hg@11: #--------------------------------------------------------------------------- franta-hg@11: # Configuration options related to the dot tool franta-hg@11: #--------------------------------------------------------------------------- franta-hg@11: CLASS_DIAGRAMS = NO franta-hg@11: MSCGEN_PATH = franta-hg@11: HIDE_UNDOC_RELATIONS = YES franta-hg@11: HAVE_DOT = YES franta-hg@11: DOT_FONTNAME = FreeSans franta-hg@11: DOT_FONTPATH = franta-hg@11: CLASS_GRAPH = YES franta-hg@11: COLLABORATION_GRAPH = YES franta-hg@11: GROUP_GRAPHS = YES franta-hg@11: UML_LOOK = NO franta-hg@11: TEMPLATE_RELATIONS = NO franta-hg@11: INCLUDE_GRAPH = YES franta-hg@11: INCLUDED_BY_GRAPH = YES franta-hg@11: CALL_GRAPH = YES franta-hg@11: CALLER_GRAPH = NO franta-hg@11: GRAPHICAL_HIERARCHY = YES franta-hg@11: DIRECTORY_GRAPH = YES franta-hg@11: DOT_IMAGE_FORMAT = png franta-hg@11: DOT_PATH = franta-hg@11: DOTFILE_DIRS = franta-hg@11: DOT_GRAPH_MAX_NODES = 50 franta-hg@11: MAX_DOT_GRAPH_DEPTH = 1000 franta-hg@11: DOT_TRANSPARENT = YES franta-hg@11: DOT_MULTI_TARGETS = NO franta-hg@11: GENERATE_LEGEND = YES franta-hg@11: DOT_CLEANUP = YES franta-hg@11: #--------------------------------------------------------------------------- franta-hg@11: # Configuration::additions related to the search engine franta-hg@11: #--------------------------------------------------------------------------- franta-hg@11: SEARCHENGINE = NO