ucx/ucx.h

changeset 115
965fd17ed9cf
parent 114
5a0859739b76
child 116
234920008754
     1.1 --- a/ucx/ucx.h	Wed Jul 17 11:47:02 2013 +0200
     1.2 +++ b/ucx/ucx.h	Wed Jul 17 12:32:03 2013 +0200
     1.3 @@ -29,6 +29,7 @@
     1.4   * Main UCX Header providing most common definitions.
     1.5   * 
     1.6   * @file   ucx.h
     1.7 + * @author Mike Becker
     1.8   * @author Olaf Wintermann
     1.9   */
    1.10  
    1.11 @@ -50,6 +51,7 @@
    1.12   * 
    1.13   * The first argument is the type of the list and its elements (e.g. UcxList).
    1.14   * The structure invariant of the list must be as follows:
    1.15 + *
    1.16   * <ul>
    1.17   *   <li>a first (non-<code>NULL</code>) element</li>
    1.18   *   <li>for each element a reference to the <code>next</code> element (the

mercurial