doc/groups.dox
branch1.0
changeset 326 d3a7603026a2
parent 323 2592532ee838
parent 325 1e2d6ca80793
child 427 c59bdcc8e33e
     1.1 --- a/doc/groups.dox	Thu Oct 09 21:06:43 2008 +0200
     1.2 +++ b/doc/groups.dox	Fri Oct 10 10:52:08 2008 +0100
     1.3 @@ -135,7 +135,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 @@ -270,12 +270,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