# HG changeset patch # User Alpar Juttner # Date 1225486825 0 # Node ID d64ffbd7d8c69851ebf5b2f9652818208088fb51 # Parent 55e2f7712e8723526b0294e0ec854554a067394f# Parent 0a51fe554d014cb27b9c7063f54f56f5988d6209 Merge diff -r 55e2f7712e87 -r d64ffbd7d8c6 Doxyfile --- a/Doxyfile Thu Oct 30 17:13:33 2008 +0000 +++ b/Doxyfile Fri Oct 31 21:00:25 2008 +0000 @@ -218,7 +218,7 @@ #--------------------------------------------------------------------------- # Configuration::additions related to external references #--------------------------------------------------------------------------- -TAGFILES = "./doc/libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-html-USERS-4.3" \ +TAGFILES = "./libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-html-USERS-4.3" \ "./lemon.tag = http://lemon.cs.elte.hu/pub/doc/1.0" GENERATE_TAGFILE = ALLEXTERNALS = NO diff -r 55e2f7712e87 -r d64ffbd7d8c6 getting_started.dox --- a/getting_started.dox Thu Oct 30 17:13:33 2008 +0000 +++ b/getting_started.dox Fri Oct 31 21:00:25 2008 +0000 @@ -16,12 +16,14 @@ * */ +namespace lemon { /** [PAGE]hello_lemon[PAGE] Compile Your First Code -If you have installed LEMON on your system you can paste the following -code segment into a file called hello_lemon.cc to have a first -working program that uses LEMON. +First of all you have to install LEMON on your system (see +\ref install for instructions). +After that you can paste the following code segment into a file +hello_lemon.cc to have a first working program that uses LEMON. \dontinclude hello_lemon.cc \skip #include @@ -116,3 +118,4 @@ [TRAILER] */ +} diff -r 55e2f7712e87 -r d64ffbd7d8c6 install.dox --- a/install.dox Thu Oct 30 17:13:33 2008 +0000 +++ b/install.dox Fri Oct 31 21:00:25 2008 +0000 @@ -61,7 +61,7 @@ (and Windows installers). If you want a developer version (for example you want to contribute in developing LEMON) then you might want to use our Mercurial repository. -This case is detailed \ref hg_checkout "later", so from now on we +This case is detailed \ref install_hg "later", so from now on we suppose that you downloaded a .tar.gz file. Thus you have to do the following steps. @@ -215,9 +215,9 @@ [SEC]compile_user_local[SEC] If LEMON is Installed User-Local You have to give more options to the compiler if LEMON is installed -user-local into a directory (denoted by ) +user-local into a directory (denoted by <dir>) or if you just skipped the step make install. -In the later case denotes the directory in which the +In the later case <dir> denotes the directory in which the the \c make command have been performed. \verbatim