# HG changeset patch # User Peter Kovacs # Date 1225461675 -3600 # Node ID 0a51fe554d014cb27b9c7063f54f56f5988d6209 # Parent a48bf0d3a790aceadf1bb1e309b63a3c6d70098d Small improvements diff -r a48bf0d3a790 -r 0a51fe554d01 Doxyfile --- a/Doxyfile Tue Oct 28 18:54:30 2008 +0100 +++ b/Doxyfile Fri Oct 31 15:01:15 2008 +0100 @@ -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 a48bf0d3a790 -r 0a51fe554d01 getting_started.dox --- a/getting_started.dox Tue Oct 28 18:54:30 2008 +0100 +++ b/getting_started.dox Fri Oct 31 15:01:15 2008 +0100 @@ -16,12 +16,14 @@ * */ +namespace lemon { /** \page hello_lemon 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 @@ -115,3 +117,4 @@ contact us. */ +} diff -r a48bf0d3a790 -r 0a51fe554d01 install.dox --- a/install.dox Tue Oct 28 18:54:30 2008 +0100 +++ b/install.dox Fri Oct 31 15:01:15 2008 +0100 @@ -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. @@ -216,9 +216,9 @@ \subsection compile_user_local 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