doc/basic_concepts.dox
changeset 2350 eb371753e814
parent 2288 ef8af928c54e
child 2391 14a343be7a5a
     1.1 --- a/doc/basic_concepts.dox	Mon Jan 22 12:13:57 2007 +0000
     1.2 +++ b/doc/basic_concepts.dox	Tue Jan 23 12:51:39 2007 +0000
     1.3 @@ -1,3 +1,5 @@
     1.4 +namespace lemon {
     1.5 +
     1.6  /**
     1.7  \page basic_concepts Basic concepts
     1.8  
     1.9 @@ -117,3 +119,5 @@
    1.10  As you see ListGraph satisfies most of the basic concepts and ideal for general
    1.11  graph representations. It has an undirected version too: ListUGraph.
    1.12  */
    1.13 +
    1.14 +}
    1.15 \ No newline at end of file