Unified style hyperlinks in the doc.
1.1 --- a/doc/mainpage.dox Mon Nov 15 15:05:00 2004 +0000
1.2 +++ b/doc/mainpage.dox Mon Nov 15 15:07:11 2004 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 -\mainpage
1.6 +\mainpage LEMON Documentation
1.7
1.8 \section intro Introduction
1.9
1.10 @@ -14,7 +14,8 @@
1.11 with graphs.
1.12
1.13 <b>
1.14 -LEMON is an <a href="http://opensource.org/">open source</a> project.
1.15 +LEMON is an <a class="el" href="http://opensource.org/">open source</a>
1.16 +project.
1.17 You are free to use it in your commertial or
1.18 non-commertial applications under very permissive
1.19 \ref license "license terms".
1.20 @@ -22,15 +23,16 @@
1.21
1.22 \subsection howtoread How to read this document
1.23
1.24 -Graph structures play central role in LEMON, so if you are new to it,
1.25 +\ref graphs "Graph structures"
1.26 +play central role in LEMON, so if you are new to it,
1.27 you probably should start \ref graphs "here".
1.28 You can also find this page along with others under
1.29 -<a href="pages.html"> Related Pages </a>.
1.30 +<a class="el" href="pages.html"> Related Pages </a>.
1.31
1.32 If you are
1.33 interested about data structures and algorithms in more details, then
1.34 you should browse the reference manual part of the documentation.
1.35 -Section <a href="modules.html"> Modules </a>
1.36 +Section <a class="el" href="modules.html"> Modules </a>
1.37 is a good starting point for this.
1.38
1.39 */