1.1 --- a/Doxyfile Tue Oct 28 18:54:30 2008 +0100
1.2 +++ b/Doxyfile Fri Oct 31 15:01:15 2008 +0100
1.3 @@ -218,7 +218,7 @@
1.4 #---------------------------------------------------------------------------
1.5 # Configuration::additions related to external references
1.6 #---------------------------------------------------------------------------
1.7 -TAGFILES = "./doc/libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-html-USERS-4.3" \
1.8 +TAGFILES = "./libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-html-USERS-4.3" \
1.9 "./lemon.tag = http://lemon.cs.elte.hu/pub/doc/1.0"
1.10 GENERATE_TAGFILE =
1.11 ALLEXTERNALS = NO
2.1 --- a/getting_started.dox Tue Oct 28 18:54:30 2008 +0100
2.2 +++ b/getting_started.dox Fri Oct 31 15:01:15 2008 +0100
2.3 @@ -16,12 +16,14 @@
2.4 *
2.5 */
2.6
2.7 +namespace lemon {
2.8 /**
2.9 \page hello_lemon Compile Your First Code
2.10
2.11 -If you have installed LEMON on your system you can paste the following
2.12 -code segment into a file called <tt>hello_lemon.cc</tt> to have a first
2.13 -working program that uses LEMON.
2.14 +First of all you have to install LEMON on your system (see
2.15 +\ref install for instructions).
2.16 +After that you can paste the following code segment into a file
2.17 +<tt>hello_lemon.cc</tt> to have a first working program that uses LEMON.
2.18
2.19 \dontinclude hello_lemon.cc
2.20 \skip #include
2.21 @@ -115,3 +117,4 @@
2.22 <a href="mailto:lemon-user@lemon.cs.elte.hu"><b>contact us</b></a>.
2.23
2.24 */
2.25 +}
3.1 --- a/install.dox Tue Oct 28 18:54:30 2008 +0100
3.2 +++ b/install.dox Fri Oct 31 15:01:15 2008 +0100
3.3 @@ -61,7 +61,7 @@
3.4 (and Windows installers).
3.5 If you want a developer version (for example you want to contribute in
3.6 developing LEMON) then you might want to use our Mercurial repository.
3.7 -This case is detailed \ref hg_checkout "later", so from now on we
3.8 +This case is detailed \ref install_hg "later", so from now on we
3.9 suppose that you downloaded a <tt>.tar.gz</tt> file.
3.10
3.11 Thus you have to do the following steps.
3.12 @@ -216,9 +216,9 @@
3.13 \subsection compile_user_local If LEMON is Installed User-Local
3.14
3.15 You have to give more options to the compiler if LEMON is installed
3.16 -user-local into a directory (denoted by <tt><dir></tt>)
3.17 +user-local into a directory (denoted by <tt><dir></tt>)
3.18 or if you just skipped the step <tt>make install</tt>.
3.19 -In the later case <tt><dir></tt> denotes the directory in which the
3.20 +In the later case <tt><dir></tt> denotes the directory in which the
3.21 the \c make command have been performed.
3.22
3.23 \verbatim