doc/groups.dox
changeset 325 1e2d6ca80793
parent 318 2cc60866a0c9
child 326 d3a7603026a2
     1.1 --- a/doc/groups.dox	Thu Oct 09 16:20:37 2008 +0100
     1.2 +++ b/doc/groups.dox	Thu Oct 09 22:41:29 2008 +0200
     1.3 @@ -165,7 +165,7 @@
     1.4  /**
     1.5  @defgroup paths Path Structures
     1.6  @ingroup datas
     1.7 -\brief Path structures implemented in LEMON.
     1.8 +\brief %Path structures implemented in LEMON.
     1.9  
    1.10  This group describes the path structures implemented in LEMON.
    1.11  
    1.12 @@ -490,12 +490,12 @@
    1.13  
    1.14  The purpose of the classes in this group is fourfold.
    1.15  
    1.16 -- These classes contain the documentations of the concepts. In order
    1.17 +- These classes contain the documentations of the %concepts. In order
    1.18    to avoid document multiplications, an implementation of a concept
    1.19    simply refers to the corresponding concept class.
    1.20  
    1.21  - These classes declare every functions, <tt>typedef</tt>s etc. an
    1.22 -  implementation of the concepts should provide, however completely
    1.23 +  implementation of the %concepts should provide, however completely
    1.24    without implementations and real data structures behind the
    1.25    interface. On the other hand they should provide nothing else. All
    1.26    the algorithms working on a data structure meeting a certain concept