netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH libmnl 0/1] build: doc: "make" builds & installs a full set of man pages
@ 2021-06-22  4:19 Duncan Roe
  2021-06-22  4:19 ` [PATCH libmnl 1/1] " Duncan Roe
  0 siblings, 1 reply; 17+ messages in thread
From: Duncan Roe @ 2021-06-22  4:19 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel, duncan_roe

This patch gets us out of the unfortunate situation where there are man pages
for all functions in (old, libnfnetlink-based) sample program
libnetfilter_queue/utils/nfqnl_test.c but not for the libmnl-based
libnetfilter_queue/examples/nf-queue.c.

From libnetfilter_queue we know how to generate a full set of man pages during
`make` so let's do it for libmnl.

This patch sets up the framework: in future patches I plan to update the
doxygen comments to be more man-page-friendly, e.g. by using \returns and \sa
where appropriate.

Duncan Roe (1):
  build: doc: "make" builds & installs a full set of man pages

 Makefile.am         |   4 +-
 configure.ac        |  24 +++++-
 doxygen.cfg.in      | 176 ++------------------------------------------
 doxygen/Makefile.am |  75 +++++++++++++++++++
 4 files changed, 107 insertions(+), 172 deletions(-)
 create mode 100644 doxygen/Makefile.am

-- 
2.17.5


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2021-08-09  8:32 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-22  4:19 [PATCH libmnl 0/1] build: doc: "make" builds & installs a full set of man pages Duncan Roe
2021-06-22  4:19 ` [PATCH libmnl 1/1] " Duncan Roe
2021-06-23 17:26   ` Pablo Neira Ayuso
2021-06-27  4:30     ` Duncan Roe
2021-06-27  4:42       ` Duncan Roe
2021-06-29  9:38       ` Pablo Neira Ayuso
2021-07-02  4:16         ` Duncan Roe
2021-07-07  2:19         ` Duncan Roe
2021-07-17  2:53         ` Duncan Roe
2021-07-17  2:53         ` [PATCH RFC libnetfilter_queue 1/1] src: doc: supply missing SYNOPSIS in pktbuff " Duncan Roe
2021-07-22 17:10           ` Pablo Neira Ayuso
2021-07-24  3:49             ` Duncan Roe
2021-07-24  8:56               ` Pablo Neira Ayuso
2021-08-09  8:22                 ` Duncan Roe
2021-08-09  8:32                   ` Duncan Roe
2021-07-17  3:27         ` [PATCH libmnl 1/1] build: doc: "make" builds & installs a full set of " Duncan Roe
2021-07-17  5:47           ` Duncan Roe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).