COIN-OR::LEMON - Graph Library

Changeset 991:e619a466ca5d in lemon-0.x


Ignore:
Timestamp:
11/14/04 14:15:46 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1381
Message:
  • Move template.h to doc/.
  • Insert the license terms into the documentation.
  • template.h now appears under the coding style documentation.
Files:
1 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • doc/Doxyfile

    r959 r991  
    431431                         groups.dox \
    432432                         namespaces.dox \
     433                         license.dox \
    433434                         ../src/lemon \
    434435                         ../src/lemon/concept \
     
    471472# the \include command).
    472473
    473 EXAMPLE_PATH           = ../src/demo
     474EXAMPLE_PATH           = ../src/demo ../LICENSE .
    474475
    475476# If the value of the EXAMPLE_PATH tag contains directories, you can use the
  • doc/coding_style.dox

    r955 r991  
    7878\endcode
    7979
     80\section header-template Template Header File
     81
     82Each Lemon header file should look like this:
     83
     84\include template.h
     85
    8086*/
  • doc/mainpage.dox

    r926 r991  
    1212library aimed at combinatorial optimization tasks which
    1313often involve in working
    14 with graphs. As the name also suggests, its development was started by
    15 Hungarian people.
     14with graphs.
     15
     16<b>
     17LEMON is an <a href="http://opensource.org/">open source</a> project.
     18You are free to use it in your commertial or
     19non-commertial applications under very permissive
     20\ref license "license terms".
     21</b>
    1622
    1723\subsection howtoread How to read this document
Note: See TracChangeset for help on using the changeset viewer.