added man page output

Wed, 17 Jul 2013 12:32:03 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 17 Jul 2013 12:32:03 +0200
changeset 115
965fd17ed9cf
parent 114
5a0859739b76
child 116
234920008754

added man page output

Doxyfile file | annotate | diff | comparison | revisions
ucx/ucx.h file | annotate | diff | comparison | revisions
     1.1 --- a/Doxyfile	Wed Jul 17 11:47:02 2013 +0200
     1.2 +++ b/Doxyfile	Wed Jul 17 12:32:03 2013 +0200
     1.3 @@ -642,7 +642,7 @@
     1.4  # wrong or incomplete parameter documentation, but not about the absence of
     1.5  # documentation.
     1.6  
     1.7 -WARN_NO_PARAMDOC       = NO
     1.8 +WARN_NO_PARAMDOC       = YES
     1.9  
    1.10  # The WARN_FORMAT tag determines the format of the warning messages that
    1.11  # doxygen can produce. The string should contain the $file, $line, and $text
    1.12 @@ -1361,7 +1361,7 @@
    1.13  # If the GENERATE_MAN tag is set to YES (the default) Doxygen will
    1.14  # generate man pages
    1.15  
    1.16 -GENERATE_MAN           = NO
    1.17 +GENERATE_MAN           = YES
    1.18  
    1.19  # The MAN_OUTPUT tag is used to specify where the man pages will be put.
    1.20  # If a relative path is entered the value of OUTPUT_DIRECTORY will be
     2.1 --- a/ucx/ucx.h	Wed Jul 17 11:47:02 2013 +0200
     2.2 +++ b/ucx/ucx.h	Wed Jul 17 12:32:03 2013 +0200
     2.3 @@ -29,6 +29,7 @@
     2.4   * Main UCX Header providing most common definitions.
     2.5   * 
     2.6   * @file   ucx.h
     2.7 + * @author Mike Becker
     2.8   * @author Olaf Wintermann
     2.9   */
    2.10  
    2.11 @@ -50,6 +51,7 @@
    2.12   * 
    2.13   * The first argument is the type of the list and its elements (e.g. UcxList).
    2.14   * The structure invariant of the list must be as follows:
    2.15 + *
    2.16   * <ul>
    2.17   *   <li>a first (non-<code>NULL</code>) element</li>
    2.18   *   <li>for each element a reference to the <code>next</code> element (the

mercurial