doc/quicktour.dox
author marci
Wed, 23 Feb 2005 22:00:05 +0000
changeset 1172 37338ae42a2b
parent 1169 8b06fbd5712c
child 1175 6205eebd62fc
permissions -rw-r--r--
graphwrapper dox. everybody is asked to read doxygen.log
     1 /**
     2 
     3 \page quicktour Quick Tour to LEMON
     4 
     5 \ref graphs "Graph structures"
     6 play a central role in LEMON, so if you are new to it,
     7 you probably should start \ref graphs "here".
     8 You can also find that page along with others under
     9 <a class="el" href="pages.html"> Related Pages </a>.
    10 
    11 If you are 
    12 interested in data structures and algorithms in more details, then
    13 you should browse the reference manual part of the documentation.
    14 Section <a class="el" href="modules.html"> Modules </a>
    15  is a good starting point for this.
    16 */