summaryrefslogtreecommitdiffstats
path: root/src/vty/fsm_vty.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-10-16 15:17:03 +0200
committerHarald Welte <laforge@gnumonks.org>2017-10-16 15:17:03 +0200
commit8c64825249e46409c982b1e2bf4148f0bc860446 (patch)
treec0167eb38da7d06559d9825a6bebe3f1551218da /src/vty/fsm_vty.c
parent7166094a85b88bdf18f19ea1e3a85874c0236748 (diff)
[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
Diffstat (limited to 'src/vty/fsm_vty.c')
-rw-r--r--src/vty/fsm_vty.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/vty/fsm_vty.c b/src/vty/fsm_vty.c
index 345be667..50c7fd52 100644
--- a/src/vty/fsm_vty.c
+++ b/src/vty/fsm_vty.c
@@ -1,5 +1,3 @@
-/*! \file fsm_vty.c
- * Osmocom FSM introspection via VTY. */
/*
* (C) 2016 by Harald Welte <laforge@gnumonks.org>
* All Rights Reserved
@@ -35,9 +33,8 @@
#include <osmocom/core/logging.h>
#include <osmocom/core/linuxlist.h>
-/*! \addtogroup fsm
- * @{
- * VTY interface for Osmocom FSM
+/*! \file fsm_vty.c
+ * Osmocom FSM introspection via VTY.
*
* This is code implementing generic VTY access to Osmocom FSMs from
* libosmocore. This means that any application can expose all state
@@ -187,5 +184,3 @@ void osmo_fsm_vty_add_cmds(void)
install_element_ve(&show_fsm_inst_cmd);
install_element_ve(&show_fsm_insts_cmd);
}
-
-/*! @} */