From 8c64825249e46409c982b1e2bf4148f0bc860446 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 16 Oct 2017 15:17:03 +0200 Subject: [doc] Don't add libosmovty bits to libosmocore groups Let's not put files of libosmovty into Doxygen groups of libosmocore, as this seems to confuse Doxygen. Also, some minor updates/fixes of libosmovty documentation. Change-Id: I70e612b8d06aabefe634fcd7861641ffb941d974 --- src/vty/stats_vty.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'src/vty/stats_vty.c') diff --git a/src/vty/stats_vty.c b/src/vty/stats_vty.c index 95f04bc6..2ccbf668 100644 --- a/src/vty/stats_vty.c +++ b/src/vty/stats_vty.c @@ -1,5 +1,3 @@ -/*! \file stats_vty.c - * OpenBSC stats helper for the VTY. */ /* * (C) 2009-2010 by Harald Welte * (C) 2009-2014 by Holger Hans Peter Freyther @@ -43,9 +41,14 @@ #define SHOW_STATS_STR "Show statistical values\n" -/*! \addtogroup stats - * @{ +/*! \file stats_vty.c * VTY interface for statsd / statistic items + * + * This code allows you to register a couple of VTY commands that + * permit configuration of the \ref stats functionality from the VTY. + * + * Use \ref osmo_stats_vty_add_cmds once at application start-up to + * enable related commands. */ /* containing version info */ @@ -609,5 +612,3 @@ void osmo_stats_vty_add_cmds() install_element_ve(&show_stats_asciidoc_table_cmd); } - -/*! @} */ -- cgit v1.2.3