doc/dirs.dox
changeset 325 1e2d6ca80793
parent 209 765619b7cbb2
child 427 c59bdcc8e33e
     1.1 --- a/doc/dirs.dox	Thu Oct 09 16:20:37 2008 +0100
     1.2 +++ b/doc/dirs.dox	Thu Oct 09 22:41:29 2008 +0200
     1.3 @@ -18,9 +18,9 @@
     1.4  
     1.5  /**
     1.6  \dir demo
     1.7 -\brief A collection of demo application.
     1.8 +\brief A collection of demo applications.
     1.9  
    1.10 -This directory contains several simple demo application, mainly
    1.11 +This directory contains several simple demo applications, mainly
    1.12  for educational purposes.
    1.13  */
    1.14  
    1.15 @@ -28,7 +28,8 @@
    1.16  \dir doc
    1.17  \brief Auxiliary (and the whole generated) documentation.
    1.18  
    1.19 -Auxiliary (and the whole generated) documentation.
    1.20 +This directory contains some auxiliary pages and the whole generated
    1.21 +documentation.
    1.22  */
    1.23  
    1.24  /**
    1.25 @@ -41,19 +42,16 @@
    1.26  
    1.27  /**
    1.28  \dir tools
    1.29 -\brief Some useful executables
    1.30 +\brief Some useful executables.
    1.31  
    1.32  This directory contains the sources of some useful complete executables.
    1.33 -
    1.34  */
    1.35  
    1.36 -
    1.37 -
    1.38  /**
    1.39  \dir lemon
    1.40 -\brief Base include directory of LEMON
    1.41 +\brief Base include directory of LEMON.
    1.42  
    1.43 -This is the base directory of lemon includes, so each include file must be
    1.44 +This is the base directory of LEMON includes, so each include file must be
    1.45  prefixed with this, e.g.
    1.46  \code
    1.47  #include<lemon/list_graph.h>
    1.48 @@ -63,17 +61,17 @@
    1.49  
    1.50  /**
    1.51  \dir concepts
    1.52 -\brief Concept descriptors and checking classes
    1.53 +\brief Concept descriptors and checking classes.
    1.54  
    1.55 -This directory contains the concept descriptors and concept checkers. As a user
    1.56 -you typically don't have to deal with these files.
    1.57 +This directory contains the concept descriptors and concept checking tools.
    1.58 +For more information see the \ref concept "Concepts" module.
    1.59  */
    1.60  
    1.61  /**
    1.62  \dir bits
    1.63 -\brief Implementation helper files
    1.64 +\brief Auxiliary tools for implementation.
    1.65  
    1.66 -This directory contains some helper classes to implement graphs, maps and
    1.67 -some other classes. As a user you typically don't have to deal with these
    1.68 -files.
    1.69 +This directory contains some auxiliary classes for implementing graphs, 
    1.70 +maps and some other classes.
    1.71 +As a user you typically don't have to deal with these files.
    1.72  */