ucx/ucx.h

changeset 116
234920008754
parent 115
965fd17ed9cf
child 121
311cac04d079
     1.1 --- a/ucx/ucx.h	Wed Jul 17 12:32:03 2013 +0200
     1.2 +++ b/ucx/ucx.h	Wed Jul 17 15:56:01 2013 +0200
     1.3 @@ -51,7 +51,6 @@
     1.4   * 
     1.5   * The first argument is the type of the list and its elements (e.g. UcxList).
     1.6   * The structure invariant of the list must be as follows:
     1.7 - *
     1.8   * <ul>
     1.9   *   <li>a first (non-<code>NULL</code>) element</li>
    1.10   *   <li>for each element a reference to the <code>next</code> element (the
    1.11 @@ -107,7 +106,8 @@
    1.12   * source and destination.
    1.13   * 
    1.14   * The arguments shall contain (in ascending order): a pointer to the source,
    1.15 - * the length of one element, the element count, a pointer to the destination.
    1.16 + * the length of one element, the element count and a pointer to the
    1.17 + * destination.
    1.18   */
    1.19  typedef size_t(*write_func)(const void*, size_t, size_t, void*);
    1.20  
    1.21 @@ -119,8 +119,8 @@
    1.22   * source and destination.
    1.23   * 
    1.24   * The arguments shall contain (in ascending order): a pointer to the
    1.25 - * destination, the length of one element, the element count, a pointer to the
    1.26 - * source.
    1.27 + * destination, the length of one element, the element count and a pointer to
    1.28 + * the source.
    1.29   */
    1.30  typedef size_t(*read_func)(void*, size_t, size_t, void*);
    1.31  

mercurial