diff mbox series

Fix a missing doxygen section trailer in nlmsg.c

Message ID 20191002064848.30620-1-duncan_roe@optusnet.com.au
State Accepted
Delegated to: Pablo Neira
Headers show
Series Fix a missing doxygen section trailer in nlmsg.c | expand

Commit Message

Duncan Roe Oct. 2, 2019, 6:48 a.m. UTC
This corrects an oddity in the web doco (and presumably in the man pages as
well) whereby "Netlink message batch helpers" was showing up as a sub-topic of
"Netlink message helpers".

This was included in my original (rejected) patch "Enable doxygen to generate
Function Documentation" with a comment "(didn't think it warrantied an extra
patch)" - clearly wrong
---
 src/nlmsg.c | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Duncan Roe Oct. 2, 2019, 11:56 p.m. UTC | #1
On Wed, Oct 02, 2019 at 04:48:48PM +1000, Duncan Roe wrote:
> This corrects an oddity in the web doco (and presumably in the man pages as
> well) whereby "Netlink message batch helpers" was showing up as a sub-topic of
> "Netlink message helpers".
>
> This was included in my original (rejected) patch "Enable doxygen to generate
> Function Documentation" with a comment "(didn't think it warrantied an extra
> patch)" - clearly wrong
> ---
>  src/nlmsg.c | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/src/nlmsg.c b/src/nlmsg.c
> index fb99135..d398e63 100644
> --- a/src/nlmsg.c
> +++ b/src/nlmsg.c
> @@ -370,6 +370,10 @@ EXPORT_SYMBOL void mnl_nlmsg_fprintf(FILE *fd, const void *data, size_t datalen,
>  	}
>  }
>
> +/**
> + * @}
> + */
> +
>  /**
>   * \defgroup batch Netlink message batch helpers
>   *
> --
> 2.14.5
>
Sorry, should have mentioned: this patch is for libmnl

Cheers ... Duncan.
Pablo Neira Ayuso Oct. 3, 2019, 10:24 a.m. UTC | #2
On Thu, Oct 03, 2019 at 09:56:34AM +1000, Duncan Roe wrote:
> On Wed, Oct 02, 2019 at 04:48:48PM +1000, Duncan Roe wrote:
> > This corrects an oddity in the web doco (and presumably in the man pages as
> > well) whereby "Netlink message batch helpers" was showing up as a sub-topic of
> > "Netlink message helpers".

Applied, thanks.
diff mbox series

Patch

diff --git a/src/nlmsg.c b/src/nlmsg.c
index fb99135..d398e63 100644
--- a/src/nlmsg.c
+++ b/src/nlmsg.c
@@ -370,6 +370,10 @@  EXPORT_SYMBOL void mnl_nlmsg_fprintf(FILE *fd, const void *data, size_t datalen,
 	}
 }
 
+/**
+ * @}
+ */
+
 /**
  * \defgroup batch Netlink message batch helpers
  *