aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/vty/command.c2
-rw-r--r--src/vty/telnet_interface.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/vty/command.c b/src/vty/command.c
index 890fb7df..ab1eacaa 100644
--- a/src/vty/command.c
+++ b/src/vty/command.c
@@ -40,7 +40,7 @@ Boston, MA 02111-1307, USA. */
#include <osmocom/core/talloc.h>
-/*! \addtogroup vty
+/*! \addtogroup command
* @{
*/
/*! \file command.c */
diff --git a/src/vty/telnet_interface.c b/src/vty/telnet_interface.c
index 89cba581..ed64cdab 100644
--- a/src/vty/telnet_interface.c
+++ b/src/vty/telnet_interface.c
@@ -33,7 +33,7 @@
#include <osmocom/vty/buffer.h>
#include <osmocom/vty/command.h>
-/*! \addtogroup vty
+/*! \addtogroup telnet_interface
* @{
*/
/*! \file telnet_interface.c */