This patch only fixes doxygen warnings and associated obviously-wrong lines. I couldn't help noticing that many functions have an `nfad` argument which is *always* of type struct nflog_data* but *sometimes* described as "pointer to logging data" and (more often) as "Netlink packet data handle passed to callback function". These can't both be right. I suspect "pointer to logging data" is right but can someone please confirm? The discrepancy does not cause a doxygen warning so is not addresssed in this patch. Duncan Roe (1): src: doc: Eliminate doxygen warnings src/libnetfilter_log.c | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) -- 2.17.5