doc/dirs.dox
author ladanyi
Fri, 26 Aug 2005 07:35:23 +0000
changeset 1648 dd8672338691
parent 1154 f07c1c442e6c
child 1715 e71778873dd0
permissions -rw-r--r--
- use Gtk::Dialog to set the new values of edge and node maps
- update all edges/nodes when editing a map so that edge widths and node
sizes change properly
- coordinate maps are no longer selectable in the maps window
alpar@1154
     1
/**
alpar@1154
     2
\dir lemon
alpar@1154
     3
\brief Base include directory of LEMON
alpar@1154
     4
alpar@1154
     5
This is the base directory of lemon includes, so each include file must be
alpar@1154
     6
prefixed with this, e.g.
alpar@1154
     7
\code
alpar@1154
     8
#include<lemon/list_graph.h>
alpar@1154
     9
#include<lemon/dijkstra.h>
alpar@1154
    10
\endcode
alpar@1154
    11
*/
alpar@1154
    12
alpar@1154
    13
/**
alpar@1154
    14
\dir concept
alpar@1154
    15
\brief Concept descriptors and checking classes
alpar@1154
    16
alpar@1154
    17
This directory contains the concept descriptors and concept checkers. As a user
alpar@1154
    18
you typically don't have to deal with these files.
alpar@1154
    19
*/
deba@1416
    20
deba@1416
    21
/**
deba@1416
    22
\dir bits
deba@1416
    23
\brief Implementation helper files
deba@1416
    24
deba@1416
    25
This directory contains some helper classes to implement graphs, maps and
deba@1416
    26
some other classes. As a user you typically don't have to deal with these 
deba@1416
    27
files.
deba@1416
    28
*/