Merge
authorAlpar Juttner <alpar@cs.elte.hu>
Fri, 31 Oct 2008 21:00:25 +0000
changeset 12d64ffbd7d8c6
parent 10 55e2f7712e87
parent 11 0a51fe554d01
child 13 98a495a50e49
Merge
Doxyfile
getting_started.dox
install.dox
     1.1 --- a/Doxyfile	Thu Oct 30 17:13:33 2008 +0000
     1.2 +++ b/Doxyfile	Fri Oct 31 21:00:25 2008 +0000
     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	Thu Oct 30 17:13:33 2008 +0000
     2.2 +++ b/getting_started.dox	Fri Oct 31 21:00:25 2008 +0000
     2.3 @@ -16,12 +16,14 @@
     2.4   *
     2.5   */
     2.6  
     2.7 +namespace lemon {
     2.8  /**
     2.9  [PAGE]hello_lemon[PAGE] 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 @@ -116,3 +118,4 @@
    2.22  
    2.23  [TRAILER]
    2.24  */
    2.25 +}
     3.1 --- a/install.dox	Thu Oct 30 17:13:33 2008 +0000
     3.2 +++ b/install.dox	Fri Oct 31 21:00:25 2008 +0000
     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 @@ -215,9 +215,9 @@
    3.13  [SEC]compile_user_local[SEC] 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>&lt;dir&gt;</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>&lt;dir&gt;</tt> denotes the directory in which the
    3.21  the \c make command have been performed.
    3.22  
    3.23  \verbatim