COIN-OR::LEMON - Graph Library

Changeset 406:e8377ac921b6 in lemon-0.x


Ignore:
Timestamp:
04/26/04 11:00:12 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@539
Message:

Docs are now divided into modules.

Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • doc/Doxyfile

    r343 r406  
    392392# with spaces.
    393393
    394 INPUT                  = ../src/include/skeletons/graph.h \
     394INPUT                  = maps.dox groups.dox \
     395                         ../src/include/skeletons/graph.h \
    395396                         ../src/include/invalid.h \
    396397                         ../src/include/smart_graph.h \
     
    399400                         ../src/include/bin_heap.h \
    400401                         ../src/include/fib_heap.h \
     402                         ../src/work/alpar/list_graph.h \
    401403                         ../src/work/athos/xy/xy.h \
    402404                         ../src/work/athos/minlengthpaths.h \
    403405                         ../src/work/marci/time_measure.h \
    404                          ../src/work/marci/graph_wrapper.h \   
    405                          maps.dox
     406                         ../src/work/marci/graph_wrapper.h
     407                         
    406408
    407409# If the value of the INPUT tag contains directories, you can use the
  • src/work/alpar/list_graph.h

    r405 r406  
    44#define HUGO_LIST_GRAPH_H
    55
     6///ingroup graphs
    67///\file
    78///\brief ListGraph, SymListGraph, NodeSet and EdgeSet classes.
     
    1314
    1415namespace hugo {
     16
     17/// \addtogroup graphs
     18/// @{
    1519
    1620  class SymListGraph;
     
    15671571
    15681572  };
    1569  
     1573
     1574/// @} 
     1575
    15701576} //namespace hugo
    15711577
  • src/work/marci/graph_wrapper.h

    r393 r406  
    77
    88namespace hugo {
     9
     10  /// \addtogroup gwrappers
     11  /// @{
    912
    1013  /// Graph wrappers
     
    15391542  };
    15401543
     1544  ///@}
    15411545
    15421546} //namespace hugo
    15431547
     1548
    15441549#endif //HUGO_GRAPH_WRAPPER_H
    15451550
Note: See TracChangeset for help on using the changeset viewer.