COIN-OR::LEMON - Graph Library

Changeset 947:93e9c45703ea in lemon-0.x


Ignore:
Timestamp:
10/29/04 08:04:43 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1326
Message:

A new doxygen group added for graph utilities.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/groups.dox

    r921 r947  
    5454\brief This group describes the several graph algorithms
    5555implemented in LEMON.
     56
     57This group describes the several graph algorithms
     58implemented in LEMON.
     59*/
     60
     61/**
     62@defgroup gutils General Graph Utilities
     63\brief This group describes some simple general graph utilities.
     64@ingroup galgs
     65
     66This group describes some simple general graph utilities.
    5667*/
    5768
  • src/lemon/graph_utils.h

    r946 r947  
    2222#include <lemon/invalid.h>
    2323
    24 ///\ingroup utils
     24///\ingroup gutils
    2525///\file
    26 ///\brief Graph utils.
     26///\brief Graph utilities.
    2727///
    2828
    2929
    3030namespace lemon {
     31
     32/// \addtogroup gutils
     33/// @{
    3134
    3235  // counters in the graph
     
    169172     
    170173   };
    171                                                                
    172 }
     174
     175/// @}
     176 
     177} //END OF NAMESPACE LEMON
    173178
    174179#endif
Note: See TracChangeset for help on using the changeset viewer.