doc/Doxyfile.in
changeset 321 689f24ee83e6
parent 299 907446600ca9
     1.1 --- a/doc/Doxyfile.in	Tue Oct 07 07:08:45 2008 +0100
     1.2 +++ b/doc/Doxyfile.in	Thu Oct 09 16:47:01 2008 +0200
     1.3 @@ -1,4 +1,4 @@
     1.4 -# Doxyfile 1.5.5
     1.5 +# Doxyfile 1.5.7.1
     1.6  
     1.7  #---------------------------------------------------------------------------
     1.8  # Project related configuration options
     1.9 @@ -33,9 +33,11 @@
    1.10  BUILTIN_STL_SUPPORT    = YES
    1.11  CPP_CLI_SUPPORT        = NO
    1.12  SIP_SUPPORT            = NO
    1.13 +IDL_PROPERTY_SUPPORT   = YES
    1.14  DISTRIBUTE_GROUP_DOC   = NO
    1.15  SUBGROUPING            = YES
    1.16  TYPEDEF_HIDES_STRUCT   = NO
    1.17 +SYMBOL_CACHE_SIZE      = 0
    1.18  #---------------------------------------------------------------------------
    1.19  # Build related configuration options
    1.20  #---------------------------------------------------------------------------
    1.21 @@ -66,7 +68,10 @@
    1.22  MAX_INITIALIZER_LINES  = 5
    1.23  SHOW_USED_FILES        = YES
    1.24  SHOW_DIRECTORIES       = YES
    1.25 +SHOW_FILES             = YES
    1.26 +SHOW_NAMESPACES        = YES
    1.27  FILE_VERSION_FILTER    = 
    1.28 +LAYOUT_FILE            = DoxygenLayout.xml
    1.29  #---------------------------------------------------------------------------
    1.30  # configuration options related to warning and progress messages
    1.31  #---------------------------------------------------------------------------
    1.32 @@ -75,7 +80,7 @@
    1.33  WARN_IF_UNDOCUMENTED   = YES
    1.34  WARN_IF_DOC_ERROR      = YES
    1.35  WARN_NO_PARAMDOC       = NO
    1.36 -WARN_FORMAT            = "$file:$line: $text  "
    1.37 +WARN_FORMAT            = "$file:$line: $text"
    1.38  WARN_LOGFILE           = doxygen.log
    1.39  #---------------------------------------------------------------------------
    1.40  # configuration options related to the input files
    1.41 @@ -133,20 +138,27 @@
    1.42  HTML_FOOTER            = 
    1.43  HTML_STYLESHEET        = 
    1.44  HTML_ALIGN_MEMBERS     = YES
    1.45 -GENERATE_HTMLHELP      = NO
    1.46 +HTML_DYNAMIC_SECTIONS  = NO
    1.47  GENERATE_DOCSET        = NO
    1.48  DOCSET_FEEDNAME        = "Doxygen generated docs"
    1.49  DOCSET_BUNDLE_ID       = org.doxygen.Project
    1.50 -HTML_DYNAMIC_SECTIONS  = NO
    1.51 +GENERATE_HTMLHELP      = NO
    1.52  CHM_FILE               = 
    1.53  HHC_LOCATION           = 
    1.54  GENERATE_CHI           = NO
    1.55 +CHM_INDEX_ENCODING     = 
    1.56  BINARY_TOC             = NO
    1.57  TOC_EXPAND             = NO
    1.58 +GENERATE_QHP           = NO
    1.59 +QCH_FILE               = 
    1.60 +QHP_NAMESPACE          = org.doxygen.Project
    1.61 +QHP_VIRTUAL_FOLDER     = doc
    1.62 +QHG_LOCATION           = 
    1.63  DISABLE_INDEX          = NO
    1.64  ENUM_VALUES_PER_LINE   = 4
    1.65  GENERATE_TREEVIEW      = NO
    1.66  TREEVIEW_WIDTH         = 250
    1.67 +FORMULA_FONTSIZE       = 10
    1.68  #---------------------------------------------------------------------------
    1.69  # configuration options related to the LaTeX output
    1.70  #---------------------------------------------------------------------------
    1.71 @@ -225,6 +237,9 @@
    1.72  MSCGEN_PATH            = 
    1.73  HIDE_UNDOC_RELATIONS   = YES
    1.74  HAVE_DOT               = YES
    1.75 +DOT_FONTNAME           = FreeSans
    1.76 +DOT_FONTSIZE           = 10
    1.77 +DOT_FONTPATH           = 
    1.78  CLASS_GRAPH            = YES
    1.79  COLLABORATION_GRAPH    = NO
    1.80  GROUP_GRAPHS           = NO