equal
deleted
inserted
replaced
14 * express or implied, and with no claim as to its suitability for any |
14 * express or implied, and with no claim as to its suitability for any |
15 * purpose. |
15 * purpose. |
16 * |
16 * |
17 */ |
17 */ |
18 |
18 |
19 #ifndef LEMON_CONCEPT_DIGRAPH_H |
19 #ifndef LEMON_CONCEPTS_DIGRAPH_H |
20 #define LEMON_CONCEPT_DIGRAPH_H |
20 #define LEMON_CONCEPTS_DIGRAPH_H |
21 |
21 |
22 ///\ingroup graph_concepts |
22 ///\ingroup graph_concepts |
23 ///\file |
23 ///\file |
24 ///\brief The concept of directed graphs. |
24 ///\brief The concept of directed graphs. |
25 |
25 |
482 } //namespace concepts |
482 } //namespace concepts |
483 } //namespace lemon |
483 } //namespace lemon |
484 |
484 |
485 |
485 |
486 |
486 |
487 #endif // LEMON_CONCEPT_DIGRAPH_H |
487 #endif |