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,
Branch: refs/heads/tidy-nozzle-manpages
Home: https://github.com/kronosnet/kronosnet
Commit: f82a1a1d0675804039eb916f0b8d02212597294d
https://github.com/kronosnet/kronosnet/commit/f82a1a1d0675804039eb916f0b8d0…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2019-04-15 (Mon, 15 Apr 2019)
Changed paths:
M libnozzle/libnozzle.h
Log Message:
-----------
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