Annotation of hatari/doc/doxygen/Doxyfile, revision 1.1.1.5

1.1       root        1: # Doxyfile 1.5.1-p1
                      2: 
                      3: #---------------------------------------------------------------------------
                      4: # Project related configuration options
                      5: #---------------------------------------------------------------------------
                      6: PROJECT_NAME           = Hatari
1.1.1.5 ! root        7: PROJECT_NUMBER         = 1.3.0
1.1       root        8: OUTPUT_DIRECTORY       = .
                      9: CREATE_SUBDIRS         = NO
                     10: OUTPUT_LANGUAGE        = English
                     11: BRIEF_MEMBER_DESC      = YES
                     12: REPEAT_BRIEF           = YES
                     13: ABBREVIATE_BRIEF       = "The $name class" \
                     14:                          "The $name widget" \
                     15:                          "The $name file" \
                     16:                          is \
                     17:                          provides \
                     18:                          specifies \
                     19:                          contains \
                     20:                          represents \
                     21:                          a \
                     22:                          an \
                     23:                          the
                     24: ALWAYS_DETAILED_SEC    = NO
                     25: INLINE_INHERITED_MEMB  = NO
                     26: FULL_PATH_NAMES        = YES
1.1.1.3   root       27: STRIP_FROM_PATH        =
                     28: STRIP_FROM_INC_PATH    =
1.1       root       29: SHORT_NAMES            = NO
                     30: JAVADOC_AUTOBRIEF      = NO
                     31: MULTILINE_CPP_IS_BRIEF = NO
                     32: INHERIT_DOCS           = YES
                     33: SEPARATE_MEMBER_PAGES  = NO
                     34: TAB_SIZE               = 8
1.1.1.3   root       35: ALIASES                =
1.1       root       36: OPTIMIZE_OUTPUT_FOR_C  = YES
                     37: OPTIMIZE_OUTPUT_JAVA   = NO
                     38: BUILTIN_STL_SUPPORT    = NO
                     39: DISTRIBUTE_GROUP_DOC   = NO
                     40: SUBGROUPING            = YES
                     41: #---------------------------------------------------------------------------
                     42: # Build related configuration options
                     43: #---------------------------------------------------------------------------
                     44: EXTRACT_ALL            = YES
                     45: EXTRACT_PRIVATE        = YES
                     46: EXTRACT_STATIC         = YES
                     47: EXTRACT_LOCAL_CLASSES  = YES
                     48: EXTRACT_LOCAL_METHODS  = NO
                     49: HIDE_UNDOC_MEMBERS     = NO
                     50: HIDE_UNDOC_CLASSES     = NO
                     51: HIDE_FRIEND_COMPOUNDS  = NO
                     52: HIDE_IN_BODY_DOCS      = NO
                     53: INTERNAL_DOCS          = NO
                     54: CASE_SENSE_NAMES       = NO
                     55: HIDE_SCOPE_NAMES       = NO
                     56: SHOW_INCLUDE_FILES     = YES
                     57: INLINE_INFO            = YES
                     58: SORT_MEMBER_DOCS       = YES
                     59: SORT_BRIEF_DOCS        = NO
                     60: SORT_BY_SCOPE_NAME     = NO
                     61: GENERATE_TODOLIST      = YES
                     62: GENERATE_TESTLIST      = YES
                     63: GENERATE_BUGLIST       = YES
                     64: GENERATE_DEPRECATEDLIST= YES
1.1.1.3   root       65: ENABLED_SECTIONS       =
1.1       root       66: MAX_INITIALIZER_LINES  = 30
                     67: SHOW_USED_FILES        = YES
                     68: SHOW_DIRECTORIES       = NO
1.1.1.3   root       69: FILE_VERSION_FILTER    =
1.1       root       70: #---------------------------------------------------------------------------
                     71: # configuration options related to warning and progress messages
                     72: #---------------------------------------------------------------------------
                     73: QUIET                  = NO
                     74: WARNINGS               = YES
                     75: WARN_IF_UNDOCUMENTED   = YES
                     76: WARN_IF_DOC_ERROR      = YES
                     77: WARN_NO_PARAMDOC       = NO
                     78: WARN_FORMAT            = "$file:$line: $text"
1.1.1.3   root       79: WARN_LOGFILE           =
1.1       root       80: #---------------------------------------------------------------------------
                     81: # configuration options related to the input files
                     82: #---------------------------------------------------------------------------
                     83: INPUT                  = ../../src
                     84: FILE_PATTERNS          = *.c \
                     85:                          *.cc \
                     86:                          *.cxx \
                     87:                          *.cpp \
                     88:                          *.c++ \
                     89:                          *.h \
                     90:                          *.hh \
                     91:                          *.hxx \
                     92:                          *.hpp \
                     93:                          *.h++
                     94: RECURSIVE              = YES
1.1.1.3   root       95: EXCLUDE                =
1.1       root       96: EXCLUDE_SYMLINKS       = NO
1.1.1.3   root       97: EXCLUDE_PATTERNS       =
                     98: EXAMPLE_PATH           =
1.1       root       99: EXAMPLE_PATTERNS       = *
                    100: EXAMPLE_RECURSIVE      = NO
1.1.1.3   root      101: IMAGE_PATH             =
                    102: INPUT_FILTER           =
                    103: FILTER_PATTERNS        =
1.1       root      104: FILTER_SOURCE_FILES    = NO
                    105: #---------------------------------------------------------------------------
                    106: # configuration options related to source browsing
                    107: #---------------------------------------------------------------------------
                    108: SOURCE_BROWSER         = YES
                    109: INLINE_SOURCES         = NO
                    110: STRIP_CODE_COMMENTS    = NO
                    111: REFERENCED_BY_RELATION = YES
                    112: REFERENCES_RELATION    = YES
                    113: REFERENCES_LINK_SOURCE = YES
                    114: USE_HTAGS              = NO
                    115: VERBATIM_HEADERS       = YES
                    116: #---------------------------------------------------------------------------
                    117: # configuration options related to the alphabetical class index
                    118: #---------------------------------------------------------------------------
                    119: ALPHABETICAL_INDEX     = NO
                    120: COLS_IN_ALPHA_INDEX    = 5
1.1.1.3   root      121: IGNORE_PREFIX          =
1.1       root      122: #---------------------------------------------------------------------------
                    123: # configuration options related to the HTML output
                    124: #---------------------------------------------------------------------------
                    125: GENERATE_HTML          = YES
                    126: HTML_OUTPUT            = html
                    127: HTML_FILE_EXTENSION    = .html
1.1.1.3   root      128: HTML_HEADER            =
                    129: HTML_FOOTER            =
                    130: HTML_STYLESHEET        =
1.1       root      131: HTML_ALIGN_MEMBERS     = YES
                    132: GENERATE_HTMLHELP      = YES
1.1.1.3   root      133: CHM_FILE               =
                    134: HHC_LOCATION           =
1.1       root      135: GENERATE_CHI           = NO
                    136: BINARY_TOC             = NO
                    137: TOC_EXPAND             = NO
                    138: DISABLE_INDEX          = NO
                    139: ENUM_VALUES_PER_LINE   = 4
                    140: GENERATE_TREEVIEW      = NO
                    141: TREEVIEW_WIDTH         = 250
                    142: #---------------------------------------------------------------------------
                    143: # configuration options related to the LaTeX output
                    144: #---------------------------------------------------------------------------
                    145: GENERATE_LATEX         = NO
                    146: LATEX_OUTPUT           = latex
                    147: LATEX_CMD_NAME         = latex
                    148: MAKEINDEX_CMD_NAME     = makeindex
                    149: COMPACT_LATEX          = NO
                    150: PAPER_TYPE             = a4wide
1.1.1.3   root      151: EXTRA_PACKAGES         =
                    152: LATEX_HEADER           =
1.1       root      153: PDF_HYPERLINKS         = NO
                    154: USE_PDFLATEX           = NO
                    155: LATEX_BATCHMODE        = NO
                    156: LATEX_HIDE_INDICES     = NO
                    157: #---------------------------------------------------------------------------
                    158: # configuration options related to the RTF output
                    159: #---------------------------------------------------------------------------
                    160: GENERATE_RTF           = NO
                    161: RTF_OUTPUT             = rtf
                    162: COMPACT_RTF            = NO
                    163: RTF_HYPERLINKS         = NO
1.1.1.3   root      164: RTF_STYLESHEET_FILE    =
                    165: RTF_EXTENSIONS_FILE    =
1.1       root      166: #---------------------------------------------------------------------------
                    167: # configuration options related to the man page output
                    168: #---------------------------------------------------------------------------
                    169: GENERATE_MAN           = NO
                    170: MAN_OUTPUT             = man
                    171: MAN_EXTENSION          = .3
                    172: MAN_LINKS              = NO
                    173: #---------------------------------------------------------------------------
                    174: # configuration options related to the XML output
                    175: #---------------------------------------------------------------------------
                    176: GENERATE_XML           = NO
                    177: XML_OUTPUT             = xml
1.1.1.3   root      178: XML_SCHEMA             =
                    179: XML_DTD                =
1.1       root      180: XML_PROGRAMLISTING     = YES
                    181: #---------------------------------------------------------------------------
                    182: # configuration options for the AutoGen Definitions output
                    183: #---------------------------------------------------------------------------
                    184: GENERATE_AUTOGEN_DEF   = NO
                    185: #---------------------------------------------------------------------------
                    186: # configuration options related to the Perl module output
                    187: #---------------------------------------------------------------------------
                    188: GENERATE_PERLMOD       = NO
                    189: PERLMOD_LATEX          = NO
                    190: PERLMOD_PRETTY         = YES
1.1.1.3   root      191: PERLMOD_MAKEVAR_PREFIX =
1.1       root      192: #---------------------------------------------------------------------------
1.1.1.3   root      193: # Configuration options related to the preprocessor
1.1       root      194: #---------------------------------------------------------------------------
                    195: ENABLE_PREPROCESSING   = YES
                    196: MACRO_EXPANSION        = NO
                    197: EXPAND_ONLY_PREDEF     = NO
                    198: SEARCH_INCLUDES        = YES
1.1.1.3   root      199: INCLUDE_PATH           =
                    200: INCLUDE_FILE_PATTERNS  =
                    201: PREDEFINED             =
                    202: EXPAND_AS_DEFINED      =
1.1       root      203: SKIP_FUNCTION_MACROS   = YES
                    204: #---------------------------------------------------------------------------
1.1.1.3   root      205: # Configuration::additions related to external references
1.1       root      206: #---------------------------------------------------------------------------
1.1.1.3   root      207: TAGFILES               =
                    208: GENERATE_TAGFILE       =
1.1       root      209: ALLEXTERNALS           = NO
                    210: EXTERNAL_GROUPS        = YES
                    211: PERL_PATH              = /usr/bin/perl
                    212: #---------------------------------------------------------------------------
1.1.1.3   root      213: # Configuration options related to the dot tool
1.1       root      214: #---------------------------------------------------------------------------
                    215: CLASS_DIAGRAMS         = NO
                    216: HIDE_UNDOC_RELATIONS   = YES
                    217: HAVE_DOT               = NO
                    218: CLASS_GRAPH            = YES
                    219: COLLABORATION_GRAPH    = YES
                    220: GROUP_GRAPHS           = YES
                    221: UML_LOOK               = NO
                    222: TEMPLATE_RELATIONS     = NO
                    223: INCLUDE_GRAPH          = YES
                    224: INCLUDED_BY_GRAPH      = YES
                    225: CALL_GRAPH             = NO
                    226: CALLER_GRAPH           = NO
                    227: GRAPHICAL_HIERARCHY    = YES
                    228: DIRECTORY_GRAPH        = YES
                    229: DOT_IMAGE_FORMAT       = png
1.1.1.3   root      230: DOT_PATH               =
                    231: DOTFILE_DIRS           =
1.1       root      232: MAX_DOT_GRAPH_DEPTH    = 1000
                    233: DOT_TRANSPARENT        = NO
                    234: DOT_MULTI_TARGETS      = NO
                    235: GENERATE_LEGEND        = YES
                    236: DOT_CLEANUP            = YES
                    237: #---------------------------------------------------------------------------
1.1.1.3   root      238: # Configuration::additions related to the search engine
1.1       root      239: #---------------------------------------------------------------------------
                    240: SEARCHENGINE           = NO

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.