Branch: refs/heads/tidy-nozzle-manpages Home: https://github.com/kronosnet/kronosnet Commit: 27e26d5a364d713fa962e5e31cf05e82b2850ba9 https://github.com/kronosnet/kronosnet/commit/27e26d5a364d713fa962e5e31cf05e... Author: Christine Caulfield ccaulfie@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/4d3fd87d52f77cb9d00e48d85898f8... Author: Christine Caulfield ccaulfie@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