From b897215ff20955e23e0337ec43fc69275104e242 Mon Sep 17 00:00:00 2001 From: Rohit Gupta <rohit.gupta@eurecom.fr> Date: Thu, 18 Jun 2015 13:35:23 +0000 Subject: [PATCH] Updated for Doxyen grouping of PHY layer primitives git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7592 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- openair1/PHY/impl_defs_top.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/openair1/PHY/impl_defs_top.h b/openair1/PHY/impl_defs_top.h index 1a15758c13..999d802654 100755 --- a/openair1/PHY/impl_defs_top.h +++ b/openair1/PHY/impl_defs_top.h @@ -43,10 +43,14 @@ /** @defgroup _ref_implementation_ OpenAirInterface LTE Implementation * @{ - * @defgroup _physical_layer_ref_implementation_ Physical Layer Reference Implementation + * @defgroup _openair1_ openair1 Reference Implementation * @ingroup _ref_implementation_ * @{ + * @defgroup _physical_layer_ref_implementation_ Physical Layer Reference Implementation + * @ingroup _openair1_ + * @{ + * @defgroup _PHY_STRUCTURES_ Basic Structures and Memory Initialization * @ingroup _physical_layer_ref_implementation_ @@ -85,14 +89,14 @@ * @} * @defgroup _PHY_PROCEDURES_ Physical Layer Procedures - * @ingroup _ref_implementation_ + * @ingroup _openair1_ * @{ * This module is responsible for defining and processing the PHY procedures (TX/RX) related to transport and physical channels. * @} * @} * @} - + * @} */ #include "types.h" -- GitLab