Wed, 17 Jul 2013 12:32:03 +0200
added man page output
Doxyfile | file | annotate | diff | comparison | revisions | |
ucx/ucx.h | file | annotate | diff | comparison | revisions |
--- 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
--- 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: + * * <ul> * <li>a first (non-<code>NULL</code>) element</li> * <li>for each element a reference to the <code>next</code> element (the