[Lemon-commits] Peter Kovacs: Small improvements

Lemon HG hg at lemon.cs.elte.hu
Fri Oct 31 22:00:35 CET 2008


details:   http://lemon.cs.elte.hu/hg/lemon-tutorial/rev/0a51fe554d01
changeset: 11:0a51fe554d01
user:      Peter Kovacs <kpeter [at] inf.elte.hu>
date:      Fri Oct 31 15:01:15 2008 +0100
description:
	Small improvements

diffstat:

3 files changed, 10 insertions(+), 7 deletions(-)
Doxyfile            |    2 +-
getting_started.dox |    9 ++++++---
install.dox         |    6 +++---

diffs (62 lines):

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 <tt>hello_lemon.cc</tt> 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
+<tt>hello_lemon.cc</tt> to have a first working program that uses LEMON.
 
 \dontinclude hello_lemon.cc
 \skip #include
@@ -115,3 +117,4 @@
 <a href="mailto:lemon-user at lemon.cs.elte.hu"><b>contact us</b></a>.
 
 */
+}
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 <tt>.tar.gz</tt> 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 <tt><dir></tt>)
+user-local into a directory (denoted by <tt><dir></tt>)
 or if you just skipped the step <tt>make install</tt>.
-In the later case <tt><dir></tt> denotes the directory in which the
+In the later case <tt><dir></tt> denotes the directory in which the
 the \c make command have been performed.
 
 \verbatim



More information about the Lemon-commits mailing list