From dca7d2caaafd7d13d8c97e56330deea839ceda56 Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Wed, 18 Apr 2012 21:53:23 +0200 Subject: doc: Fix the Doxygen section endings Signed-off-by: Sylvain Munaut --- include/osmocom/vty/command.h | 2 +- include/osmocom/vty/telnet_interface.h | 2 +- include/osmocom/vty/vty.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'include/osmocom/vty') diff --git a/include/osmocom/vty/command.h b/include/osmocom/vty/command.h index 79d0aecf..664c83c9 100644 --- a/include/osmocom/vty/command.h +++ b/include/osmocom/vty/command.h @@ -366,5 +366,5 @@ void print_version(int print_copyright); extern void *tall_vty_cmd_ctx; -/*! }@ */ +/*! @} */ #endif /* _ZEBRA_COMMAND_H */ diff --git a/include/osmocom/vty/telnet_interface.h b/include/osmocom/vty/telnet_interface.h index 65a1dd90..3c222014 100644 --- a/include/osmocom/vty/telnet_interface.h +++ b/include/osmocom/vty/telnet_interface.h @@ -51,6 +51,6 @@ int telnet_init_dynif(void *tall_ctx, void *priv, const char *ip, int port); void telnet_exit(void); -/*! }@ */ +/*! @} */ #endif /* TELNET_INTERFACE_H */ diff --git a/include/osmocom/vty/vty.h b/include/osmocom/vty/vty.h index 83506c5e..1518894b 100644 --- a/include/osmocom/vty/vty.h +++ b/include/osmocom/vty/vty.h @@ -183,6 +183,6 @@ extern void *tall_vty_ctx; extern struct cmd_element cfg_description_cmd; extern struct cmd_element cfg_no_description_cmd; -/*! }@ */ +/*! @} */ #endif -- cgit v1.2.3