COIN-OR::LEMON - Graph Library

Ticket #119: doc-impr_1e2d6ca80793.patch

File doc-impr_1e2d6ca80793.patch, 5.2 KB (added by Peter Kovacs, 16 years ago)
  • INSTALL

    # HG changeset patch
    # User Peter Kovacs <kpeter@inf.elte.hu>
    # Date 1223584889 -7200
    # Node ID 1e2d6ca807934dd9ca4f87b55e7a542a3cff4143
    # Parent  a0ab96ad65fee4bffb5ba959f9f4a0ff2433abdf
    Doc improvements
    
    diff --git a/INSTALL b/INSTALL
    a b  
    11Installation Instructions
    22=========================
    33
    4    Since you are reading this I assume you already obtained one of the release
     4Since you are reading this I assume you already obtained one of the release
    55tarballs and successfully extracted it. The latest version of LEMON is
    66available at our web page (http://lemon.cs.elte.hu/).
    77
    8    In order to install LEMON from the extracted source tarball you have to
     8In order to install LEMON from the extracted source tarball you have to
    99issue the following commands:
    1010
    1111   1. `cd lemon-x.y.z'
     
    2121   3. `make'
    2222
    2323      This command compiles the non-template part of LEMON into libemon.a
    24       file. It also compiles the programs in the tools, benchmark and demo
    25       subdirectories when enabled.
     24      file. It also compiles the programs in the tools and demo subdirectories
     25      when enabled.
    2626
    2727   4. `make check'
    2828
     
    4949Configure Options and Variables
    5050===============================
    5151
    52    In step 2 you can customize the actions of configure by setting variables
     52In step 2 you can customize the actions of configure by setting variables
    5353and passing options to it. This can be done like this:
    5454`./configure [OPTION]... [VARIABLE=VALUE]...'
    5555
    56    Below you will find some useful variables and options (see
    57 `./configure --help' for more):
     56Below you will find some useful variables and options (see `./configure --help'
     57for more):
    5858
    5959CXX='comp'
    6060
     
    7676--disable-demo
    7777
    7878   Do not build the examples in the demo subdirectory (default).
    79 
    80 --enable-benchmark
    81 
    82    Build the programs in the benchmark subdirectory.
    83 
    84 --disable-benchmark
    85 
    86    Do not build the programs in the benchmark subdirectory (default).
    8779
    8880--enable-tools
    8981
  • README

    diff --git a/README b/README
    a b  
    3535
    3636test/
    3737
    38    Contains programs to check the integrity and correctness of LEMON.
     38   Programs to check the integrity and correctness of LEMON.
    3939
    4040tools/
    4141
  • doc/dirs.dox

    diff --git a/doc/dirs.dox b/doc/dirs.dox
    a b  
    1818
    1919/**
    2020\dir demo
    21 \brief A collection of demo application.
     21\brief A collection of demo applications.
    2222
    23 This directory contains several simple demo application, mainly
     23This directory contains several simple demo applications, mainly
    2424for educational purposes.
    2525*/
    2626
     
    2828\dir doc
    2929\brief Auxiliary (and the whole generated) documentation.
    3030
    31 Auxiliary (and the whole generated) documentation.
     31This directory contains some auxiliary pages and the whole generated
     32documentation.
    3233*/
    3334
    3435/**
     
    4142
    4243/**
    4344\dir tools
    44 \brief Some useful executables
     45\brief Some useful executables.
    4546
    4647This directory contains the sources of some useful complete executables.
    47 
    4848*/
    49 
    50 
    5149
    5250/**
    5351\dir lemon
    54 \brief Base include directory of LEMON
     52\brief Base include directory of LEMON.
    5553
    56 This is the base directory of lemon includes, so each include file must be
     54This is the base directory of LEMON includes, so each include file must be
    5755prefixed with this, e.g.
    5856\code
    5957#include<lemon/list_graph.h>
     
    6361
    6462/**
    6563\dir concepts
    66 \brief Concept descriptors and checking classes
     64\brief Concept descriptors and checking classes.
    6765
    68 This directory contains the concept descriptors and concept checkers. As a user
    69 you typically don't have to deal with these files.
     66This directory contains the concept descriptors and concept checking tools.
     67For more information see the \ref concept "Concepts" module.
    7068*/
    7169
    7270/**
    7371\dir bits
    74 \brief Implementation helper files
     72\brief Auxiliary tools for implementation.
    7573
    76 This directory contains some helper classes to implement graphs, maps and
    77 some other classes. As a user you typically don't have to deal with these
    78 files.
     74This directory contains some auxiliary classes for implementing graphs,
     75maps and some other classes.
     76As a user you typically don't have to deal with these files.
    7977*/
  • doc/groups.dox

    diff --git a/doc/groups.dox b/doc/groups.dox
    a b  
    165165/**
    166166@defgroup paths Path Structures
    167167@ingroup datas
    168 \brief Path structures implemented in LEMON.
     168\brief %Path structures implemented in LEMON.
    169169
    170170This group describes the path structures implemented in LEMON.
    171171
     
    490490
    491491The purpose of the classes in this group is fourfold.
    492492
    493 - These classes contain the documentations of the concepts. In order
     493- These classes contain the documentations of the %concepts. In order
    494494  to avoid document multiplications, an implementation of a concept
    495495  simply refers to the corresponding concept class.
    496496
    497497- These classes declare every functions, <tt>typedef</tt>s etc. an
    498   implementation of the concepts should provide, however completely
     498  implementation of the %concepts should provide, however completely
    499499  without implementations and real data structures behind the
    500500  interface. On the other hand they should provide nothing else. All
    501501  the algorithms working on a data structure meeting a certain concept