COIN-OR::LEMON - Graph Library

Changeset 947:93e9c45703ea in lemon-0.x for src/lemon/graph_utils.h


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.