From d5a098b8d43b0dfc13be62e0bed979acb827b632 Mon Sep 17 00:00:00 2001
From: Rohit Gupta <rohit.gupta@eurecom.fr>
Date: Tue, 16 Jun 2015 10:09:55 +0000
Subject: [PATCH] Modified some comments for Doxzgen to work properly

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7565 818b1a75-f10b-46b9-bf7c-635c3b92a50f
---
 openair1/PHY/impl_defs_top.h | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/openair1/PHY/impl_defs_top.h b/openair1/PHY/impl_defs_top.h
index f9f712b052..1a15758c13 100755
--- a/openair1/PHY/impl_defs_top.h
+++ b/openair1/PHY/impl_defs_top.h
@@ -83,7 +83,6 @@
  * @{
  * This module is responsible for defining and processing the PHY procedures (TX/RX) related to transport and physical channels.
  * @}
- * @}
 
  * @defgroup _PHY_PROCEDURES_ Physical Layer Procedures
  * @ingroup _ref_implementation_
@@ -91,6 +90,9 @@
  * This module is responsible for defining and processing the PHY procedures (TX/RX) related to transport and physical channels.
  * @}
 
+ * @}
+ * @}
+
  */
 
 #include "types.h"
@@ -98,7 +100,7 @@
 
 
 
-/**@addtogroup _PHY_STRUCTURES_
+/** @addtogroup _PHY_STRUCTURES_
  * @{
 */
 #define NUMBER_OF_OFDM_CARRIERS (frame_parms->ofdm_symbol_size)
@@ -493,6 +495,5 @@ typedef struct {
 #define MCS_TABLE_LENGTH_MAX 64
 
 #endif //__PHY_IMPLEMENTATION_DEFS_H__ 
-/**@}
-  *@}
+/**@} 
 */
-- 
GitLab