edbus: Add blank lines to separate function docs
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Fri, 14 Dec 2012 16:28:36 +0000 (16:28 +0000)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Fri, 14 Dec 2012 16:28:36 +0000 (16:28 +0000)
commitc598ce36fcb99c2679ee80c681436b0ea67ef1b9
tree3d96923dd184ce85b0fca3a2b866ed83f1467c3b
parent7a3fd939485d5bdd075010df5c9d0730eedfc046
edbus: Add blank lines to separate function docs

find . -name '*.h' -exec \
     sed -i '/^\s*$/b; N; /\n\/\*\*/{P;x;p;x;D}' {} \;

This ensures to add a blank line above a doxygen comment if and only if
there wasn't one.

SVN revision: 80962
legacy/edbus/src/lib/EDBus.h
legacy/edbus/src/lib/edbus_freedesktop.h
legacy/edbus/src/lib/edbus_message.h
legacy/edbus/src/lib/edbus_object.h
legacy/edbus/src/lib/edbus_proxy.h
legacy/edbus/src/lib/edbus_service.h
legacy/edbus/src/lib/edbus_signal_handler.h