doc/quicktour.dox
changeset 1640 9c7834ac5e64
parent 1584 cf4bc8d477f4
child 2391 14a343be7a5a
     1.1 --- a/doc/quicktour.dox	Wed Aug 17 20:39:11 2005 +0000
     1.2 +++ b/doc/quicktour.dox	Wed Aug 17 21:52:50 2005 +0000
     1.3 @@ -47,7 +47,9 @@
     1.4  the LEMON graph types: the typedefs in the beginning are for
     1.5  convenience and we will assume them later as well.
     1.6  
     1.7 -\include hello_lemon.cc
     1.8 +\dontinclude hello_lemon.cc
     1.9 +\skip include
    1.10 +\until }
    1.11  
    1.12  See the whole program in file \ref hello_lemon.cc in the \c demo subdir of
    1.13  LEMON package.
    1.14 @@ -95,7 +97,10 @@
    1.15  Finally let us give a simple example that reads a graph from a file and writes
    1.16  it to the standard output.
    1.17  
    1.18 -\include reader_writer_demo.cc
    1.19 +\dontinclude reader_writer_demo.cc
    1.20 +\skip include
    1.21 +\until return
    1.22 +\until }
    1.23  
    1.24  See the whole program in file \ref reader_writer_demo.cc.
    1.25