doc/mainpage.dox
changeset 997 665ffade9aca
parent 991 e619a466ca5d
child 1003 ac4f15d1191a
equal deleted inserted replaced
6:b113adcd9e8d 7:5b047a8d80b7
     1 /**
     1 /**
     2 \mainpage
     2 \mainpage LEMON Documentation
     3 
     3 
     4 \section intro Introduction
     4 \section intro Introduction
     5 
     5 
     6 \subsection whatis What is LEMON
     6 \subsection whatis What is LEMON
     7 
     7 
    12 library aimed at combinatorial optimization tasks which
    12 library aimed at combinatorial optimization tasks which
    13 often involve in working
    13 often involve in working
    14 with graphs.
    14 with graphs.
    15 
    15 
    16 <b>
    16 <b>
    17 LEMON is an <a href="http://opensource.org/">open source</a> project.
    17 LEMON is an <a class="el" href="http://opensource.org/">open&nbsp;source</a>
       
    18 project.
    18 You are free to use it in your commertial or
    19 You are free to use it in your commertial or
    19 non-commertial applications under very permissive
    20 non-commertial applications under very permissive
    20 \ref license "license terms".
    21 \ref license "license terms".
    21 </b>
    22 </b>
    22 
    23 
    23 \subsection howtoread How to read this document
    24 \subsection howtoread How to read this document
    24 
    25 
    25 Graph structures play central role in LEMON, so if you are new to it,
    26 \ref graphs "Graph structures"
       
    27 play central role in LEMON, so if you are new to it,
    26 you probably should start \ref graphs "here".
    28 you probably should start \ref graphs "here".
    27 You can also find this page along with others under
    29 You can also find this page along with others under
    28 <a href="pages.html"> Related Pages </a>.
    30 <a class="el" href="pages.html"> Related Pages </a>.
    29 
    31 
    30 If you are 
    32 If you are 
    31 interested about data structures and algorithms in more details, then
    33 interested about data structures and algorithms in more details, then
    32 you should browse the reference manual part of the documentation.
    34 you should browse the reference manual part of the documentation.
    33 Section <a href="modules.html"> Modules </a>
    35 Section <a class="el" href="modules.html"> Modules </a>
    34  is a good starting point for this.
    36  is a good starting point for this.
    35 
    37 
    36 */
    38 */