# HG changeset patch # User Mike Becker # Date 1374057123 -7200 # Node ID 965fd17ed9cf156989bc00ff28cee4548549da3f # Parent 5a0859739b76549f4689bf309004e88af5aa5d3f added man page output diff -r 5a0859739b76 -r 965fd17ed9cf Doxyfile --- a/Doxyfile Wed Jul 17 11:47:02 2013 +0200 +++ b/Doxyfile Wed Jul 17 12:32:03 2013 +0200 @@ -642,7 +642,7 @@ # wrong or incomplete parameter documentation, but not about the absence of # documentation. -WARN_NO_PARAMDOC = NO +WARN_NO_PARAMDOC = YES # The WARN_FORMAT tag determines the format of the warning messages that # doxygen can produce. The string should contain the $file, $line, and $text @@ -1361,7 +1361,7 @@ # If the GENERATE_MAN tag is set to YES (the default) Doxygen will # generate man pages -GENERATE_MAN = NO +GENERATE_MAN = YES # The MAN_OUTPUT tag is used to specify where the man pages will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be 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: + * *