COIN-OR::LEMON - Graph Library

Changeset 930:8e39ccaabf48 in lemon-main for doc/Doxyfile.in


Ignore:
Timestamp:
03/04/11 12:18:38 (13 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Parents:
925:06491fd08efd (diff), 929:d3b041452dd8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Phase:
public
Message:

Merge #404

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/Doxyfile.in

    r925 r930  
    1 # Doxyfile 1.5.9
     1# Doxyfile 1.7.3
    22
    33#---------------------------------------------------------------------------
     
    55#---------------------------------------------------------------------------
    66DOXYFILE_ENCODING      = UTF-8
    7 PROJECT_NAME           = @PACKAGE_NAME@
    8 PROJECT_NUMBER         = @PACKAGE_VERSION@
     7PROJECT_NAME           =
     8PROJECT_NUMBER         =
     9PROJECT_BRIEF          =
     10PROJECT_LOGO           =
    911OUTPUT_DIRECTORY       =
    1012CREATE_SUBDIRS         = NO
     
    3032OPTIMIZE_FOR_FORTRAN   = NO
    3133OPTIMIZE_OUTPUT_VHDL   = NO
     34EXTENSION_MAPPING      =
    3235BUILTIN_STL_SUPPORT    = YES
    3336CPP_CLI_SUPPORT        = NO
     
    5558HIDE_SCOPE_NAMES       = YES
    5659SHOW_INCLUDE_FILES     = YES
     60FORCE_LOCAL_INCLUDES   = NO
    5761INLINE_INFO            = YES
    5862SORT_MEMBER_DOCS       = NO
    5963SORT_BRIEF_DOCS        = NO
     64SORT_MEMBERS_CTORS_1ST = NO
    6065SORT_GROUP_NAMES       = NO
    6166SORT_BY_SCOPE_NAME     = NO
     67STRICT_PROTO_MATCHING  = NO
    6268GENERATE_TODOLIST      = YES
    6369GENERATE_TESTLIST      = YES
     
    9399                         "@abs_top_srcdir@/tools" \
    94100                         "@abs_top_srcdir@/test/test_tools.h" \
     101                         "@abs_top_builddir@/doc/mainpage.dox" \
    95102                         "@abs_top_builddir@/doc/references.dox"
    96103INPUT_ENCODING         = UTF-8
     
    113120FILTER_PATTERNS        =
    114121FILTER_SOURCE_FILES    = NO
     122FILTER_SOURCE_PATTERNS =
    115123#---------------------------------------------------------------------------
    116124# configuration options related to source browsing
     
    139147HTML_FOOTER            =
    140148HTML_STYLESHEET        =
     149HTML_COLORSTYLE_HUE    = 220
     150HTML_COLORSTYLE_SAT    = 100
     151HTML_COLORSTYLE_GAMMA  = 80
     152HTML_TIMESTAMP         = YES
    141153HTML_ALIGN_MEMBERS     = YES
    142 HTML_DYNAMIC_SECTIONS  = NO
     154HTML_DYNAMIC_SECTIONS  = YES
    143155GENERATE_DOCSET        = NO
    144156DOCSET_FEEDNAME        = "Doxygen generated docs"
    145157DOCSET_BUNDLE_ID       = org.doxygen.Project
     158DOCSET_PUBLISHER_ID    = org.doxygen.Publisher
     159DOCSET_PUBLISHER_NAME  = Publisher
    146160GENERATE_HTMLHELP      = NO
    147161CHM_FILE               =
     
    155169QHP_NAMESPACE          = org.doxygen.Project
    156170QHP_VIRTUAL_FOLDER     = doc
     171QHP_CUST_FILTER_NAME   =
     172QHP_CUST_FILTER_ATTRS  =
     173QHP_SECT_FILTER_ATTRS  =
    157174QHG_LOCATION           =
     175GENERATE_ECLIPSEHELP   = NO
     176ECLIPSE_DOC_ID         = org.doxygen.Project
    158177DISABLE_INDEX          = NO
    159178ENUM_VALUES_PER_LINE   = 4
    160179GENERATE_TREEVIEW      = NO
     180USE_INLINE_TREES       = NO
    161181TREEVIEW_WIDTH         = 250
     182EXT_LINKS_IN_WINDOW    = NO
    162183FORMULA_FONTSIZE       = 10
     184FORMULA_TRANSPARENT    = YES
     185USE_MATHJAX            = NO
     186MATHJAX_RELPATH        = http://www.mathjax.org/mathjax
     187SEARCHENGINE           = YES
     188SERVER_BASED_SEARCH    = NO
    163189#---------------------------------------------------------------------------
    164190# configuration options related to the LaTeX output
     
    177203LATEX_BATCHMODE        = NO
    178204LATEX_HIDE_INDICES     = NO
     205LATEX_SOURCE_CODE      = NO
    179206#---------------------------------------------------------------------------
    180207# configuration options related to the RTF output
     
    225252SKIP_FUNCTION_MACROS   = YES
    226253#---------------------------------------------------------------------------
    227 # Options related to the search engine   
     254# Configuration::additions related to external references
    228255#---------------------------------------------------------------------------
    229256TAGFILES               = "@abs_top_builddir@/doc/libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/  "
     
    239266HIDE_UNDOC_RELATIONS   = YES
    240267HAVE_DOT               = YES
     268DOT_NUM_THREADS        = 0
    241269DOT_FONTNAME           = FreeSans
    242270DOT_FONTSIZE           = 10
     
    256284DOT_PATH               =
    257285DOTFILE_DIRS           =
     286MSCFILE_DIRS           =
    258287DOT_GRAPH_MAX_NODES    = 50
    259288MAX_DOT_GRAPH_DEPTH    = 0
     
    262291GENERATE_LEGEND        = YES
    263292DOT_CLEANUP            = YES
    264 #---------------------------------------------------------------------------
    265 # Configuration::additions related to the search engine   
    266 #---------------------------------------------------------------------------
    267 SEARCHENGINE           = NO
  • doc/Doxyfile.in

    r929 r930  
    9696                         "@abs_top_srcdir@/lemon/concepts" \
    9797                         "@abs_top_srcdir@/demo" \
     98                         "@abs_top_srcdir@/contrib" \
    9899                         "@abs_top_srcdir@/tools" \
    99100                         "@abs_top_srcdir@/test/test_tools.h" \
    100                          "@abs_top_builddir@/doc/mainpage.dox"
     101                         "@abs_top_builddir@/doc/mainpage.dox" \
     102                         "@abs_top_builddir@/doc/references.dox"
    101103INPUT_ENCODING         = UTF-8
    102104FILE_PATTERNS          = *.h \
Note: See TracChangeset for help on using the changeset viewer.