gravatar
kpeter (Peter Kovacs)
kpeter@inf.elte.hu
Doc improvement in core.h (ticket #97)
0 1 0
default
1 file changed with 4 insertions and 0 deletions:
↑ Collapse diff ↑
Show white space 16 line context
... ...
@@ -22,16 +22,20 @@
22 22
#include <vector>
23 23
#include <algorithm>
24 24

	
25 25
#include <lemon/bits/enable_if.h>
26 26
#include <lemon/bits/traits.h>
27 27

	
28 28
///\file
29 29
///\brief LEMON core utilities.
30
///
31
///This header file contains core utilities for LEMON.
32
///It is automatically included by all graph types, therefore it usually 
33
///do not have to be included directly.
30 34

	
31 35
namespace lemon {
32 36

	
33 37
  /// \brief Dummy type to make it easier to create invalid iterators.
34 38
  ///
35 39
  /// Dummy type to make it easier to create invalid iterators.
36 40
  /// See \ref INVALID for the usage.
37 41
  struct Invalid {
0 comments (0 inline)