COIN-OR::LEMON - Graph Library

Changeset 1660:93792a112fd5 in lemon-0.x


Ignore:
Timestamp:
08/27/05 13:37:05 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2173
Message:
  • Doc images partly turned on again.
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/Doxyfile.in

    r1618 r1660  
    10721072# or is not a class.
    10731073
    1074 HIDE_UNDOC_RELATIONS   = NO
     1074HIDE_UNDOC_RELATIONS   = YES
    10751075
    10761076# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
     
    10861086# the CLASS_DIAGRAMS tag to NO.
    10871087
    1088 CLASS_GRAPH            = NO
     1088CLASS_GRAPH            = YES
    10891089
    10901090# If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
  • lemon/maps.h

    r1555 r1660  
    121121
    122122
    123   ///\todo to document later
     123  //\todo to document later
    124124  template<typename T, T v>
    125125  struct Const { };
    126   ///\todo to document later
     126  //\todo to document later
    127127  template<typename K, typename V, V v>
    128128  class ConstMap<K, Const<V, v> > : public MapBase<K, V>
Note: See TracChangeset for help on using the changeset viewer.