COIN-OR::LEMON - Graph Library

source: lemon-0.x/doc/dirs.dox @ 2097:6b2903440d2b

Last change on this file since 2097:6b2903440d2b was 1715:e71778873dd0, checked in by Alpar Juttner, 18 years ago

Doc improvments

File size: 1.0 KB
RevLine 
[1715]1/**
2\dir demo
3\brief A collection of demo application.
4
5This directory contains several simple demo application, mainly
6for educational purposes.
7*/
8
9/**
10\dir doc
11\brief Auxiliary (and the whole generated) documentation.
12 Auxiliary (and the whole generated) documentation.
13*/
14
15/**
16\dir test
17\brief Test programs.
18
19This directory contains several test programs that check the consistency
20of the code.
21*/
22
23
24
25
[1154]26/**
27\dir lemon
28\brief Base include directory of LEMON
29
30This is the base directory of lemon includes, so each include file must be
31prefixed with this, e.g.
32\code
33#include<lemon/list_graph.h>
34#include<lemon/dijkstra.h>
35\endcode
36*/
37
38/**
39\dir concept
40\brief Concept descriptors and checking classes
41
42This directory contains the concept descriptors and concept checkers. As a user
43you typically don't have to deal with these files.
44*/
[1416]45
46/**
47\dir bits
48\brief Implementation helper files
49
50This directory contains some helper classes to implement graphs, maps and
51some other classes. As a user you typically don't have to deal with these
52files.
53*/
Note: See TracBrowser for help on using the repository browser.