Commit dc61a35b authored by Navid Nikaein's avatar Navid Nikaein

add mac-phy interface to doxygen under openair2

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7589 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 4ed89e28
...@@ -33,8 +33,6 @@ ...@@ -33,8 +33,6 @@
* \date 2011 * \date 2011
* \version 0.5 * \version 0.5
* \mail navid.nikaein@eurecom.fr or openair_tech@eurecom.fr * \mail navid.nikaein@eurecom.fr or openair_tech@eurecom.fr
* @ingroup _mac
*/ */
#ifndef __MAC_PHY_PRIMITIVES_H__ #ifndef __MAC_PHY_PRIMITIVES_H__
...@@ -59,6 +57,10 @@ do { ...@@ -59,6 +57,10 @@ do {
mac_xface->macphy_exit(temp); \ mac_xface->macphy_exit(temp); \
} while(0) } while(0)
/** @defgroup _phy_if MAC-PHY interface
* @ingroup _oai2
* @{
*/
/*! \brief MACPHY Interface */ /*! \brief MACPHY Interface */
typedef struct { typedef struct {
/// Pointer function that initializes L2 /// Pointer function that initializes L2
...@@ -329,3 +331,4 @@ typedef struct { ...@@ -329,3 +331,4 @@ typedef struct {
#endif #endif
/** @} */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment