diff options
| author | Remko Tronçon <git@el-tramo.be> | 2010-10-09 23:03:21 (GMT) | 
|---|---|---|
| committer | Remko Tronçon <git@el-tramo.be> | 2010-10-09 23:03:21 (GMT) | 
| commit | fbe2f7e1937d1098c4d33303a0bdec19f035e359 (patch) | |
| tree | 925bcaf03af69c181f876ab82c2c92eaf6175004 | |
| parent | 69e0cbe0ef4833a87efc50a9300f9c0020d9e543 (diff) | |
| download | swift-fbe2f7e1937d1098c4d33303a0bdec19f035e359.zip swift-fbe2f7e1937d1098c4d33303a0bdec19f035e359.tar.bz2 | |
Tweak doxygen docs.
| -rw-r--r-- | Documentation/API/Doxyfile | 19 | 
1 files changed, 9 insertions, 10 deletions
| diff --git a/Documentation/API/Doxyfile b/Documentation/API/Doxyfile index aaef341..71bd8d0 100644 --- a/Documentation/API/Doxyfile +++ b/Documentation/API/Doxyfile @@ -11,7 +11,6 @@ BRIEF_MEMBER_DESC      = YES  REPEAT_BRIEF           = YES  ABBREVIATE_BRIEF       =   ALWAYS_DETAILED_SEC    = NO -# INLINE_INHERITED_MEMB  = NO  INLINE_INHERITED_MEMB  = YES  FULL_PATH_NAMES        = YES  STRIP_FROM_PATH        =  @@ -28,14 +27,14 @@ OPTIMIZE_OUTPUT_FOR_C  = NO  OPTIMIZE_OUTPUT_JAVA   = NO  OPTIMIZE_FOR_FORTRAN   = NO  OPTIMIZE_OUTPUT_VHDL   = NO -BUILTIN_STL_SUPPORT    = NO +BUILTIN_STL_SUPPORT    = YES  CPP_CLI_SUPPORT        = NO  SIP_SUPPORT            = NO  IDL_PROPERTY_SUPPORT   = YES  DISTRIBUTE_GROUP_DOC   = NO  SUBGROUPING            = YES  TYPEDEF_HIDES_STRUCT   = NO -SYMBOL_CACHE_SIZE      = 0 +#SYMBOL_CACHE_SIZE      = 0  #---------------------------------------------------------------------------  # Build related configuration options @@ -70,7 +69,7 @@ SHOW_DIRECTORIES       = YES  SHOW_FILES             = YES  SHOW_NAMESPACES        = NO  FILE_VERSION_FILTER    =  -LAYOUT_FILE            =  +#LAYOUT_FILE            =   #---------------------------------------------------------------------------  # configuration options related to warning and progress messages @@ -141,11 +140,11 @@ GENERATE_CHI           = NO  CHM_INDEX_ENCODING     =   BINARY_TOC             = NO  TOC_EXPAND             = NO -GENERATE_QHP           = NO -QCH_FILE               =  -QHP_NAMESPACE          = im.swift.Swiften -QHP_VIRTUAL_FOLDER     = doc -QHG_LOCATION           =  +#GENERATE_QHP           = NO +#QCH_FILE               =  +#QHP_NAMESPACE          = im.swift.Swiften +#QHP_VIRTUAL_FOLDER     = doc +#QHG_LOCATION           =   DISABLE_INDEX          = NO  ENUM_VALUES_PER_LINE   = 4  GENERATE_TREEVIEW      = YES @@ -233,7 +232,7 @@ PERL_PATH              = /usr/bin/perl  #---------------------------------------------------------------------------  # Configuration options related to the dot tool     #--------------------------------------------------------------------------- -CLASS_DIAGRAMS         = NO +CLASS_DIAGRAMS         = YES  MSCGEN_PATH            =   HIDE_UNDOC_RELATIONS   = YES  HAVE_DOT               = YES | 
 Swift
 Swift