COIN-OR::LEMON - Graph Library

Changeset 1996:5dc13b93f8b4 in lemon-0.x for lemon/bits/array_map.h


Ignore:
Timestamp:
03/03/06 13:35:32 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2601
Message:

Some documentation arrangement modification

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/bits/array_map.h

    r1956 r1996  
    1717 */
    1818
    19 #ifndef LEMON_ARRAY_MAP_H
    20 #define LEMON_ARRAY_MAP_H
     19#ifndef LEMON_BITS_ARRAY_MAP_H
     20#define LEMON_BITS_ARRAY_MAP_H
    2121
    2222#include <memory>
     
    2626#include <lemon/concept/maps.h>
    2727
    28 /// \ingroup graphmapfactory
     28/// \ingroup graphbits
    2929/// \file
    3030/// \brief Graph maps that construct and destruct
     
    3333namespace lemon {
    3434
    35   /// \ingroup graphmapfactory
     35  /// \ingroup graphbits
    3636  ///
    3737  /// \brief Graph map based on the array storage.
     
    305305}
    306306
    307 #endif //LEMON_ARRAY_MAP_H
     307#endif
Note: See TracChangeset for help on using the changeset viewer.