getting_started.dox
changeset 10 55e2f7712e87
parent 9 a48bf0d3a790
child 12 d64ffbd7d8c6
     1.1 --- a/getting_started.dox	Tue Oct 28 18:54:30 2008 +0100
     1.2 +++ b/getting_started.dox	Thu Oct 30 17:13:33 2008 +0000
     1.3 @@ -17,7 +17,7 @@
     1.4   */
     1.5  
     1.6  /**
     1.7 -\page hello_lemon Compile Your First Code
     1.8 +[PAGE]hello_lemon[PAGE] Compile Your First Code
     1.9  
    1.10  If you have installed LEMON on your system you can paste the following
    1.11  code segment into a file called <tt>hello_lemon.cc</tt> to have a first
    1.12 @@ -52,7 +52,7 @@
    1.13  
    1.14  Now let us compile this simple example program.
    1.15  
    1.16 -\section hello_lemon_system If LEMON is Installed System-Wide
    1.17 +[SEC]hello_lemon_system[SEC] If LEMON is Installed System-Wide
    1.18  
    1.19  If LEMON is installed system-wide (into directory \c /usr/local),
    1.20  then it is very easy to compile this program with the
    1.21 @@ -70,7 +70,7 @@
    1.22  ./hello_lemon
    1.23  \endverbatim
    1.24  
    1.25 -\section hello_lemon_user If LEMON is Installed User-Local
    1.26 +[SEC]hello_lemon_user[SEC] If LEMON is Installed User-Local
    1.27  
    1.28  Compiling the code is a bit more difficult if you installed LEMON
    1.29  user-local into a directory (e.g. <tt>~/lemon</tt>) or if you just
    1.30 @@ -114,4 +114,5 @@
    1.31  do not hesitate to
    1.32  <a href="mailto:lemon-user@lemon.cs.elte.hu"><b>contact us</b></a>.
    1.33  
    1.34 +[TRAILER]
    1.35  */