From dc61a35bebe167b0dfb5d6d760c876fd51fb5b48 Mon Sep 17 00:00:00 2001 From: Navid Nikaein <navid.nikaein@eurecom.fr> Date: Wed, 17 Jun 2015 21:59:15 +0000 Subject: [PATCH] add mac-phy interface to doxygen under openair2 git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7589 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- openair2/PHY_INTERFACE/defs.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openair2/PHY_INTERFACE/defs.h b/openair2/PHY_INTERFACE/defs.h index fa3a02d88f1..97fafad5f1c 100755 --- a/openair2/PHY_INTERFACE/defs.h +++ b/openair2/PHY_INTERFACE/defs.h @@ -33,8 +33,6 @@ * \date 2011 * \version 0.5 * \mail navid.nikaein@eurecom.fr or openair_tech@eurecom.fr -* @ingroup _mac - */ #ifndef __MAC_PHY_PRIMITIVES_H__ @@ -59,6 +57,10 @@ do { mac_xface->macphy_exit(temp); \ } while(0) +/** @defgroup _phy_if MAC-PHY interface + * @ingroup _oai2 + * @{ + */ /*! \brief MACPHY Interface */ typedef struct { /// Pointer function that initializes L2 @@ -329,3 +331,4 @@ typedef struct { #endif +/** @} */ -- GitLab