From edad98b4a004a3a7e9d1ff99dfe86dbf042dfef3 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 8 Apr 2017 20:00:47 +0200 Subject: doc: Add Doxygen group for OSMUX related functions Change-Id: I87e08bd84236ae5d5c057bca96d122e568a6b52a --- include/osmocom/netif/osmux.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'include') diff --git a/include/osmocom/netif/osmux.h b/include/osmocom/netif/osmux.h index 83bb2e1..1d93aa0 100644 --- a/include/osmocom/netif/osmux.h +++ b/include/osmocom/netif/osmux.h @@ -3,6 +3,14 @@ #include +/*! \addtogroup osmux + * @{ + */ + +/*! \file osmux.h + * Osmocom multiplex protocol helpers + */ + /* OSmux header: * * ft (3 bits): 0=signalling, 1=voice, 2=dummy @@ -95,4 +103,6 @@ struct osmux_hdr *osmux_xfrm_output_pull(struct msgb *msg); void osmux_tx_sched(struct llist_head *list, void (*tx_cb)(struct msgb *msg, void *data), void *data); +/*! @} */ + #endif -- cgit v1.2.3