COIN-OR::LEMON - Graph Library

Changeset 1066:520769d825f2 in lemon-0.x for src/work/Doxyfile


Ignore:
Timestamp:
01/10/05 00:21:52 (19 years ago)
Author:
Mihaly Barasz
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1462
Message:

src/work/Doxyfile: Minor changes

  • include \internal documentation
  • input whole directories: marci, alpar, deba, klao
  • sync to doc/Doxyfile
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/Doxyfile

    r1065 r1066  
    107107# to NO the shortest path that makes the file name unique will be used.
    108108
    109 FULL_PATH_NAMES        = NO
     109FULL_PATH_NAMES        = YES
    110110
    111111# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
     
    116116# path to strip.
    117117
    118 STRIP_FROM_PATH        =
     118STRIP_FROM_PATH        = ..
    119119
    120120# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
     
    125125# are normally passed to the compiler using the -I flag.
    126126
    127 STRIP_FROM_INC_PATH    =
     127STRIP_FROM_INC_PATH    = ..
    128128
    129129# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
     
    273273# Set it to YES to include the internal documentation.
    274274
    275 INTERNAL_DOCS          = NO
     275INTERNAL_DOCS          = YES
    276276
    277277# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
     
    361361# command in the documentation regardless of this setting.
    362362
    363 MAX_INITIALIZER_LINES  = 30
     363MAX_INITIALIZER_LINES  = 5
    364364
    365365# Set the SHOW_USED_FILES tag to NO to disable the list of files generated
     
    453453                         ../lemon/concept \
    454454                         ../test/test_tools.h \
    455                          klao/debug.h \
    456                          jacint/max_flow.h \
    457                          jacint/max_matching.h \
    458                          marci/bfs_dfs.h \
    459                          marci/bfs_dfs_misc.h \
    460                          marci/lp/lp_solver_wrapper.h \
    461                          jacint/graph_gen.h \
    462                          marci/max_bipartite_matching.h \
    463                          marci/bipartite_graph_wrapper.h \
    464                          alpar/graph_to_eps.cc \
    465                          deba
     455                         alpar \
     456                         deba \
     457                         jacint \
     458                         klao \
     459                         marci/lp \
     460                         marci
    466461
    467462# If the value of the INPUT tag contains directories, you can use the
     
    502497# the \include command).
    503498
    504 EXAMPLE_PATH           =
     499EXAMPLE_PATH           = ../demo \
     500                         ../../doc \
     501                         ../../LICENSE
    505502
    506503# If the value of the EXAMPLE_PATH tag contains directories, you can use the
     
    12281225# used. If set to NO the values of all tags below this one will be ignored.
    12291226
    1230 SEARCHENGINE           = YES
     1227SEARCHENGINE           = NO
Note: See TracChangeset for help on using the changeset viewer.