diff options
author | Harald Welte <laforge@gnumonks.org> | 2017-10-16 18:34:14 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2017-10-17 07:53:02 +0200 |
commit | a338983d3bfd8d8475921df84b746d27f857d2e7 (patch) | |
tree | 7bb219b613b596c5ada567211284c384be9d84e3 /src/gsm | |
parent | 381a1aa1c190697ccaa939081573268739aeea28 (diff) |
[doc] Properly define 'oap' group and add introductory text
Change-Id: I1e875991ae1dd93862f850f85d40b3dac61ece72
Diffstat (limited to 'src/gsm')
-rw-r--r-- | src/gsm/oap.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gsm/oap.c b/src/gsm/oap.c index b07eafcf..aab5caca 100644 --- a/src/gsm/oap.c +++ b/src/gsm/oap.c @@ -1,5 +1,3 @@ -/*! \file oap.c - * Osmocom Authentication Protocol message encoder/decoder */ /* * (C) 2015-2016 by sysmocom s.f.m.c. GmbH * All Rights Reserved @@ -31,6 +29,7 @@ /*! \addtogroup oap * @{ + * \file oap.c * Osmocom Authentication Protocol */ |