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 ↑
Ignore white space 12 line context
... ...
@@ -24,12 +24,16 @@
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.
0 comments (0 inline)