[Lemon-commits] [lemon_svn] alpar: r2153 - in hugo/trunk: demo doc
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:50:34 CET 2006
Author: alpar
Date: Wed Aug 17 23:52:50 2005
New Revision: 2153
Modified:
hugo/trunk/demo/reader_writer_demo.cc
hugo/trunk/doc/getstart.dox
hugo/trunk/doc/quicktour.dox
Log:
- Better insertion of sources examples
- Superfluous #include removed from reader_writer_demo.cc
Modified: hugo/trunk/demo/reader_writer_demo.cc
==============================================================================
--- hugo/trunk/demo/reader_writer_demo.cc (original)
+++ hugo/trunk/demo/reader_writer_demo.cc Wed Aug 17 23:52:50 2005
@@ -26,7 +26,6 @@
#include <iostream>
#include <lemon/smart_graph.h>
-#include <lemon/invalid.h>
#include <lemon/graph_reader.h>
#include <lemon/graph_writer.h>
Modified: hugo/trunk/doc/getstart.dox
==============================================================================
--- hugo/trunk/doc/getstart.dox (original)
+++ hugo/trunk/doc/getstart.dox Wed Aug 17 23:52:50 2005
@@ -227,7 +227,9 @@
demo/hello_lemon.cc in the LEMON package) to have a first working
program that uses library LEMON.
-\include hello_lemon.cc
+\dontinclude hello_lemon.cc
+\skip include
+\until }
First let us briefly explain how this program works.
Modified: hugo/trunk/doc/quicktour.dox
==============================================================================
--- hugo/trunk/doc/quicktour.dox (original)
+++ hugo/trunk/doc/quicktour.dox Wed Aug 17 23:52:50 2005
@@ -47,7 +47,9 @@
the LEMON graph types: the typedefs in the beginning are for
convenience and we will assume them later as well.
-\include hello_lemon.cc
+\dontinclude hello_lemon.cc
+\skip include
+\until }
See the whole program in file \ref hello_lemon.cc in the \c demo subdir of
LEMON package.
@@ -95,7 +97,10 @@
Finally let us give a simple example that reads a graph from a file and writes
it to the standard output.
-\include reader_writer_demo.cc
+\dontinclude reader_writer_demo.cc
+\skip include
+\until return
+\until }
See the whole program in file \ref reader_writer_demo.cc.
More information about the Lemon-commits
mailing list