COIN-OR::LEMON - Graph Library

Changeset 456:02c28d3cf97b in lemon-0.x


Ignore:
Timestamp:
04/28/04 14:22:34 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@604
Message:

Doxygen options changed.
\author's added.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • doc/Doxyfile

    r434 r456  
    134134# documentation.
    135135
    136 DETAILS_AT_TOP         = NO
     136DETAILS_AT_TOP         = YES
    137137
    138138# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
     
    168168# of all members will be omitted, etc.
    169169
    170 OPTIMIZE_OUTPUT_FOR_C  = YES
     170OPTIMIZE_OUTPUT_FOR_C  = NO
    171171
    172172# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java sources
  • src/include/dijkstra.h

    r433 r456  
    3737  ///algorithm. The default
    3838  ///is using \ref BinHeap "binary heap".
    39  
     39  ///
     40  ///\author Jacint Szabo
    4041#ifdef DOXYGEN
    4142  template <typename Graph,
  • src/include/smart_graph.h

    r415 r456  
    2929  ///
    3030  ///\todo Some member functions could be \c static.
     31  ///\author Alpar Juttner
    3132  class SmartGraph {
    3233
  • src/work/athos/minlengthpaths.h

    r430 r456  
    2626  /// from a given source node to a given target node in an
    2727  /// edge-weighted directed graph having minimal total weigth (length).
    28 
     28  ///
     29  ///\author Attila Bernath
    2930  template <typename Graph, typename LengthMap>
    3031  class MinLengthPaths {
Note: See TracChangeset for help on using the changeset viewer.