1.1 --- a/demo/reader_writer_demo.cc Wed Aug 17 20:39:11 2005 +0000
1.2 +++ b/demo/reader_writer_demo.cc Wed Aug 17 21:52:50 2005 +0000
1.3 @@ -26,7 +26,6 @@
1.4
1.5 #include <iostream>
1.6 #include <lemon/smart_graph.h>
1.7 -#include <lemon/invalid.h>
1.8 #include <lemon/graph_reader.h>
1.9 #include <lemon/graph_writer.h>
1.10
2.1 --- a/doc/getstart.dox Wed Aug 17 20:39:11 2005 +0000
2.2 +++ b/doc/getstart.dox Wed Aug 17 21:52:50 2005 +0000
2.3 @@ -227,7 +227,9 @@
2.4 demo/hello_lemon.cc in the LEMON package) to have a first working
2.5 program that uses library LEMON.
2.6
2.7 -\include hello_lemon.cc
2.8 +\dontinclude hello_lemon.cc
2.9 +\skip include
2.10 +\until }
2.11
2.12 First let us briefly explain how this program works.
2.13
3.1 --- a/doc/quicktour.dox Wed Aug 17 20:39:11 2005 +0000
3.2 +++ b/doc/quicktour.dox Wed Aug 17 21:52:50 2005 +0000
3.3 @@ -47,7 +47,9 @@
3.4 the LEMON graph types: the typedefs in the beginning are for
3.5 convenience and we will assume them later as well.
3.6
3.7 -\include hello_lemon.cc
3.8 +\dontinclude hello_lemon.cc
3.9 +\skip include
3.10 +\until }
3.11
3.12 See the whole program in file \ref hello_lemon.cc in the \c demo subdir of
3.13 LEMON package.
3.14 @@ -95,7 +97,10 @@
3.15 Finally let us give a simple example that reads a graph from a file and writes
3.16 it to the standard output.
3.17
3.18 -\include reader_writer_demo.cc
3.19 +\dontinclude reader_writer_demo.cc
3.20 +\skip include
3.21 +\until return
3.22 +\until }
3.23
3.24 See the whole program in file \ref reader_writer_demo.cc.
3.25