[Lemon-commits] [lemon_svn] alpar: r1385 - hugo/trunk/doc

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:45:00 CET 2006


Author: alpar
Date: Mon Nov 15 16:07:11 2004
New Revision: 1385

Modified:
   hugo/trunk/doc/mainpage.dox

Log:
Unified style hyperlinks in the doc.

Modified: hugo/trunk/doc/mainpage.dox
==============================================================================
--- hugo/trunk/doc/mainpage.dox	(original)
+++ hugo/trunk/doc/mainpage.dox	Mon Nov 15 16:07:11 2004
@@ -1,5 +1,5 @@
 /**
-\mainpage
+\mainpage LEMON Documentation
 
 \section intro Introduction
 
@@ -14,7 +14,8 @@
 with graphs.
 
 <b>
-LEMON is an <a href="http://opensource.org/">open source</a> project.
+LEMON is an <a class="el" href="http://opensource.org/">open source</a>
+project.
 You are free to use it in your commertial or
 non-commertial applications under very permissive
 \ref license "license terms".
@@ -22,15 +23,16 @@
 
 \subsection howtoread How to read this document
 
-Graph structures play central role in LEMON, so if you are new to it,
+\ref graphs "Graph structures"
+play central role in LEMON, so if you are new to it,
 you probably should start \ref graphs "here".
 You can also find this page along with others under
-<a href="pages.html"> Related Pages </a>.
+<a class="el" href="pages.html"> Related Pages </a>.
 
 If you are 
 interested about data structures and algorithms in more details, then
 you should browse the reference manual part of the documentation.
-Section <a href="modules.html"> Modules </a>
+Section <a class="el" href="modules.html"> Modules </a>
  is a good starting point for this.
 
 */



More information about the Lemon-commits mailing list