diff -r 5a0859739b76 -r 965fd17ed9cf ucx/ucx.h --- a/ucx/ucx.h Wed Jul 17 11:47:02 2013 +0200 +++ b/ucx/ucx.h Wed Jul 17 12:32:03 2013 +0200 @@ -29,6 +29,7 @@ * Main UCX Header providing most common definitions. * * @file ucx.h + * @author Mike Becker * @author Olaf Wintermann */ @@ -50,6 +51,7 @@ * * The first argument is the type of the list and its elements (e.g. UcxList). * The structure invariant of the list must be as follows: + * *