COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/core.h

    r1123 r1135  
    2020#define LEMON_CORE_H
    2121
    22 #include <vector>
    23 #include <algorithm>
    24 
    25 #include <lemon/config.h>
    26 #include <lemon/bits/enable_if.h>
    27 #include <lemon/bits/traits.h>
    28 #include <lemon/assert.h>
     22///\file
     23///\brief LEMON core utilities.
     24///
     25///This header file contains core utilities for LEMON.
     26///It is automatically included by all graph types, therefore it usually
     27///do not have to be included directly.
    2928
    3029// Disable the following warnings when compiling with MSVC:
     
    4443#endif
    4544
    46 ///\file
    47 ///\brief LEMON core utilities.
    48 ///
    49 ///This header file contains core utilities for LEMON.
    50 ///It is automatically included by all graph types, therefore it usually
    51 ///do not have to be included directly.
     45#include <vector>
     46#include <algorithm>
     47
     48#include <lemon/config.h>
     49#include <lemon/bits/enable_if.h>
     50#include <lemon/bits/traits.h>
     51#include <lemon/assert.h>
     52
     53
    5254
    5355namespace lemon {
Note: See TracChangeset for help on using the changeset viewer.