Changeset 995:e5216825f71b in lemon-0.x
- Timestamp:
- 11/15/04 16:07:11 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1385
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/mainpage.dox
r991 r995 1 1 /** 2 \mainpage 2 \mainpage LEMON Documentation 3 3 4 4 \section intro Introduction … … 15 15 16 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 source</a> 18 project. 18 19 You are free to use it in your commertial or 19 20 non-commertial applications under very permissive … … 23 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 28 you probably should start \ref graphs "here". 27 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 32 If you are 31 33 interested about data structures and algorithms in more details, then 32 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 36 is a good starting point for this. 35 37
Note: See TracChangeset
for help on using the changeset viewer.