Branch: refs/heads/master
Home: https://github.com/kronosnet/kronosnet
Commit: b0911f55e65c77fb091eb848788f0fbbd5efd598
https://github.com/kronosnet/kronosnet/commit/b0911f55e65c77fb091eb848788f0…
Author: Chrissie Caulfield <ccaulfie(a)redhat.com>
Date: 2019-04-16 (Tue, 16 Apr 2019)
Changed paths:
M libknet/libknet.h
M libnozzle/libnozzle.h
M man/doxyxml.c
Log Message:
-----------
man: Tidy manpages (#215)
* man: Tidy manpages for libnozzle
doxygen works in mysterious ways, adding a blank line before
@brief makes the lines following that much tidier.
So now instead of
nozzle_close nozzle - pointer to the nozzle struct to destroy
we get:
nozzle_close
nozzle - pointer to the nozzle struct to destroy
* doxyxml: Cope with pointers-to-pointers passed as params
Double pointers showed as ' * *name' when they should be ' **name'.
Also tidy STRUCTURES display so that they are not indented too much,
* man: Similar @brief fixes for libknet.h
* doxyxml: Tidy descriptions of functions as parameters
If a complex function pointer was passed as a parameter then doxyxml
tryied to line up all the other parameters with it - making a mess
by having lots of blank space between the type and the name.
Now we enforce a maximum type length (a line-ish) so that shorter
tyopes will line up OK and the really long ones will be left to their
own devices.
Branch: refs/heads/tidy-nozzle-manpages
Home: https://github.com/kronosnet/kronosnet
Commit: 27e26d5a364d713fa962e5e31cf05e82b2850ba9
https://github.com/kronosnet/kronosnet/commit/27e26d5a364d713fa962e5e31cf05…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2019-04-16 (Tue, 16 Apr 2019)
Changed paths:
M libknet/libknet.h
Log Message:
-----------
man: Similar @brief fixes for libknet.h
Commit: 4d3fd87d52f77cb9d00e48d85898f8fbb7bfa7e7
https://github.com/kronosnet/kronosnet/commit/4d3fd87d52f77cb9d00e48d85898f…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2019-04-16 (Tue, 16 Apr 2019)
Changed paths:
M man/doxyxml.c
Log Message:
-----------
doxyxml: Tidy descriptions of functions as parameters
If a complex function pointer was passed as a parameter then doxyxml
tryied to line up all the other parameters with it - making a mess
by having lots of blank space between the type and the name.
Now we enforce a maximum type length (a line-ish) so that shorter
tyopes will line up OK and the really long ones will be left to their
own devices.
Compare: https://github.com/kronosnet/kronosnet/compare/c988a9b94df5...4d3fd87d52f7
Branch: refs/heads/tidy-nozzle-manpages
Home: https://github.com/kronosnet/kronosnet
Commit: c988a9b94df5a5182be8f5b758e622df22c52a05
https://github.com/kronosnet/kronosnet/commit/c988a9b94df5a5182be8f5b758e62…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2019-04-16 (Tue, 16 Apr 2019)
Changed paths:
M man/doxyxml.c
Log Message:
-----------
doxyxml: Cope with pointers-to-pointers passed as params
Double pointers showed as ' * *name' when they should be ' **name'.
Also tidy STRUCTURES display so that they are not indented too much,